Author: nickboldt
Date: 2012-04-11 12:31:15 -0400 (Wed, 11 Apr 2012)
New Revision: 40135
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
tweak webtools builder to add prefix S-
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-04-11
15:30:11 UTC (rev 40134)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-04-11
16:31:15 UTC (rev 40135)
@@ -29,7 +29,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.4.0M6-20120319200442/"
name="Web Tools plugins for Eclipse Juno" />
+ <repository location="file:${destination}/S-3.4.0M6-20120319200442/"
name="Web Tools plugins for Eclipse Juno" />
<source>
<repository location="${URL}" />
</source>
@@ -38,6 +38,6 @@
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.4.0M6-20120319200442/"
artifactRepository="file:${destination}/3.4.0M6-20120319200442/"
publishartifacts="true"
source="${destination}/3.4.0M6-20120319200442/" compress="${compress}"
/>
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/S-3.4.0M6-20120319200442/"
artifactRepository="file:${destination}/S-3.4.0M6-20120319200442/"
publishartifacts="true"
source="${destination}/S-3.4.0M6-20120319200442/"
compress="${compress}" />
</target>
</project>