[ooaa main]  [object pasta2]   [essence] (旧blogはこちら)  [flickr]  [myspace]  [View Eiichi Hayashi's profile on LinkedIn] 

MacOSXでJUDE info.plist Dump

上記エントリーの設定内容です。
自分のリスクで行ってください。 このとによるいかなる損害についても補償しません。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleAllowMixedLocalizations</key>
	<string>true</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>JUDE</string>
				<string>jude</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>jude-doc.icns</string>
			<key>CFBundleTypeName</key>
			<string>JUDE ! Document</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>****</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>LSIsAppleDefaultForType</key>
			<true/>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>JavaApplicationStub</string>
	<key>CFBundleIconFile</key>
	<string>jude.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.change-vision.jude.comunity</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleLongVersionString</key>
	<string>3.2.1, Copyright 2006 Change Vision Inc.</string>
	<key>CFBundleName</key>
	<string>JUDE321</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>3.2.1</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>10.2</string>
	<key>Java</key>
	<dict>
		<key>ClassPath</key>
		<string>$JAVAROOT/jude-community.jar</string>
		<key>JVMVersion</key>
		<string>1.5+</string>
		<key>MainClass</key>
		<string>JP.co.esm.caddies.jomt.Jude</string>
		<key>Properties</key>
		<dict>
			<key>apple.laf.useScreenMenuBar</key>
			<string>true</string>
		</dict>
		<key>VMOptions</key>
		<string>-Xms32m -Xmx256m -Xss2m</string>
	</dict>
</dict>
</plist>

ちなみにアイコンの設定はまだうまくできていません。悪しからずご容赦ください。

参考:
JUDEMac OS X で使う」
http://www.jaist.ac.jp/~t-seino/macosx/memo/jude.html


UMLモデリングツール JUDE:
http://jude.change-vision.com/jude-web/index.html