From: <pj...@us...> - 2009-11-09 00:08:41
|
Revision: 6941 http://jython.svn.sourceforge.net/jython/?rev=6941&view=rev Author: pjenvey Date: 2009-11-09 00:08:21 +0000 (Mon, 09 Nov 2009) Log Message: ----------- swap jna/jna-posix for jffi 0.6.2/jaffl 0.4.1-57919f3abc0a/jnr-posix 1.0.6-044e3646a308 Modified Paths: -------------- trunk/jython/.classpath trunk/jython/build.xml Added Paths: ----------- trunk/jython/extlibs/jaffl.jar trunk/jython/extlibs/jffi-Darwin.jar trunk/jython/extlibs/jffi-i386-FreeBSD.jar trunk/jython/extlibs/jffi-i386-Linux.jar trunk/jython/extlibs/jffi-i386-OpenBSD.jar trunk/jython/extlibs/jffi-i386-SunOS.jar trunk/jython/extlibs/jffi-i386-Windows.jar trunk/jython/extlibs/jffi-ppc-AIX.jar trunk/jython/extlibs/jffi-s390x-Linux.jar trunk/jython/extlibs/jffi-sparc-SunOS.jar trunk/jython/extlibs/jffi-sparcv9-SunOS.jar trunk/jython/extlibs/jffi-x86_64-FreeBSD.jar trunk/jython/extlibs/jffi-x86_64-Linux.jar trunk/jython/extlibs/jffi-x86_64-OpenBSD.jar trunk/jython/extlibs/jffi-x86_64-SunOS.jar trunk/jython/extlibs/jffi.jar trunk/jython/extlibs/jnr-posix.jar Removed Paths: ------------- trunk/jython/extlibs/jna-posix.jar trunk/jython/extlibs/jna.jar Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2009-11-08 22:59:13 UTC (rev 6940) +++ trunk/jython/.classpath 2009-11-09 00:08:21 UTC (rev 6941) @@ -17,10 +17,25 @@ <classpathentry kind="lib" path="extlibs/asm-3.1.jar"/> <classpathentry kind="lib" path="extlibs/asm-commons-3.1.jar"/> <classpathentry kind="lib" path="extlibs/constantine.jar"/> - <classpathentry kind="lib" path="extlibs/jna-posix.jar"/> <classpathentry kind="lib" path="extlibs/mockrunner-0.4.1/jar/jdom.jar"/> <classpathentry kind="lib" path="extlibs/mockrunner-0.4.1/lib/jdk1.5/j2ee1.3/mockrunner-servlet.jar"/> - <classpathentry kind="lib" path="extlibs/jna.jar"/> <classpathentry kind="lib" path="extlibs/livetribe-jsr223-2.0.5.jar"/> + <classpathentry kind="lib" path="extlibs/jaffl.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-Darwin.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-i386-FreeBSD.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-i386-Linux.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-i386-OpenBSD.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-i386-SunOS.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-i386-Windows.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-ppc-AIX.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-s390x-Linux.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-sparc-SunOS.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-sparcv9-SunOS.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-x86_64-FreeBSD.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-x86_64-Linux.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-x86_64-OpenBSD.jar"/> + <classpathentry kind="lib" path="extlibs/jffi-x86_64-SunOS.jar"/> + <classpathentry kind="lib" path="extlibs/jffi.jar"/> + <classpathentry kind="lib" path="extlibs/jnr-posix.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath> Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-11-08 22:59:13 UTC (rev 6940) +++ trunk/jython/build.xml 2009-11-09 00:08:21 UTC (rev 6941) @@ -190,8 +190,23 @@ <pathelement path="${extlibs.dir}/asm-3.1.jar" /> <pathelement path="${extlibs.dir}/asm-commons-3.1.jar" /> <pathelement path="${extlibs.dir}/constantine.jar" /> - <pathelement path="${extlibs.dir}/jna.jar"/> - <pathelement path="${extlibs.dir}/jna-posix.jar"/> + <pathelement path="${extlibs.dir}/jaffl.jar"/> + <pathelement path="${extlibs.dir}/jffi-Darwin.jar"/> + <pathelement path="${extlibs.dir}/jffi-i386-FreeBSD.jar"/> + <pathelement path="${extlibs.dir}/jffi-i386-Linux.jar"/> + <pathelement path="${extlibs.dir}/jffi-i386-OpenBSD.jar"/> + <pathelement path="${extlibs.dir}/jffi-i386-SunOS.jar"/> + <pathelement path="${extlibs.dir}/jffi-i386-Windows.jar"/> + <pathelement path="${extlibs.dir}/jffi-ppc-AIX.jar"/> + <pathelement path="${extlibs.dir}/jffi-s390x-Linux.jar"/> + <pathelement path="${extlibs.dir}/jffi-sparc-SunOS.jar"/> + <pathelement path="${extlibs.dir}/jffi-sparcv9-SunOS.jar"/> + <pathelement path="${extlibs.dir}/jffi-x86_64-FreeBSD.jar"/> + <pathelement path="${extlibs.dir}/jffi-x86_64-Linux.jar"/> + <pathelement path="${extlibs.dir}/jffi-x86_64-OpenBSD.jar"/> + <pathelement path="${extlibs.dir}/jffi-x86_64-SunOS.jar"/> + <pathelement path="${extlibs.dir}/jffi.jar"/> + <pathelement path="${extlibs.dir}/jnr-posix.jar"/> </path> <available property="informix.present" classname="com.informix.jdbc.IfxDriver" classpath="${informix.jar}" /> @@ -569,8 +584,23 @@ <zipfileset src="extlibs/asm-commons-3.1.jar"/> <zipfileset src="extlibs/asm-util-3.1.jar"/> <rule pattern="org.objectweb.asm.**" result="org.python.objectweb.asm.@1"/> - <zipfileset src="extlibs/jna.jar"/> - <zipfileset src="extlibs/jna-posix.jar"/> + <zipfileset src="extlibs/jaffl.jar"/> + <zipfileset src="extlibs/jffi-Darwin.jar"/> + <zipfileset src="extlibs/jffi-i386-FreeBSD.jar"/> + <zipfileset src="extlibs/jffi-i386-Linux.jar"/> + <zipfileset src="extlibs/jffi-i386-OpenBSD.jar"/> + <zipfileset src="extlibs/jffi-i386-SunOS.jar"/> + <zipfileset src="extlibs/jffi-i386-Windows.jar"/> + <zipfileset src="extlibs/jffi-ppc-AIX.jar"/> + <zipfileset src="extlibs/jffi-s390x-Linux.jar"/> + <zipfileset src="extlibs/jffi-sparc-SunOS.jar"/> + <zipfileset src="extlibs/jffi-sparcv9-SunOS.jar"/> + <zipfileset src="extlibs/jffi-x86_64-FreeBSD.jar"/> + <zipfileset src="extlibs/jffi-x86_64-Linux.jar"/> + <zipfileset src="extlibs/jffi-x86_64-OpenBSD.jar"/> + <zipfileset src="extlibs/jffi-x86_64-SunOS.jar"/> + <zipfileset src="extlibs/jffi.jar"/> + <zipfileset src="extlibs/jnr-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.jar"/> Added: trunk/jython/extlibs/jaffl.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jaffl.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-Darwin.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-Darwin.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-i386-FreeBSD.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-i386-FreeBSD.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-i386-Linux.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-i386-Linux.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-i386-OpenBSD.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-i386-OpenBSD.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-i386-SunOS.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-i386-SunOS.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-i386-Windows.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-i386-Windows.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-ppc-AIX.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-ppc-AIX.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-s390x-Linux.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-s390x-Linux.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-sparc-SunOS.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-sparc-SunOS.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-sparcv9-SunOS.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-sparcv9-SunOS.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-x86_64-FreeBSD.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-x86_64-FreeBSD.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-x86_64-Linux.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-x86_64-Linux.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-x86_64-OpenBSD.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-x86_64-OpenBSD.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi-x86_64-SunOS.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi-x86_64-SunOS.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/jython/extlibs/jffi.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jffi.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: trunk/jython/extlibs/jna-posix.jar =================================================================== (Binary files differ) Deleted: trunk/jython/extlibs/jna.jar =================================================================== (Binary files differ) Added: trunk/jython/extlibs/jnr-posix.jar =================================================================== (Binary files differ) Property changes on: trunk/jython/extlibs/jnr-posix.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. |