Author: nickboldt
Date: 2011-11-10 02:34:31 -0500 (Thu, 10 Nov 2011)
New Revision: 36265
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts...
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml
Log:
bump up to BPEL 0.8.0 from build H94 (JBIDE-10062)
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts... 2011-11-10
07:34:19 UTC (rev 36264)
+++
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts... 2011-11-10
07:34:31 UTC (rev 36265)
@@ -3,12 +3,12 @@
<repository name='JBoss Tools Requirements - Composite Indigo SR1 Mirror'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'
version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
-<property name='p2.timestamp' value='1318538731000'/>
+<property name='p2.timestamp' value='1320910251000'/>
</properties>
<children size='14'>
<child location='../../requirements/indigo/201109230900-SR1/'/>
<child location='../../requirements/birt/3.7.1/'/>
-<child location='../../requirements/bpel/0.5.0-20110915-1141-H87/'/>
+<child location='../../requirements/bpel/0.8.0.v20111109-1901-H94-CI/'/>
<child location='../../requirements/ecf/3.5.2/'/>
<child location='../../requirements/eclipse/3.7.1/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml 2011-11-10
07:34:19 UTC (rev 36264)
+++
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml 2011-11-10
07:34:31 UTC (rev 36265)
@@ -3,12 +3,12 @@
<repository name='JBoss Tools Requirements - Composite Indigo SR1 Mirror'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
-<property name='p2.timestamp' value='1318538743000'/>
+<property name='p2.timestamp' value='1320910262000'/>
</properties>
<children size='14'>
<child location='../../requirements/indigo/201109230900-SR1/'/>
<child location='../../requirements/birt/3.7.1/'/>
-<child location='../../requirements/bpel/0.5.0-20110915-1141-H87/'/>
+<child location='../../requirements/bpel/0.8.0.v20111109-1901-H94-CI/'/>
<child location='../../requirements/ecf/3.5.2/'/>
<child location='../../requirements/eclipse/3.7.1/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml 2011-11-10
07:34:19 UTC (rev 36264)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml 2011-11-10
07:34:31 UTC (rev 36265)
@@ -23,13 +23,13 @@
-->
<target name="mirror">
- <property name="URL1"
value="http://download.eclipse.org/bpel/update-site/" />
+ <property name="URL1"
value="http://download.eclipse.org/bpel/site/" />
<property name="URL2"
value="https://hudson.eclipse.org/hudson/job/bpel-0.5/lastSuccessful...
/>
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/0.5.0-20110915-1141-H87/"
name="Eclipse BPEL for Eclipse 3.7 (Not in Indigo)" />
+ <repository location="file:${destination}/0.8.0.v20111109-1901-H94-CI/"
name="Eclipse BPEL for Eclipse 3.7 (Not in Indigo)" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -39,9 +39,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/0.5.0-20110915-1141-H87/"
includes="**/artifacts.jar, **/contents.jar"/>
+ <fileset dir="${destination}/0.8.0.v20111109-1901-H94-CI/"
includes="**/artifacts.jar, **/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/0.5.0-20110915-1141-H87/"
artifactRepository="file:${destination}/0.5.0-20110915-1141-H87/"
publishartifacts="true"
source="${destination}/0.5.0-20110915-1141-H87/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/0.8.0.v20111109-1901-H94-CI/"
artifactRepository="file:${destination}/0.8.0.v20111109-1901-H94-CI/"
publishartifacts="true"
source="${destination}/0.8.0.v20111109-1901-H94-CI/"
compress="${compress}" />
</target>
</project>