Bug 405214: Do not pack jars bundled inside a packed jar 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=405214
diff --git a/bundles/org.eclipse.wst.xsl.core/.classpath b/bundles/org.eclipse.wst.xsl.core/.classpath
index 5e0b5d0..7e96279 100644
--- a/bundles/org.eclipse.wst.xsl.core/.classpath
+++ b/bundles/org.eclipse.wst.xsl.core/.classpath
@@ -18,5 +18,6 @@
 			<accessrule kind="accessible" pattern="org/apache/xpath/**"/>
 		</accessrules>
 	</classpathentry>
+	<classpathentry kind="lib" path="lib/xinclude.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/bundles/org.eclipse.wst.xsl.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xsl.core/META-INF/MANIFEST.MF
index e9a9b0d..62ce3af 100644
--- a/bundles/org.eclipse.wst.xsl.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xsl.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.eclipse.wst.xsl.core;singleton:=true
-Bundle-Version: 1.1.100.qualifier
+Bundle-Version: 1.1.200.qualifier
 Bundle-Activator: org.eclipse.wst.xsl.core.internal.XSLCorePlugin
 Require-Bundle: org.apache.xalan;bundle-version="[2.7.1,2.8.0)",
  org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",