Fixing this MANIFEST again
diff --git a/plugins/org.eclipse.jst.server.websphere.core/.cvsignore b/plugins/org.eclipse.jst.server.websphere.core/.cvsignore
index ba077a4..1145446 100644
--- a/plugins/org.eclipse.jst.server.websphere.core/.cvsignore
+++ b/plugins/org.eclipse.jst.server.websphere.core/.cvsignore
@@ -1 +1,2 @@
 bin
+*.xml
diff --git a/plugins/org.eclipse.jst.server.websphere.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.jst.server.websphere.core/META-INF/MANIFEST.MF
index 6994da4..5234897 100644
--- a/plugins/org.eclipse.jst.server.websphere.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.jst.server.websphere.core/META-INF/MANIFEST.MF
@@ -3,6 +3,7 @@
 Bundle-Name: WebSphere Generic Server Definition Core Plug-in
 Bundle-SymbolicName: org.eclipse.jst.server.websphere.core; singleton:=true
 Bundle-Version: 1.0.0
+Bundle-ClassPath: webspherecore.jar
 Bundle-Activator: org.eclipse.jst.server.websphere.core.CorePlugin
 Bundle-Vendor: Eclipse.org
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.jst.server.websphere.core/build.properties b/plugins/org.eclipse.jst.server.websphere.core/build.properties
index ed043b1..d77c018 100644
--- a/plugins/org.eclipse.jst.server.websphere.core/build.properties
+++ b/plugins/org.eclipse.jst.server.websphere.core/build.properties
@@ -1,13 +1,10 @@
-bin.includes = META-INF/,\
+bin.includes = plugin.xml,\
                serverdef/,\
-               plugin.xml,\
-               plugin.properties,\
-               icons/
-               .
-bin.excludes = bin/**,\
-               @dot/**,\
-               temp.folder/**
-src.includes = serverdef/,\
-               build.properties,\
-               icons/
-source.. = src/
\ No newline at end of file
+               META-INF/,\
+               about.html,\
+               webspherecore.jar,\
+               icons/,\
+               plugin.properties
+jars.compile.order = webspherecore.jar
+source.webspherecore.jar = src/
+output.webspherecore.jar = bin/