[jboss-cvs] JBossAS SVN: r100802 - projects/jboss-osgi/projects/osgitck/trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Feb 10 07:47:53 EST 2010
Author: thomas.diesler at jboss.com
Date: 2010-02-10 07:47:53 -0500 (Wed, 10 Feb 2010)
New Revision: 100802
Modified:
projects/jboss-osgi/projects/osgitck/trunk/build.xml
Log:
Fix bnd update
Modified: projects/jboss-osgi/projects/osgitck/trunk/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/build.xml 2010-02-10 12:35:25 UTC (rev 100801)
+++ projects/jboss-osgi/projects/osgitck/trunk/build.xml 2010-02-10 12:47:53 UTC (rev 100802)
@@ -78,9 +78,6 @@
<!-- Copy the aQute.bnd -->
<copy file="${aQute.bnd.jar}" tofile="${osgitck.dir}/licensed/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar" overwrite="true" />
- <!-- Copy the core framework jar -->
- <copy file="${jboss.osgi.framework.jar}" tofile="${osgitck.dir}/licensed/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar" overwrite="true" />
-
<!-- Overlay the TCK setup -->
<copy todir="${osgitck.dir}" overwrite="true">
<fileset dir="${basedir}/overlay" />
More information about the jboss-cvs-commits
mailing list