From: <wme...@us...> - 2009-11-11 03:18:18
|
Revision: 6942 http://jython.svn.sourceforge.net/jython/?rev=6942&view=rev Author: wmeissner Date: 2009-11-11 03:18:09 +0000 (Wed, 11 Nov 2009) Log Message: ----------- Update jffi Modified Paths: -------------- branches/ctypes-jffi/build.xml branches/ctypes-jffi/extlibs/jffi-i386-SunOS.jar branches/ctypes-jffi/extlibs/jffi-x86_64-SunOS.jar branches/ctypes-jffi/extlibs/jffi.jar Added Paths: ----------- branches/ctypes-jffi/extlibs/jffi-i386-Windows.jar Modified: branches/ctypes-jffi/build.xml =================================================================== --- branches/ctypes-jffi/build.xml 2009-11-09 00:08:21 UTC (rev 6941) +++ branches/ctypes-jffi/build.xml 2009-11-11 03:18:09 UTC (rev 6942) @@ -194,6 +194,7 @@ <pathelement path="${extlibs.dir}/jna-posix.jar"/> <pathelement path="${extlibs.dir}/jffi.jar"/> <pathelement path="${extlibs.dir}/jffi-Darwin.jar"/> + <pathelement path="${extlibs.dir}/jffi-i386-Windows.jar"/> <pathelement path="${extlibs.dir}/jffi-i386-SunOS.jar"/> <pathelement path="${extlibs.dir}/jffi-x86_64-SunOS.jar"/> </path> @@ -576,6 +577,7 @@ <zipfileset src="extlibs/jna.jar"/> <zipfileset src="extlibs/jffi.jar"/> <zipfileset src="extlibs/jffi-Darwin.jar"/> + <zipfileset src="extlibs/jffi-i386-Windows.jar"/> <zipfileset src="extlibs/jffi-i386-SunOS.jar"/> <zipfileset src="extlibs/jffi-x86_64-SunOS.jar"/> <zipfileset src="extlibs/jna-posix.jar"/> Modified: branches/ctypes-jffi/extlibs/jffi-i386-SunOS.jar =================================================================== (Binary files differ) Added: branches/ctypes-jffi/extlibs/jffi-i386-Windows.jar =================================================================== (Binary files differ) Property changes on: branches/ctypes-jffi/extlibs/jffi-i386-Windows.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: branches/ctypes-jffi/extlibs/jffi-x86_64-SunOS.jar =================================================================== (Binary files differ) Modified: branches/ctypes-jffi/extlibs/jffi.jar =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |