source: other-projects/expeditee-release-kits/Wrapper.app/Contents/Info.plist@ 28695

Last change on this file since 28695 was 28695, checked in by ak19, 10 years ago

Expeditee team (Jeremy, jts21). Preliminary versions of the release-kits files for generating an installer containing the executable expeditee jar file. The installer is still tattoed with Greenstone and fails, but will leave a working jar behind on the file system.

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3<plist version="0.9">
4<dict>
5
6 <key>CFBundleName</key>
7 <string>@projectname@@version@</string>
8
9 <key>CFBundleVersion</key>
10 <string>@version@</string>
11
12 <key>CFBundleAllowMixedLocalizations</key>
13 <string>true</string>
14
15 <key>CFBundleExecutable</key>
16 <string>JavaApplicationStub</string>
17
18 <key>CFBundleDevelopmentRegion</key>
19 <string>English</string>
20
21 <key>CFBundlePackageType</key>
22 <string>APPL</string>
23
24 <key>CFBundleGetInfoString</key>
25 <string>@version@</string>
26
27 <key>CFBundleInfoDictionaryVersion</key>
28 <string>6.0</string>
29
30 <key>CFBundleIconFile</key>
31 <string>icon.icns</string>
32
33 <key>Java</key>
34 <dict>
35
36 <key>MainClass</key>
37 <string>org.tp23.antinstaller.selfextract.NonExtractor</string>
38
39 <key>JVMVersion</key>
40 <string>1.4+</string>
41
42 <key>ClassPath</key>
43 <string>$JAVAROOT/@jar@</string>
44
45 <key>WorkingDirectory</key>
46 <string>/tmp</string>
47
48 <key>VMOptions</key>
49 <string>-Xmx200M</string>
50
51 <key>Properties</key>
52 <dict>
53 <key>apple.laf.useScreenMenuBar</key>
54 <string>true</string>
55 <key>orig.dir</key>
56 <string>$APP_PACKAGE/..</string>
57 </dict>
58
59 </dict>
60
61</dict>
62</plist>
Note: See TracBrowser for help on using the repository browser.