From: <otm...@us...> - 2009-01-19 22:23:18
|
Revision: 5947 http://jython.svn.sourceforge.net/jython/?rev=5947&view=rev Author: otmarhumbel Date: 2009-01-19 21:43:36 +0000 (Mon, 19 Jan 2009) Log Message: ----------- add xercesImpl as zipfileset to jarjar again: without this, there are no org.python.apache.* packages in jython.jar Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-01-18 13:46:12 UTC (rev 5946) +++ trunk/jython/build.xml 2009-01-19 21:43:36 UTC (rev 5947) @@ -522,6 +522,7 @@ <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"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |