Skip to content

Commit 667c57e

Browse files
author
dlsmith
committed
Fixed typo in classpath and startup class
git-svn-id: file:///tmp/test-svn/trunk@3560 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 77ba6a3 commit 667c57e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

drjava/packaging/DrJava.app/Contents/Info.plist

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3-
<plist version="0.9">
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">
44
<dict>
5-
<key>CFBundleName</key>
6-
<string>DrJava</string>
7-
<key>CFBundleVersion</key>
8-
<string>See About DrJava...</string>
95
<key>CFBundleAllowMixedLocalizations</key>
106
<string>true</string>
11-
<key>CFBundleExecutable</key>
12-
<string>DrJava</string>
137
<key>CFBundleDevelopmentRegion</key>
148
<string>English</string>
15-
<key>CFBundlePackageType</key>
16-
<string>APPL</string>
17-
<key>CFBundleSignature</key>
18-
<string>DrJa</string>
9+
<key>CFBundleExecutable</key>
10+
<string>DrJava</string>
1911
<key>CFBundleGetInfoString</key>
2012
<string>DrJava IDE for Java Development</string>
21-
<key>CFBundleInfoDictionaryVersion</key>
22-
<string>6.0</string>
2313
<key>CFBundleIconFile</key>
2414
<string>DrJava.icns</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>DrJava</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleSignature</key>
22+
<string>DrJa</string>
23+
<key>CFBundleVersion</key>
24+
<string>See About DrJava...</string>
2525
<key>Java</key>
2626
<dict>
27-
<key>MainClass</key>
28-
<string>edu.rice.cs.drjava.DrJava</string>
27+
<key>ClassPath</key>
28+
<string>$JAVAROOT/drjava.jar</string>
2929
<key>JVMVersion</key>
3030
<string>1.4+</string>
31-
<key>ClassPath</key>
32-
<string>$JAVAROOT/DrJavaRoot.jar</string>
31+
<key>MainClass</key>
32+
<string>edu.rice.cs.drjava.DrJavaRoot</string>
3333
<key>Properties</key>
3434
<dict>
3535
<key>apple.laf.useScreenMenuBar</key>

0 commit comments

Comments
 (0)