Author: thomas.diesler(a)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>
<!-- ================================================================== -->
Show replies by date