Author: nickboldt
Date: 2012-05-23 15:38:13 -0400 (Wed, 23 May 2012)
New Revision: 41310
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/.gitig...
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_...
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml
Log:
new subclipse 1.8 / svnkit 1.7 builder for subversive 1.7 servers (JBDS-1998)
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/.gitig...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/.gitig...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/.gitig... 2012-05-23
19:38:13 UTC (rev 41310)
@@ -0,0 +1 @@
+1.8_1.7/
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml 2012-05-23
19:10:16 UTC (rev 41309)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml 2012-05-23
19:38:13 UTC (rev 41310)
@@ -16,14 +16,14 @@
-f ~/RHDS/updates/requirements/subclipse/build.xml -Ddestination=/tmp/subclipse-repo
-->
<target name="mirror">
- <property name="URL1"
value="http://subclipse.tigris.org/update_1.6.x" />
- <property name="URL2"
value="http://eclipse.svnkit.com/1.3.x/"
/>
+ <property name="URL1"
value="http://subclipse.tigris.org/update_1.8.x" />
+ <property name="URL2"
value="http://eclipse.svnkit.com/1.7.x/"
/>
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/1.6_1.3/" name="Subclipse
1.6 + SVNKit 1.3 plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/1.8_1.7/" name="Subclipse
1.8 + SVNKit 1.7 plugins for Subversion 1.7 and Eclipse 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -32,6 +32,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.6_1.3/"
artifactRepository="file:${destination}/1.6_1.3/"
publishartifacts="true" source="${destination}/1.6_1.3/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.8_1.7/"
artifactRepository="file:${destination}/1.8_1.7/"
publishartifacts="true" source="${destination}/1.8_1.7/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_... (from
rev 41309,
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_... 2012-05-23
19:38:13 UTC (rev 41310)
@@ -0,0 +1,37 @@
+<?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/subclipse/build.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/subclipse/build.xml -Ddestination=/tmp/subclipse-repo
+ -->
+ <target name="mirror">
+ <property name="URL1"
value="http://subclipse.tigris.org/update_1.6.x" />
+ <property name="URL2"
value="http://eclipse.svnkit.com/1.3.x/"
/>
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/1.6_1.3/" name="Subclipse
1.6 + SVNKit 1.3 plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.6_1.3/"
artifactRepository="file:${destination}/1.6_1.3/"
publishartifacts="true" source="${destination}/1.6_1.3/"
compress="${compress}" />
+ </target>
+</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_... (from
rev 41309,
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/subclipse/build_... 2012-05-23
19:38:13 UTC (rev 41310)
@@ -0,0 +1,37 @@
+<?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/subclipse/build.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/subclipse/build.xml -Ddestination=/tmp/subclipse-repo
+ -->
+ <target name="mirror">
+ <property name="URL1"
value="http://subclipse.tigris.org/update_1.8.x" />
+ <property name="URL2"
value="http://eclipse.svnkit.com/1.7.x/"
/>
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/1.8_1.7/" name="Subclipse
1.8 + SVNKit 1.7 plugins for Subversion 1.7 and Eclipse 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.8_1.7/"
artifactRepository="file:${destination}/1.8_1.7/"
publishartifacts="true" source="${destination}/1.8_1.7/"
compress="${compress}" />
+ </target>
+</project>