This is an automated email from the git hooks/post-receive script. mgilbert pushed a commit to branch master in repository lwjgl.
commit a13411a60d9d1916b510c2cf1af2768cadd47228 Author: Michael Gilbert <[email protected]> Date: Mon Oct 27 00:28:09 2014 +0000 unapply systemjinput.diff --- build.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.xml b/build.xml index d65190b..1c9de6b 100644 --- a/build.xml +++ b/build.xml @@ -137,7 +137,6 @@ <fileset refid="lwjgl.fileset" /> <manifest> <attribute name="Sealed" value="true"/> - <attribute name="Class-Path" value="/usr/share/java/jinput.jar"/> </manifest> </jar> @@ -147,7 +146,6 @@ <fileset refid="lwjgl_util_applet.fileset" /> <manifest> <attribute name="Sealed" value="true"/> - <attribute name="Class-Path" value="/usr/share/java/jinput.jar"/> </manifest> </jar> @@ -503,7 +501,7 @@ <os name="Mac OS X" /> </condition> <property name="native_path_expanded" location="${native_path}"/> - <java classname="${test.mainclass}" classpath="res:${lwjgl.lib}/lwjgl.jar:${lwjgl.lib}/lwjgl_util.jar:${lwjgl.lib}/lwjgl_test.jar:/usr/share/java/jinput.jar" fork="true"> + <java classname="${test.mainclass}" classpath="res:${lwjgl.lib}/lwjgl.jar:${lwjgl.lib}/lwjgl_util.jar:${lwjgl.lib}/lwjgl_test.jar:${lwjgl.lib}/jinput.jar" fork="true"> <sysproperty key="org.lwjgl.util.Debug" value="true"/> <sysproperty key="java.library.path" value="${native_path_expanded}"/> <arg line="${args}"/> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lwjgl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

