From: <pj...@us...> - 2009-10-19 21:26:28
|
Revision: 6872 http://jython.svn.sourceforge.net/jython/?rev=6872&view=rev Author: pjenvey Date: 2009-10-19 21:26:09 +0000 (Mon, 19 Oct 2009) Log Message: ----------- bring in constantine 0.6 release, for OpenFlags Modified Paths: -------------- trunk/jython/build.xml Added Paths: ----------- trunk/jython/extlibs/constantine.jar Removed Paths: ------------- trunk/jython/extlibs/constantine-0.4.jar Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-10-19 04:56:15 UTC (rev 6871) +++ trunk/jython/build.xml 2009-10-19 21:26:09 UTC (rev 6872) @@ -189,7 +189,7 @@ <pathelement path="${extlibs.dir}/asm-3.1.jar" /> <pathelement path="${extlibs.dir}/asm-commons-3.1.jar" /> - <pathelement path="${extlibs.dir}/constantine-0.4.jar" /> + <pathelement path="${extlibs.dir}/constantine.jar" /> <pathelement path="${extlibs.dir}/jna.jar"/> <pathelement path="${extlibs.dir}/jna-posix.jar"/> </path> @@ -573,7 +573,7 @@ <zipfileset src="extlibs/jna-posix.jar"/> <!-- <rule pattern="com.sun.jna.**" result="org.python.jna.@1"/> --> <rule pattern="org.jruby.ext.posix.**" result="org.python.posix.@1"/> - <zipfileset src="extlibs/constantine-0.4.jar"/> + <zipfileset src="extlibs/constantine.jar"/> <rule pattern="com.kenai.constantine.**" result="org.python.constantine.@1"/> <zipfileset src="extlibs/xercesImpl-2.9.1.jar" excludes="META-INF/services/*"/> <rule pattern="org.apache.xml.**" result="org.python.apache.xml.@1"/> Deleted: trunk/jython/extlibs/constantine-0.4.jar =================================================================== (Binary files differ) Added: trunk/jython/extlibs/constantine.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/constantine.jar ___________________________________________________________________ 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. |