[jbosstools-commits] JBoss Tools SVN: r13100 - workspace/max/jpaap/test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jan 16 13:36:51 EST 2009


Author: max.andersen at jboss.com
Date: 2009-01-16 13:36:51 -0500 (Fri, 16 Jan 2009)
New Revision: 13100

Modified:
   workspace/max/jpaap/test/build.xml
Log:


Modified: workspace/max/jpaap/test/build.xml
===================================================================
--- workspace/max/jpaap/test/build.xml	2009-01-16 18:25:39 UTC (rev 13099)
+++ workspace/max/jpaap/test/build.xml	2009-01-16 18:36:51 UTC (rev 13100)
@@ -53,6 +53,8 @@
     </target>
     <target depends="init" name="build-project">
         <echo message="${ant.project.name}: ${ant.file}"/>
+    	 <mkdir dir="build/classes" />
+    		
         <javac debug="true" debuglevel="${debuglevel}" destdir="bin" source="${source}" target="${target}">
             <src path="build/classes"/>
             <classpath refid="test.classpath"/>




More information about the jbosstools-commits mailing list