Skip to content

Commit

Permalink
add xercesImpl as zipfileset to jarjar again:
Browse files Browse the repository at this point in the history
without this, there are no org.python.apache.* packages in jython.jar
  • Loading branch information
ohumbel committed Jan 19, 2009
1 parent 59b8b20 commit 24b478b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,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"/>
<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 24b478b

Please sign in to comment.