[jbosstools-commits] JBoss Tools SVN: r22823 - trunk/build/target-platform.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Jun 15 13:01:18 EDT 2010
Author: nickboldt
Date: 2010-06-15 13:01:18 -0400 (Tue, 15 Jun 2010)
New Revision: 22823
Modified:
trunk/build/target-platform/install.xml
Log:
delete downloaded metadata before regenerating it
Modified: trunk/build/target-platform/install.xml
===================================================================
--- trunk/build/target-platform/install.xml 2010-06-15 16:57:34 UTC (rev 22822)
+++ trunk/build/target-platform/install.xml 2010-06-15 17:01:18 UTC (rev 22823)
@@ -48,6 +48,9 @@
<!-- generate a site.xml for all the features available -->
<antcall target="buildSiteXml" />
+ <!-- TODO: delete existing metadata in ${repo.dir} before regenerating it? -->
+ <delete dir="${repo.dir}" includes="artifacts.xml, artifacts.jar, content.xml, content.jar" />
+
<!-- generate metadata -->
<!-- TODO: switch to use Publisher: http://wiki.eclipse.org/Equinox/p2/Publisher#Features_and_Bundles_Publisher_Task
<p2.publish.featuresAndBundles
More information about the jbosstools-commits
mailing list