Skip to content

Commit

Permalink
Exclude the xerces service declaration as our jarjar'd version doesn'…
Browse files Browse the repository at this point in the history
…t match the names in the declaration
  • Loading branch information
groves committed Jan 24, 2009
1 parent e487075 commit 9bed355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ The readme text for the next release will be like:
<rule pattern="org.jruby.ext.posix.**" result="org.python.posix.@1"/>
<zipfileset src="extlibs/constantine-0.4.jar"/>
<rule pattern="com.kenai.constantine.**" result="org.python.constantine.@1"/>
<zipfileset src="extlibs/xercesImpl-2.9.1.jar"/>
<zipfileset src="extlibs/xercesImpl-2.9.1.jar" excludes="META-INF/services/*"/>
<rule pattern="org.apache.xml.**" result="org.python.apache.xml.@1"/>
<rule pattern="org.apache.xerces.**" result="org.python.apache.xerces.@1"/>
<rule pattern="org.apache.wml.**" result="org.python.apache.wml.@1"/>
Expand Down

0 comments on commit 9bed355

Please sign in to comment.