|
Revision 19729, 1.5 kB
(checked in by patrick, 2 years ago)
|
Copyright update.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|---|
| 3 |
<plist version="1.0"> |
|---|
| 4 |
<dict> |
|---|
| 5 |
<key>CFBundleDevelopmentRegion</key> |
|---|
| 6 |
<string>English</string> |
|---|
| 7 |
<key>CFBundleExecutable</key> |
|---|
| 8 |
<string>JavaApplicationStub</string> |
|---|
| 9 |
<key>CFBundleGetInfoString</key> |
|---|
| 10 |
<string>Tweek JavaBean Loader v1.1.0. Copyright © 1998–2007 Iowa State University</string> |
|---|
| 11 |
<key>CFBundleIconFile</key> |
|---|
| 12 |
<string>tweek.icns</string> |
|---|
| 13 |
<key>CFBundleInfoDictionaryVersion</key> |
|---|
| 14 |
<string>6.0</string> |
|---|
| 15 |
<key>CFBundleName</key> |
|---|
| 16 |
<string>Tweek</string> |
|---|
| 17 |
<key>CFBundlePackageType</key> |
|---|
| 18 |
<string>APPL</string> |
|---|
| 19 |
<key>CFBundleSignature</key> |
|---|
| 20 |
<string>????</string> |
|---|
| 21 |
<key>CFBundleVersion</key> |
|---|
| 22 |
<string>0.19.0</string> |
|---|
| 23 |
<key>Java</key> |
|---|
| 24 |
<dict> |
|---|
| 25 |
<key>ClassPath</key> |
|---|
| 26 |
<string>@tweek_java_api_jars_bundle@</string> |
|---|
| 27 |
<key>JVMVersion</key> |
|---|
| 28 |
<string>1.4+</string> |
|---|
| 29 |
<key>MainClass</key> |
|---|
| 30 |
<string>org.vrjuggler.tweek.Tweek</string> |
|---|
| 31 |
<key>Properties</key> |
|---|
| 32 |
<dict> |
|---|
| 33 |
<key>TWEEK_BASE_DIR</key> |
|---|
| 34 |
<string>$JAVAROOT</string> |
|---|
| 35 |
<key>TWEEK_DATA_DIR</key> |
|---|
| 36 |
<string>share/tweek</string> |
|---|
| 37 |
<key>apple.laf.useScreenMenuBar</key> |
|---|
| 38 |
<string>true</string> |
|---|
| 39 |
<key>java.security.policy</key> |
|---|
| 40 |
<string>$JAVAROOT/java.security.policy.txt</string> |
|---|
| 41 |
<key>tweek.bundle</key> |
|---|
| 42 |
<string>true</string> |
|---|
| 43 |
<key>java.library.path</key> |
|---|
| 44 |
<string>$JAVAROOT</string> |
|---|
| 45 |
</dict> |
|---|
| 46 |
<key>VMOptions</key> |
|---|
| 47 |
<string>-Xss1m -Xmx512m</string> |
|---|
| 48 |
</dict> |
|---|
| 49 |
</dict> |
|---|
| 50 |
</plist> |
|---|