[jbosstools-commits] JBoss Tools SVN: r35546 - in trunk/download.jboss.org/jbosstools/updates: requirements and 1 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Oct 11 13:49:01 EDT 2011


Author: nickboldt
Date: 2011-10-11 13:49:00 -0400 (Tue, 11 Oct 2011)
New Revision: 35546

Added:
   trunk/download.jboss.org/jbosstools/updates/requirements/bpel/
   trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml
Modified:
   trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts.xml
   trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml
Log:
JBDS-1879 mirror bpel 0.5 onto dl.jb.o as new req

Modified: trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts.xml	2011-10-11 16:55:10 UTC (rev 35545)
+++ trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts.xml	2011-10-11 17:49:00 UTC (rev 35546)
@@ -3,22 +3,23 @@
 <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='1317877554000'/>
+<property name='p2.timestamp' value='1318354979000'/>
 </properties>
-<children size='13'>
+<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/ecf/3.5.2/'/>
 <child location='../../requirements/eclipse/3.7.1/'/>
+
 <child location='../../requirements/egit/1.0.0/'/>
-
 <child location='../../requirements/emf/2.7.1/'/>
 <!-- includes m2e, m2e-extras, m2e-wtp -->
 <child location='../../requirements/m2eclipse/20111005-1500/'/>
 <child location='../../requirements/mylyn/3.6.2-v20110908-0706/'/>
 <child location='../../requirements/orbit/R20110523182458/'/>
+
 <child location='../../requirements/swtbot/2.0.5/'/>
-
 <child location='../../requirements/webtools/3.3.1-20110915193224/'/>
 <child location='../../requirements/xulrunner-1.9.2/'/>
 <child location='http://dl.google.com/eclipse/plugin/3.7/'/>

Modified: trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml	2011-10-11 16:55:10 UTC (rev 35545)
+++ trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml	2011-10-11 17:49:00 UTC (rev 35546)
@@ -3,22 +3,23 @@
 <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='1317877554000'/>
+<property name='p2.timestamp' value='1318354979000'/>
 </properties>
-<children size='13'>
+<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/ecf/3.5.2/'/>
 <child location='../../requirements/eclipse/3.7.1/'/>
+
 <child location='../../requirements/egit/1.0.0/'/>
-
 <child location='../../requirements/emf/2.7.1/'/>
 <!-- includes m2e, m2e-extras, m2e-wtp -->
 <child location='../../requirements/m2eclipse/20111005-1500/'/>
 <child location='../../requirements/mylyn/3.6.2-v20110908-0706/'/>
 <child location='../../requirements/orbit/R20110523182458/'/>
+
 <child location='../../requirements/swtbot/2.0.5/'/>
-
 <child location='../../requirements/webtools/3.3.1-20110915193224/'/>
 <child location='../../requirements/xulrunner-1.9.2/'/>
 <child location='http://dl.google.com/eclipse/plugin/3.7/'/>

Added: trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml	2011-10-11 17:49:00 UTC (rev 35546)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+	<!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+	
+		-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} 
+		-consoleLog -nosplash -data /tmp
+		-application org.eclipse.ant.core.antRunner
+		-f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/bpel/build-indigo.xml"
+		
+		or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+		
+		export JAVA_HOME=/opt/jdk1.6.0; \
+		${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+			org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+			-application org.eclipse.ant.core.antRunner \
+			-f ~/RHDS/updates/requirements/bpel/build-indigo.xml -Ddestination=/tmp/bpel-repo
+
+		or, headless on local:
+	
+		java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+			org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+			-application org.eclipse.ant.core.antRunner -f build-indigo.xml
+
+	-->
+	<target name="mirror">
+		<property name="URL1" value="http://download.eclipse.org/bpel/update-site/" />
+		<property name="URL2" value="https://hudson.eclipse.org/hudson/job/bpel-0.5/lastSuccessfulBuild/artifact/site/target/site/" />
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/bpel/" />
+		<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)" />
+			<source>
+				<repository location="${URL1}" />
+				<repository location="${URL2}" />
+			</source>
+
+			<slicingOptions includeFeatures="true" followStrict="true" />
+		</p2.mirror>
+
+		<delete>
+			<fileset dir="${destination}/0.5.0-20110915-1141-H87/" 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}" />
+	</target>
+</project>



More information about the jbosstools-commits mailing list