From: <fwi...@us...> - 2009-05-11 21:00:55
|
Revision: 6340 http://jython.svn.sourceforge.net/jython/?rev=6340&view=rev Author: fwierzbicki Date: 2009-05-11 21:00:49 +0000 (Mon, 11 May 2009) Log Message: ----------- Drop name mangle of jline for now since it breaks windows. Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-05-11 16:14:06 UTC (rev 6339) +++ trunk/jython/build.xml 2009-05-11 21:00:49 UTC (rev 6340) @@ -563,7 +563,9 @@ <rule pattern="org.apache.wml.**" result="org.python.apache.wml.@1"/> <rule pattern="org.apache.html.**" result="org.python.apache.html.@1"/> <zipfileset src="extlibs/jline-0.9.95-SNAPSHOT.jar"/> + <!-- <rule pattern="jline.**" result="org.python.jline.@1"/> + --> <manifest> <attribute name="Main-Class" value="org.python.util.jython" /> <attribute name="Built-By" value="${user.name}" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |