[jboss-osgi-commits] JBoss-OSGI SVN: r100077 - projects/jboss-osgi/projects/osgitck/trunk.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Jan 28 14:55:58 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-01-28 14:55:57 -0500 (Thu, 28 Jan 2010)
New Revision: 100077

Modified:
   projects/jboss-osgi/projects/osgitck/trunk/build.xml
Log:
Use build-clean

Modified: projects/jboss-osgi/projects/osgitck/trunk/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 19:50:01 UTC (rev 100076)
+++ projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 19:55:57 UTC (rev 100077)
@@ -72,7 +72,7 @@
     <copy file="${aQute.bnd.jar}" tofile="${osgitck.dir}/licensed/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar" overwrite="true" />
 
     <!-- Build the TCK -->
-    <ant dir="${osgitck.dir}/osgi.ct" target="clean-build" />
+    <ant dir="${osgitck.dir}/osgi.ct" target="build-clean" />
   </target>
 
   <!-- Setup the TCK to use the JBoss OSGi Framework -->
@@ -87,7 +87,7 @@
     <copy file="${aQute.bnd.jar}" tofile="${osgitck.dir}/licensed/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar" overwrite="true" />
 
     <!-- Build the TCK -->
-    <ant dir="${osgitck.dir}/osgi.ct" target="clean-build" />
+    <ant dir="${osgitck.dir}/osgi.ct" target="build-clean" />
   </target>
 
   <!-- ================================================================== -->



More information about the jboss-osgi-commits mailing list