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">
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
10 <key>CFBundleTypeExtensions</key>
14 <key>CFBundleTypeName</key>
15 <string>DocumentType</string>
16 <key>CFBundleTypeOSTypes</key>
20 <key>CFBundleTypeRole</key>
21 <string>Editor</string>
22 <key>NSDocumentClass</key>
23 <string>MyDocument</string>
26 <key>CFBundleExecutable</key>
27 <string>TestXSLT</string>
28 <key>CFBundleGetInfoString</key>
29 <string>TestXSLT 3.0 by Marc Liyanage, http://www.entropy.ch</string>
30 <key>CFBundleHelpBookFolder</key>
31 <string>TestXSLT Help</string>
32 <key>CFBundleIconFile</key>
33 <string>TestXSLT.icns</string>
34 <key>CFBundleIdentifier</key>
35 <string>ch.entropy.testxslt</string>
36 <key>CFBundleInfoDictionaryVersion</key>
38 <key>CFBundleName</key>
39 <string>TestXSLT</string>
40 <key>CFBundlePackageType</key>
42 <key>CFBundleShortVersionString</key>
44 <key>CFBundleSignature</key>
46 <key>CFBundleVersion</key>
53 <key>NSAppleScriptEnabled</key>
55 <key>NSJavaNeeded</key>
59 <string>jai_core.jar</string>
60 <string>mlibwrapper_jai.jar</string>
61 <string>jimi-1.0.jar</string>
62 <string>batik.jar</string>
63 <string>xalan.jar</string>
64 <string>saxon8.jar</string>
65 <string>saxon8-sql.jar</string>
66 <string>fop.jar</string>
67 <string>avalon-framework-cvs-20020806.jar</string>
68 <string>jai_codec.jar</string>
69 <string>JavaUtils.jar</string>
72 <string>Contents/Resources/Java</string>
73 <key>NSMainNibFile</key>
74 <string>MainMenu</string>
75 <key>NSPrincipalClass</key>
76 <string>NSApplication</string>