[jbosstools-commits] JBoss Tools SVN: r13099 - workspace/max/jpaap/jpaap.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Jan 16 13:25:40 EST 2009
Author: max.andersen at jboss.com
Date: 2009-01-16 13:25:39 -0500 (Fri, 16 Jan 2009)
New Revision: 13099
Modified:
workspace/max/jpaap/jpaap/build.xml
Log:
disable processing to compile jpaap with ant
Modified: workspace/max/jpaap/jpaap/build.xml
===================================================================
--- workspace/max/jpaap/jpaap/build.xml 2009-01-16 17:44:28 UTC (rev 13098)
+++ workspace/max/jpaap/jpaap/build.xml 2009-01-16 18:25:39 UTC (rev 13099)
@@ -41,6 +41,7 @@
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}" destdir="bin" source="${source}" target="${target}">
+ <compilerarg value="-proc:none"/>
<src path="src"/>
<classpath refid="jpaap.classpath"/>
</javac>
More information about the jbosstools-commits
mailing list