adding JEE schemas
diff --git a/bundles/org.eclipse.jst.standard.schemas/.classpath b/bundles/org.eclipse.jst.standard.schemas/.classpath
index f8e53e3..d9b8811 100644
--- a/bundles/org.eclipse.jst.standard.schemas/.classpath
+++ b/bundles/org.eclipse.jst.standard.schemas/.classpath
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry exported="true" kind="lib" path=""/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path=""/>
diff --git a/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF
index 9db186e..d1354ac 100644
--- a/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.standard.schemas/META-INF/MANIFEST.MF
@@ -6,3 +6,4 @@
 Bundle-Vendor: %Bundle-Vendor.0
 Require-Bundle: org.eclipse.wst.xml.core
 Bundle-Localization: plugin
+Bundle-ClassPath: .
diff --git a/bundles/org.eclipse.jst.standard.schemas/build.properties b/bundles/org.eclipse.jst.standard.schemas/build.properties
index 85dfe9e..15adf80 100644
--- a/bundles/org.eclipse.jst.standard.schemas/build.properties
+++ b/bundles/org.eclipse.jst.standard.schemas/build.properties
@@ -2,7 +2,12 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
-               dtdsAndSchemas/
+               dtdsAndSchemas/,\
+               plugin.properties
 src.includes = dtdsAndSchemas/,\
                plugin.xml,\
-               META-INF/
+               META-INF/,\
+               plugin.properties
+jars.compile.order = .
+source.. = 
+source.. =