RESOLVED - 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 7e96279..5e0b5d0 100644
--- a/bundles/org.eclipse.wst.xsl.core/.classpath
+++ b/bundles/org.eclipse.wst.xsl.core/.classpath
@@ -18,6 +18,5 @@
 			<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/eclipse.inf b/bundles/org.eclipse.wst.xsl.core/META-INF/eclipse.inf
new file mode 100644
index 0000000..56b7ce7
--- /dev/null
+++ b/bundles/org.eclipse.wst.xsl.core/META-INF/eclipse.inf
@@ -0,0 +1 @@
+jarprocessor.exclude.children.pack=true