Skip to content

Commit

Permalink
Fix #3444 "Do not include xml-apis JAR"
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Feb 8, 2018
1 parent 5642042 commit a68420d
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
27 changes: 23 additions & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions build.xml
Expand Up @@ -26,7 +26,7 @@

<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask">
<classpath>
<pathelement location="lib_ant/jarjar-1.3.jar"/>
<pathelement location="lib_ant/jarjar-1.4.jar"/>
</classpath>
</taskdef>

Expand Down Expand Up @@ -117,15 +117,11 @@
<target name="jarjar" depends="prepare">
<!-- Xerces fat JAR -->
<jarjar jarfile="lib/xerces-2.11-orbeon.jar">
<zipfileset src="lib/src/xerces-resolver-2.11.jar">
<!-- Don't expose any services -->
<exclude name="META-INF/services/**"/>
</zipfileset>
<zipfileset src="lib/src/xerces-resolver-2.11.jar">
<zipfileset src="lib/src/xerces-xercesImpl-2.11.jar">
<!-- Don't expose any services -->
<exclude name="META-INF/services/**"/>
</zipfileset>
<zipfileset src="lib/src/xerces-xercesImpl-2.11.jar">
<zipfileset src="lib/src/xerces-serializer-2.11.jar">
<!-- Don't expose any services -->
<exclude name="META-INF/services/**"/>
</zipfileset>
Expand Down
Binary file modified lib/runtime/xerces-2.11-orbeon.jar
Binary file not shown.
Binary file removed lib/runtime/xml-apis-1.4.01.jar
Binary file not shown.
Binary file removed lib/src/xerces-resolver-2.11.jar
Binary file not shown.
Binary file modified lib/src/xerces-xercesImpl-2.11.jar
Binary file not shown.
Binary file renamed lib_ant/jarjar-1.3.jar → lib_ant/jarjar-1.4.jar
Binary file not shown.

0 comments on commit a68420d

Please sign in to comment.