Last change
on this file was
65,
checked in by Maciej Komosinski, 14 years ago
|
added sources of the 3D client for the Framsticks server
|
File size:
1.1 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 | <key>CFBundleName</key> |
---|
6 | <string>Client3d</string> |
---|
7 | <key>CFBundleVersion</key> |
---|
8 | <string>10.2</string> |
---|
9 | <key>CFBundleAllowMixedLocalizations</key> |
---|
10 | <string>true</string> |
---|
11 | <key>CFBundleExecutable</key> |
---|
12 | <string>JavaApplicationStub</string> |
---|
13 | <key>CFBundleDevelopmentRegion</key> |
---|
14 | <string>English</string> |
---|
15 | <key>CFBundlePackageType</key> |
---|
16 | <string>APPL</string> |
---|
17 | <key>CFBundleSignature</key> |
---|
18 | <string>????</string> |
---|
19 | <key>CFBundleInfoDictionaryVersion</key> |
---|
20 | <string>6.0</string> |
---|
21 | <key>CFBundleIconFile</key> |
---|
22 | <string>GenericJavaApp.icns</string> |
---|
23 | <key>Java</key> |
---|
24 | <dict> |
---|
25 | <key>WorkingDirectory</key> |
---|
26 | <string>$APP_PACKAGE/Contents/Resources/Java</string> |
---|
27 | <key>MainClass</key> |
---|
28 | <string>pl.put.idss.framsticks.App</string> |
---|
29 | <key>JVMVersion</key> |
---|
30 | <string>1.5+</string> |
---|
31 | <key>ClassPath</key> |
---|
32 | <array> |
---|
33 | <string>$JAVAROOT/framsticks-jogl.jar</string> |
---|
34 | <string>$JAVAROOT/jogl.jar</string> |
---|
35 | <string>$JAVAROOT/foxtrot.jar</string> |
---|
36 | </array> |
---|
37 | </dict> |
---|
38 | </dict> |
---|
39 | </plist> |
---|
Note: See
TracBrowser
for help on using the repository browser.