[med-svn] [biojava-live] 05/14: update for tests
Andreas Tille
tille at debian.org
Tue Sep 26 08:17:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch 1.9.2
in repository biojava-live.
commit 80582af48a4dfcbf715ca37c2a7f8fa0bec67302
Author: Olivier Sallou <osallou at debian.org>
Date: Wed May 23 13:00:06 2012 +0000
update for tests
---
debian/build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index c54333d..87bfddb 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -58,7 +58,7 @@
<target name="compile">
<mkdir dir="${class.dir}"/>
<mkdir dir="${dist.dir}"/>
- <javac srcdir="${src.dir}" destdir="${class.dir}" classpathref="compile.classpath" debug="${debug}" optimize="${optimized}" nowarn="true">
+ <javac srcdir="${src.dir}" destdir="${class.dir}" classpathref="compile.classpath" debug="${debug}" optimize="${optimized}" nowarn="true" source="1.6" target="1.6">
</javac>
<copy todir="${class.dir}" failonerror="false">
<fileset dir="${resources.dir}"/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/biojava-live.git
More information about the debian-med-commit
mailing list