Author: nickboldt
Date: 2012-02-10 13:59:20 -0500 (Fri, 10 Feb 2012)
New Revision: 38618
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
Log:
bump birt 3.7.1 to 3.7.2 (interim site)
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2012-02-10
18:37:04 UTC (rev 38617)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2012-02-10
18:59:20 UTC (rev 38618)
@@ -23,12 +23,12 @@
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/birt/update-site/3.7" />
+ <property name="URL"
value="http://download.eclipse.org/birt/update-site/3.7-interim/" />
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.7.1/" name="Extra BIRT
plugins for Eclipse 3.7 (Not in Indigo)" />
+ <repository location="file:${destination}/3.7.2.v20120207/"
name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
<source>
<repository location="${URL}" />
</source>
@@ -43,9 +43,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/3.7.1/" includes="**/artifacts.jar,
**/contents.jar"/>
+ <fileset dir="${destination}/3.7.2.v20120207/"
includes="**/artifacts.jar, **/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.1/"
artifactRepository="file:${destination}/3.7.1/"
publishartifacts="true" source="${destination}/3.7.1/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.2.v20120207/"
artifactRepository="file:${destination}/3.7.2.v20120207/"
publishartifacts="true" source="${destination}/3.7.2.v20120207/"
compress="${compress}" />
</target>
</project>