[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] jcerti build.xml
From: |
CERTI CVS commits |
Subject: |
[certi-cvs] jcerti build.xml |
Date: |
Mon, 28 Nov 2011 12:27:23 +0000 |
CVSROOT: /sources/certi
Module name: jcerti
Changes by: Eric NOULARD <erk> 11/11/28 12:27:23
Modified files:
. : build.xml
Log message:
Compile with debug On and source line
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/jcerti/build.xml?cvsroot=certi&r1=1.6&r2=1.7
Patches:
Index: build.xml
===================================================================
RCS file: /sources/certi/jcerti/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- build.xml 26 Jul 2011 15:06:38 -0000 1.6
+++ build.xml 28 Nov 2011 12:27:23 -0000 1.7
@@ -113,7 +113,7 @@
<target name="prepare-test" depends="create-jar, test-clean">
<mkdir dir="${test.class.dir}" />
- <javac srcdir="${test.src.dir}" destdir="${test.class.dir}"
includeantruntime="false" target="1.5" source="1.5" deprecation="on">
+ <javac srcdir="${test.src.dir}" destdir="${test.class.dir}"
includeantruntime="false" target="1.5" source="1.5" deprecation="on"
debug="true" debuglevel="lines,vars,source">
<include name="**/*.java" />
<classpath>
<path refid="jcerti.classpath" />
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] jcerti build.xml,
CERTI CVS commits <=