Skip to content

Commit

Permalink
Fix #4139 "Upgrade to Xerces 2.12"
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Aug 1, 2019
1 parent eed9eaa commit 8f0b02a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions build.xml
Expand Up @@ -52,7 +52,7 @@
<!--
These JARs are checked in. They can be rebuilt with the jarjar target
- xerces-2.11-orbeon.jar
- xerces-2.12-orbeon.jar
- msv-20081113-orbeon.jar
For directory scanner and SSH support:
Expand Down Expand Up @@ -122,14 +122,17 @@

<target name="jarjar" depends="prepare">
<!-- Xerces fat JAR -->
<jarjar jarfile="lib/xerces-2.11-orbeon.jar">
<zipfileset src="lib/src/xerces-xercesImpl-2.11.jar">
<jarjar jarfile="lib/xerces-2.12-orbeon.jar">
<zipfileset src="lib/src/xerces-xercesImpl-2.12.jar">
<!-- Don't expose any services -->
<exclude name="META-INF/services/**"/>
<exclude name="META-INF/**"/>
<exclude name="org/apache/wml/**"/>
<exclude name="org/apache/html/**"/>
<exclude name="org/w3c/**"/>
</zipfileset>
<zipfileset src="lib/src/xerces-serializer-2.11.jar">
<zipfileset src="lib/src/xerces-serializer-2.12.jar">
<!-- Don't expose any services -->
<exclude name="META-INF/services/**"/>
<exclude name="META-INF/**"/>
</zipfileset>
<rule pattern="org.apache.**" result="orbeon.apache.@1"/>
</jarjar>
Expand Down
Binary file removed lib/runtime/xerces-2.11-orbeon.jar
Binary file not shown.
Binary file added lib/runtime/xerces-2.12-orbeon.jar
Binary file not shown.
File renamed without changes.
Binary file not shown.

0 comments on commit 8f0b02a

Please sign in to comment.