[jbosstools-commits] JBoss Tools SVN: r31334 - trunk/download.jboss.org/jbosstools/updates/requirements/birt.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon May 16 10:19:08 EDT 2011
Author: nickboldt
Date: 2011-05-16 10:19:08 -0400 (Mon, 16 May 2011)
New Revision: 31334
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
Log:
add metadata scrub step before p2.publish.featuresAndBundles is called
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-05-16 14:17:16 UTC (rev 31333)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-05-16 14:19:08 UTC (rev 31334)
@@ -40,9 +40,12 @@
<iu id="org.eclipse.birt.integration.wtp.feature.group" />
<iu id="org.eclipse.birt.chart.feature.group" />
<iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
-
</p2.mirror>
+ <delete>
+ <fileset dir="${destination}/3.7M7/" includes="**/artifacts.jar, **/contents.jar"/>
+ </delete>
+
<p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7M7/" artifactRepository="file:${destination}/3.7M7/" publishartifacts="true" source="${destination}/3.7M7/" compress="${compress}" />
</target>
</project>
More information about the jbosstools-commits
mailing list