root/juggler/branches/2.2/modules/vrjuggler/vrjconfig/Info.plist.in

Revision 20797, 2.4 kB (checked in by patrick, 1 year ago)

MFT r20779: Use VJ_DATA_DIR instead of VRJ_DATA_DIR in order to be consistent

with the spelling of VJ_BASE_DIR.

  • 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>CFBundleDocumentTypes</key>
8         <array>
9                 <dict>
10                         <key>CFBundleTypeExtensions</key>
11                         <array>
12                                 <string>jconf</string>
13                         </array>
14                         <key>CFBundleTypeIconFile</key>
15                         <string>jconf.icns</string>
16                         <key>CFBundleTypeName</key>
17                         <string>VR Juggler configuration file</string>
18                         <key>CFBundleTypeRole</key>
19                         <string>Editor</string>
20                 </dict>
21         </array>
22         <key>CFBundleExecutable</key>
23         <string>JavaApplicationStub</string>
24         <key>CFBundleGetInfoString</key>
25         <string>VRJConfig v1.2.0. Copyright &#x00A9; 1998&#2013;2007 Iowa State University</string>
26         <key>CFBundleIconFile</key>
27         <string>vrjconfig.icns</string>
28         <key>CFBundleInfoDictionaryVersion</key>
29         <string>6.0</string>
30         <key>CFBundleName</key>
31         <string>VRJConfig</string>
32         <key>CFBundlePackageType</key>
33         <string>APPL</string>
34         <key>CFBundleSignature</key>
35         <string>????</string>
36         <key>CFBundleVersion</key>
37         <string>0.19.0</string>
38         <key>Java</key>
39         <dict>
40                 <key>ClassPath</key>
41                 <string>@tweek_java_api_jars_bundle@</string>
42                 <key>JVMVersion</key>
43                 <string>1.4+</string>
44                 <key>MainClass</key>
45                 <string>org.vrjuggler.tweek.Tweek</string>
46                 <key>Properties</key>
47                 <dict>
48                         <key>TWEEK_BASE_DIR</key>
49                         <string>$JAVAROOT</string>
50                         <key>TWEEK_DATA_DIR</key>
51                         <string>share/tweek</string>
52                         <key>JCCL_BASE_DIR</key>
53                         <string>$JAVAROOT</string>
54                         <key>JCCL_DATA_DIR</key>
55                         <string>share/jccl</string>
56                         <key>VJ_BASE_DIR</key>
57                         <string>$JAVAROOT</string>
58                         <key>VJ_DATA_DIR</key>
59                         <string>share/vrjuggler</string>
60                         <key>JCCL_DEFINITION_PATH</key>
61                         <string>@prefix@/@VJ_DATA_DIR@/data/definitions</string>
62                         <key>apple.laf.useScreenMenuBar</key>
63                         <string>true</string>
64                         <key>java.security.policy</key>
65                         <string>$JAVAROOT/java.security.policy.txt</string>
66                         <key>tweek.bundle</key>
67                         <string>true</string>
68                         <key>java.library.path</key>
69                         <string>$JAVAROOT</string>
70                 </dict>
71                 <key>VMOptions</key>
72                 <string>-Xss1m -Xmx512m</string>
73                 <key>Arguments</key>
74                 <string>--beanpath=VRJConfig.app/Contents/Resources/Java/share/jccl/beans --beanpath=VRJConfig.app/Contents/Resources/Java/share/vrjuggler/beans --defaultbean=Configuration&#160;Editor</string>
75         </dict>
76 </dict>
77 </plist>
Note: See TracBrowser for help on using the browser.