From: <am...@us...> - 2008-10-31 15:59:49
|
Revision: 5535 http://jython.svn.sourceforge.net/jython/?rev=5535&view=rev Author: amak Date: 2008-10-31 15:59:39 +0000 (Fri, 31 Oct 2008) Log Message: ----------- Adding modjy to the jython distro. Simply adding the entire zip containing source, jars, docs, etc, for now. version being added is 0.22.3, which matches a label in the modjy repo. Modified Paths: -------------- trunk/jython/build.xml Added Paths: ----------- trunk/jython/extlibs/modjy_0_22_3.zip Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2008-10-31 08:37:16 UTC (rev 5534) +++ trunk/jython/build.xml 2008-10-31 15:59:39 UTC (rev 5535) @@ -626,6 +626,7 @@ <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> Added: trunk/jython/extlibs/modjy_0_22_3.zip =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/modjy_0_22_3.zip ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |