commit | 2f772dd0919786a5b8fb607f36d2deb0904d8e49 | [log] [tgz] |
---|---|---|
author | Jesper Steen Møller <jesper@selskabet.org> | Wed Apr 10 17:43:03 2013 +0200 |
committer | Jesper Steen Møller <jesper@selskabet.org> | Wed Apr 10 17:43:03 2013 +0200 |
tree | c6a4a7b9e8933e6bc799e22466ae081237dc1d94 | |
parent | a3bfcd8f9810546c2f6f823ecc9dd824df5fe4e7 [diff] |
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