Author: ebourg-guest Date: 2013-11-21 15:47:27 +0000 (Thu, 21 Nov 2013) New Revision: 17479
Added: trunk/jython/debian/patches/ trunk/jython/debian/patches/01-build.patch trunk/jython/debian/patches/series Log: Add antlr-runtime to the classpath Added: trunk/jython/debian/patches/01-build.patch =================================================================== --- trunk/jython/debian/patches/01-build.patch (rev 0) +++ trunk/jython/debian/patches/01-build.patch 2013-11-21 15:47:27 UTC (rev 17479) @@ -0,0 +1,12 @@ +Description: Adds antlr-runtime to the classpath +Author: Emmanuel Bourg <[email protected]> +--- a/build.xml ++++ b/build.xml +@@ -183,6 +183,7 @@ + <pathelement path="${extlibs.dir}/postgresql-8.3-603.jdbc4.jar" /> + <pathelement path="${extlibs.dir}/antlr-2.7.7.jar" /> + <pathelement path="${extlibs.dir}/antlr-3.1.3.jar" /> ++ <pathelement path="${extlibs.dir}/antlr-runtime-3.1.3.jar" /> + <pathelement path="${extlibs.dir}/stringtemplate-3.2.jar" /> + <pathelement path="${extlibs.dir}/livetribe-jsr223-2.0.5.jar" /> + Added: trunk/jython/debian/patches/series =================================================================== --- trunk/jython/debian/patches/series (rev 0) +++ trunk/jython/debian/patches/series 2013-11-21 15:47:27 UTC (rev 17479) @@ -0,0 +1 @@ +01-build.patch _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

