Author: thomas.diesler(a)jboss.com
Date: 2010-01-28 17:49:17 -0500 (Thu, 28 Jan 2010)
New Revision: 100092
Modified:
projects/jboss-osgi/projects/osgitck/trunk/build.xml
Log:
setup.vi
Modified: projects/jboss-osgi/projects/osgitck/trunk/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/build.xml 2010-01-28 22:28:11 UTC (rev
100091)
+++ projects/jboss-osgi/projects/osgitck/trunk/build.xml 2010-01-28 22:49:17 UTC (rev
100092)
@@ -11,7 +11,7 @@
<!-- $Id: build.xml 93515 2009-09-15 07:18:21Z thomas.diesler(a)jboss.com $ -->
-<project default="setup.jboss">
+<project default="setup.vi">
<property name="target.dir" value="${basedir}/target" />
<property name="reports.dir" value="${target.dir}/test-reports"
/>
@@ -75,8 +75,8 @@
<ant dir="${osgitck.dir}" target="build-clean" />
</target>
- <!-- Setup the TCK to use the JBoss OSGi Framework -->
- <target name="setup.jboss" description="Setup the TCK using the JBoss
OSGi Framework" depends="init">
+ <!-- Setup the TCK to use the Vendor Implemenation -->
+ <target name="setup.vi" description="Setup the TCK using the Vendor
Implemenation" depends="init">
<!-- Overlay the TCK setup -->
<copy todir="${osgitck.dir}" overwrite="true">
Show replies by date