carbidecpp20devenv/features/org.eclipse.equinox.executable_3.3.101.R34x_v20080805-7H-ELeE8hXnkE15Wh9Rz0yu/bin/carbon/macosx/ppc/Eclipse.app/Contents/Info.plist
changeset 1 82d1d1de1a01
equal deleted inserted replaced
-1:000000000000 1:82d1d1de1a01
       
     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 
       
     5 <dict>
       
     6 	<key>CFBundleExecutable</key>
       
     7 		<string>eclipse</string>
       
     8 	<key>CFBundleGetInfoString</key>
       
     9 		<string>Eclipse 3.4 for Mac OS X, Copyright IBM Corp. and others 2002, 2008. All rights reserved.</string>
       
    10 	<key>CFBundleIconFile</key>
       
    11 		<string>Eclipse.icns</string>
       
    12 	<key>CFBundleIdentifier</key>
       
    13 		<string>org.eclipse.eclipse</string>
       
    14 	<key>CFBundleInfoDictionaryVersion</key>
       
    15 		<string>6.0</string>
       
    16 	<key>CFBundleName</key>
       
    17 		<string>Eclipse</string>
       
    18 	<key>CFBundlePackageType</key>
       
    19 		<string>APPL</string>
       
    20 	<key>CFBundleShortVersionString</key>
       
    21 		<string>3.4</string>
       
    22 	<key>CFBundleSignature</key>
       
    23 		<string>????</string>
       
    24 	<key>CFBundleVersion</key>
       
    25 		<string>3.4</string>
       
    26 		
       
    27 	<key>Eclipse</key>
       
    28 		<array>
       
    29 			<!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options:
       
    30 				<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string>
       
    31 				<string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string>
       
    32 			-->
       
    33 			<string>-keyring</string><string>~/.eclipse_keyring</string>
       
    34 			<string>-consoleLog</string>
       
    35 			<string>-showlocation</string>
       
    36 			<!-- WARNING:
       
    37 				If you try to add a single VM argument (-vmargs) here,
       
    38 				*all* vmargs specified in eclipse.ini will be ignored.
       
    39 				We recommend to add all arguments in eclipse.ini
       
    40 			 -->
       
    41 		</array>
       
    42 </dict>
       
    43 
       
    44 </plist>