diff --git a/ECLIPSE-CONFIG b/ECLIPSE-CONFIG index 5b75849..74b1bdb 100644 --- a/ECLIPSE-CONFIG +++ b/ECLIPSE-CONFIG @@ -1,8 +1,8 @@ Configuring Eclipse =================== This document describes how to setup Eclipse with AppleCommander. -It describes configurations for Windows with Eclipse 3.3 or Mac with -Eclipse 3.2. Configurations for other environments should be similar. +It describes configurations for Windows or Mac with Eclipse 3.3.x. +Configurations for other environments should be similar. SWT_JAR Classpath Variable ========================== @@ -17,7 +17,7 @@ file will be located at: On Mac, go to Eclipse -> Preferences -> Java -> Classpath Variables to add a new variable. The corresponding library will look like this: - /plugins/plugins/org.eclipse.swt_3.2.2.v3236b.jar + //plugins/org.eclipse.swt.carbon.macosx_3.3.3.v3349.jar Click OK and close out of each dialog. Answer YES to the prompt regarding recompiling your entire workspace. @@ -34,30 +34,17 @@ as a Classpath Variable (e.g. MAC_JAR, below): Java Build Path =============== -The Java path build path may be edited by selecting Project -> +The project's Java build path may be edited by selecting Project -> Properties -> Java Build Path. Also, look at the Java Build Path help page. A typical .classpath might look like this: -On Windows: +On either Windows or Mac: - - - - -On Mac: - - - - - - - - diff --git a/build/ACBuild-default.properties b/build/ACBuild-default.properties index b6b0665..173afdc 100644 --- a/build/ACBuild-default.properties +++ b/build/ACBuild-default.properties @@ -6,8 +6,8 @@ # support files for local builds. # swtJarPathWin=C:/Program Files/Eclipse 2.1.x/plugins/org.eclipse.swt.win32_2.1.3/ws/win32/swt.jar -swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.2.2.v3236.jar +swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.3.3.v3349.jar junitPathWin=C:/Java/lib/junit3.8.1/junit.jar -junitPathMac=/Users/Shared/junit/junit.jar +junitPathMac=/Users/Shared/eclipse/plugins/org.junit_3.8.2.v200706111738/junit.jar keyconf=${user.home}/.secret alias=name \ No newline at end of file diff --git a/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3236.jnilib b/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3236.jnilib deleted file mode 100755 index 10499c0..0000000 Binary files a/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3236.jnilib and /dev/null differ diff --git a/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3349.jnilib b/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3349.jnilib new file mode 100644 index 0000000..f18e1f7 Binary files /dev/null and b/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3349.jnilib differ diff --git a/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3236.jnilib b/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3236.jnilib deleted file mode 100755 index 88d47ef..0000000 Binary files a/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3236.jnilib and /dev/null differ diff --git a/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3349.jnilib b/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3349.jnilib new file mode 100644 index 0000000..92838d5 Binary files /dev/null and b/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3349.jnilib differ diff --git a/mac/AppleCommander.app/Contents/Resources/Java/swt.jar b/mac/AppleCommander.app/Contents/Resources/Java/swt.jar index b8fb60c..fba6811 100644 Binary files a/mac/AppleCommander.app/Contents/Resources/Java/swt.jar and b/mac/AppleCommander.app/Contents/Resources/Java/swt.jar differ