summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosUI.app/Contents/Info.plist
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-24 14:57:57 -0800
committerKeith Packard <keithp@keithp.com>2010-11-24 15:09:05 -0800
commit3fbefb3eea981d34a09496cf8abf0119de2e35bf (patch)
tree6e7956ca5c9336c7c61ebdcede5336a4c0191c37 /ao-tools/altosui/AltosUI.app/Contents/Info.plist
parent7a50837ea0d92db3f469f197ec8210aee22aa143 (diff)
Move altosui to the top level, placing libaltos inside it.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosUI.app/Contents/Info.plist')
-rw-r--r--ao-tools/altosui/AltosUI.app/Contents/Info.plist38
1 files changed, 0 insertions, 38 deletions
diff --git a/ao-tools/altosui/AltosUI.app/Contents/Info.plist b/ao-tools/altosui/AltosUI.app/Contents/Info.plist
deleted file mode 100644
index 97b1b59c..00000000
--- a/ao-tools/altosui/AltosUI.app/Contents/Info.plist
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
-<dict>
- <key>CFBundleName</key>
- <string>altosui</string>
- <key>CFBundleVersion</key>
- <string>100.0</string>
- <key>CFBundleAllowMixedLocalizations</key>
- <string>true</string>
- <key>CFBundleExecutable</key>
- <string>JavaApplicationStub</string>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleGetInfoString</key>
- <string>AltOS UI version 0.7</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleIconFile</key>
- <string>AltosUIIcon.icns</string>
- <key>Java</key>
- <dict>
- <key>MainClass</key>
- <string>altosui.AltosUI</string>
- <key>JVMVersion</key>
- <string>1.5+</string>
- <key>ClassPath</key>
- <array>
- <string>$JAVAROOT/altosui.jar</string>
- <string>$JAVAROOT/freetts.jar</string>
- </array>
- </dict>
-</dict>
-</plist>