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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Jan 28 15:05:21 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-01-28 15:05:20 -0500 (Thu, 28 Jan 2010)
New Revision: 100078

Modified:
   projects/jboss-osgi/projects/osgitck/trunk/build.xml
Log:
Run build-clean in tck root

Modified: projects/jboss-osgi/projects/osgitck/trunk/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 19:55:57 UTC (rev 100077)
+++ projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 20:05:20 UTC (rev 100078)
@@ -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="build-clean" />
+    <ant dir="${osgitck.dir}" 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="build-clean" />
+    <ant dir="${osgitck.dir}" target="build-clean" />
   </target>
 
   <!-- ================================================================== -->



More information about the jboss-osgi-commits mailing list