# HG changeset patch # User Andrew John Hughes # Date 1243535619 -3600 # Node ID 331c91ed45cd52a375a8199b74bf6dcd92bd589e # Parent a1476b6655c10482ae8b512ce8da1f2b54af5023 Fix PR338: path to tools.jar was wrong, but only hurts Debian/Ubuntu users. 2009-05-27 Andrew John Hughes * patches/ecj/icedtea.patch: Fix for PR338. The path to tools.jar was wrong in the jaxws patch (jre/lib/tools.jar rather than lib/tools.jar). For some reason, only Debian/Ubuntu users get hit by this. diff -r a1476b6655c1 -r 331c91ed45cd ChangeLog --- a/ChangeLog Thu May 28 19:31:50 2009 +0100 +++ b/ChangeLog Thu May 28 19:33:39 2009 +0100 @@ -1,3 +1,11 @@ +2009-05-27 Andrew John Hughes + + * patches/ecj/icedtea.patch: + Fix for PR338. The path to tools.jar was + wrong in the jaxws patch (jre/lib/tools.jar + rather than lib/tools.jar). For some reason, + only Debian/Ubuntu users get hit by this. + 2009-05-27 Andrew John Hughes * acinclude.m4: diff -r a1476b6655c1 -r 331c91ed45cd patches/ecj/icedtea.patch --- a/patches/ecj/icedtea.patch Thu May 28 19:31:50 2009 +0100 +++ b/patches/ecj/icedtea.patch Thu May 28 19:33:39 2009 +0100 @@ -329,7 +329,7 @@ - excludes="com/sun/tools/internal/txw2/**"> + excludes="com/sun/tools/internal/txw2/**" + source="1.5"> -+ ++