This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch debian-debian in repository plm.
commit b0734ba7085df5135d7c89d63fc58725456dad50 Author: Martin Quinson <[email protected]> Date: Sun Sep 8 22:58:26 2013 +0200 no need for that patch anymore --- debian/patches/java7 | 19 ------------------- debian/patches/series | 1 - 2 files changed, 20 deletions(-) diff --git a/debian/patches/java7 b/debian/patches/java7 deleted file mode 100644 index 09ade12..0000000 --- a/debian/patches/java7 +++ /dev/null @@ -1,19 +0,0 @@ ---- - src/plm/core/model/lesson/Exercise.java | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -Index: b/src/plm/core/model/lesson/Exercise.java -=================================================================== ---- a/src/plm/core/model/lesson/Exercise.java -+++ b/src/plm/core/model/lesson/Exercise.java -@@ -109,8 +109,8 @@ - */ - //TODO: why do we instantiate a compiler per exercise ? is there any way to re-use the same compiler. - //TODO: I tried to put it as static, but of course strange behaviors happen afterwards -- // Create a compiler of classes (using java 1.6) -- private final CompilerJava compiler = new CompilerJava(Arrays.asList(new String[] { "-target", "1.6" })); -+ // Create a compiler of classes -+ private final CompilerJava compiler = new CompilerJava(Arrays.asList(new String[] { })); - - - /** diff --git a/debian/patches/series b/debian/patches/series index b8956c7..4a88585 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ system-ant-tasks no-twitter no-scala -java7 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

