| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
| <plist version="0.9"> |
| <dict> |
| <key>CFBundleName</key> |
| <string>${bundleName}</string> |
| <key>CFBundleVersion</key> |
| <string>2.1.0</string> |
| <key>CFBundleAllowMixedLocalizations</key> |
| <string>true</string> |
| <key>CFBundleExecutable</key> |
| <string>JavaApplicationStub</string> |
| <key>CFBundleDevelopmentRegion</key> |
| <string>English</string> |
| <key>CFBundlePackageType</key> |
| <string>APPL</string> |
| <key>CFBundleSignature</key> |
| <string>????</string> |
| <key>CFBundleInfoDictionaryVersion</key> |
| <string>6.0</string> |
| <key>CFBundleIconFile</key> |
| <string>${iconFile}</string> |
| <key>Java</key> |
| <dict> |
| <key>MainClass</key> |
| <string>${mainClass}</string> |
| <key>JVMVersion</key> |
| <string>1.5+</string> |
| <key>ClassPath</key> |
| ${classpath} |
| <key>VMOptions</key> |
| <string>-Xmx512m -Xms128m</string> |
| <key>Properties</key> |
| <dict> |
| <key>apple.laf.useScreenMenuBar</key> |
| <string>true</string> |
| <key>apple.awt.showGrowBox</key> |
| <string>true</string> |
| </dict> |
| </dict> |
| </dict> |
| </plist> |