diff --git a/.classpath b/.classpath
index f144afa..6eb3216 100644
--- a/.classpath
+++ b/.classpath
@@ -2,8 +2,8 @@
-
-
-
+
+
+
diff --git a/ECLIPSE-CONFIG b/ECLIPSE-CONFIG
index 799f729..cd0f05b 100644
--- a/ECLIPSE-CONFIG
+++ b/ECLIPSE-CONFIG
@@ -1,6 +1,6 @@
This document describes how to setup Eclipse with AppleCommander. Essentially,
these are the general SWT-related setup tasks that need to be done. This file
-is specifically written for Windows running Eclipse 2.0.2. Configuring for other
+is specifically written for Windows running Eclipse 3.3. Configuring for other
environments should be similar.
@@ -11,7 +11,7 @@ has been configured to expect an SWT_JAR environment variable. To set this up,
go to Window->Preferences->Java->Classpath Variables. Click on New button and enter
SWT_JAR for the variable name. Choose the File button to set the path and locate
the swt.jar. It will be located at:
- /plugins/org.eclipse.swt.win32_2.0.2/ws/win32/swt.jar
+ /plugins/org.eclipse.swt.win32.win32.x86_3.3.0.v3346.jar
(Or something similar - obviously, the version numbers will change.)
Click OK and close out of each dialog. Answer YES to the prompt regarding
recompiling your entire workspace.