Author: max.andersen(a)jboss.com
Date: 2009-01-16 13:56:06 -0500 (Fri, 16 Jan 2009)
New Revision: 13102
Modified:
workspace/max/jpaap/test/jpa-build.xml
Log:
Modified: workspace/max/jpaap/test/jpa-build.xml
===================================================================
--- workspace/max/jpaap/test/jpa-build.xml 2009-01-16 18:53:32 UTC (rev 13101)
+++ workspace/max/jpaap/test/jpa-build.xml 2009-01-16 18:56:06 UTC (rev 13102)
@@ -2,12 +2,15 @@
<project basedir="." default="build"
name="jpa-test">
<import file="build.xml"/>
+
+
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
+ <!-- Remove this delete to have the processor only generated for changed files
-->
<delete dir="build/classes" />
<mkdir dir="build/classes"/>
-
+
<javac debug="true" debuglevel="${debuglevel}"
destdir="build/classes" source="${source}"
target="${target}">
<!-- <compilerarg value="-XprintProcessorInfo" />
<compilerarg value="-XprintRounds" /> -->
Show replies by date