Subject: junitperf: Force java2 code generation
Package: junitperf
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
Version: 1.9.1-7
Severity: wishlist
Tags: patch
*** Please type your report below this line ***
*** /tmp/tmpBzDpyg
In Ubuntu, we've applied the attached patch to achieve the following:
* Merge from Debian testing, remaining changes: (LP: #521390)
- debian/ant.properties: Force java2 code generation
We thought you might be interested in doing the same.
diff -Nru junitperf-1.9.1/debian/ant.properties junitperf-1.9.1/debian/ant.properties
--- junitperf-1.9.1/debian/ant.properties 1970-01-01 01:00:00.000000000 +0100
+++ junitperf-1.9.1/debian/ant.properties 2010-05-16 14:14:10.000000000 +0200
@@ -0,0 +1,2 @@
+ant.build.javac.target=1.4
+ant.build.javac.source=1.4