Author: mickael_istria
Date: 2012-07-11 12:49:10 -0400 (Wed, 11 Jul 2012)
New Revision: 42510
Modified:
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml
Log:
JBIDE-12316: Latest Atlassian connectors
Modified:
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml 2012-07-11
15:12:31 UTC (rev 42509)
+++
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml 2012-07-11
16:49:10 UTC (rev 42510)
@@ -8,7 +8,7 @@
<children size='11'>
<!-- new for Juno -->
<child location='../../requirements/juno/201206270900-R/'/>
-<child location='../../requirements/atlassian/3.0.5.v20120518/'/>
+<child location='../../requirements/atlassian/3.0.6.v20120628/'/>
<child location='../../requirements/birt/4.2.0.v20120613/'/>
<child location='../../requirements/eclipse/R-4.2-201206081400/'/>
<child location='../../requirements/orbit/R20120526062928/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml 2012-07-11
15:12:31 UTC (rev 42509)
+++
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml 2012-07-11
16:49:10 UTC (rev 42510)
@@ -8,7 +8,7 @@
<children size='11'>
<!-- new for Juno -->
<child location='../../requirements/juno/201206270900-R/'/>
-<child location='../../requirements/atlassian/3.0.5.v20120518/'/>
+<child location='../../requirements/atlassian/3.0.6.v20120628/'/>
<child location='../../requirements/birt/4.2.0.v20120613/'/>
<child location='../../requirements/eclipse/R-4.2-201206081400/'/>
<child location='../../requirements/orbit/R20120526062928/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml 2012-07-11
15:12:31 UTC (rev 42509)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml 2012-07-11
16:49:10 UTC (rev 42510)
@@ -10,8 +10,8 @@
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 \
- <iu id="org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog
-nosplash -data /tmp \
+ ${JAVA_HOME}/bin/java jar ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ -consoleLog -nosplash -data /tmp \
-application org.eclipse.ant.core.antRunner \
-f ~/RHDS/updates/requirements/atlassian/build.xml -Ddestination=/tmp/atlassian-repo
-->
@@ -21,12 +21,12 @@
<!-- <property name="URL1"
value="http://download.eclipse.org/mylyn/releases/latest" /> -->
<!-- TODO: make sure that the version of Mylyn in Juno (or on the URL above?) is the
same as the version used on the Atlassian site! -->
- <property name="URL1"
value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.7" />
+ <property name="URL1"
value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.8" />
<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.0.5.v20120518"
name="atlassian 3.0.5.v20120518" />
+ <repository location="file:${destination}/3.0.6.v20120628"
name="atlassian 3.0.6.v20120628" />
<source>
<repository location="${URL1}" />
</source>
@@ -41,6 +41,6 @@
<iu id="com.atlassian.connector.eclipse.subversive.feature.group" />
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.0.5.v20120518/"
artifactRepository="file:${destination}/3.0.5.v20120518/"
publishartifacts="true" source="${destination}/3.0.5.v20120518/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.0.6.v20120628/"
artifactRepository="file:${destination}/3.0.6.v20120628/"
publishartifacts="true" source="${destination}/3.0.6.v20120628/"
compress="${compress}" />
</target>
</project>