From: <cg...@us...> - 2009-01-24 20:17:43
|
Revision: 5973 http://jython.svn.sourceforge.net/jython/?rev=5973&view=rev Author: cgroves Date: 2009-01-24 20:17:39 +0000 (Sat, 24 Jan 2009) Log Message: ----------- Exclude the xerces service declaration as our jarjar'd version doesn't match the names in the declaration Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-01-24 20:11:54 UTC (rev 5972) +++ trunk/jython/build.xml 2009-01-24 20:17:39 UTC (rev 5973) @@ -532,7 +532,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"/> + <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"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |