Java launcher for Mac/Java 7

This commit is contained in:
Laurent chretienneau 2012-09-23 00:26:44 +02:00
parent 18fda6a9e9
commit 031e56bb66
3 changed files with 89 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,88 @@
<?xml version="1.0" ?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pod</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>projectlibre.icns</string>
<key>CFBundleTypeName</key>
<string>ProjectLibre</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mpp</string>
</array>
<key>CFBundleTypeName</key>
<string>Microsoft Project</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xml</string>
</array>
<key>CFBundleTypeName</key>
<string>Microsoft Project</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>JavaAppLauncher</string>
<key>CFBundleIconFile</key>
<string>projectlibre.icns</string>
<key>CFBundleIdentifier</key>
<string>com.projectlibre.pm.Desktop</string>
<key>CFBundleDisplayName</key>
<string>ProjectLibre</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ProjectLibre</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@version@</string>
<key>CFBundleSignature</key>
<string>plib</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>2012 ProjectLibre Inc.</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>JVMMainClassName</key>
<string>com/projity/main/Main</string>
<key>JVMOptions</key>
<array>
</array>
<key>JVMArguments</key>
<array>
</array>
</dict>
</plist>

View file

@ -0,0 +1 @@
APPLplib