From: <am...@us...> - 2009-03-07 15:35:58
|
Revision: 6080 http://jython.svn.sourceforge.net/jython/?rev=6080&view=rev Author: amak Date: 2009-03-07 15:35:39 +0000 (Sat, 07 Mar 2009) Log Message: ----------- Now that modjy is fully integrated, we no longer need the .zip version in extlibs. Modified Paths: -------------- trunk/jython/build.xml Removed Paths: ------------- trunk/jython/extlibs/modjy_0_25_3.zip Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-03-07 04:16:00 UTC (rev 6079) +++ trunk/jython/build.xml 2009-03-07 15:35:39 UTC (rev 6080) @@ -648,7 +648,6 @@ <include name="src/org/**/ucnhash.dat" /> <include name="grammar/*.g" /> <include name="extlibs/**/*.jar" /> - <include name="extlibs/**/*.zip" /> <include name="tests/java/**/*.java" /> <include name="CoreExposed.includes" /> </fileset> Deleted: trunk/jython/extlibs/modjy_0_25_3.zip =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |