Author: nickboldt
Date: 2011-03-30 11:59:55 -0400 (Wed, 30 Mar 2011)
New Revision: 30156
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/README.txt
trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/requirements/mirror.sh.txt
Log:
link to m2e 0.13.0.201103291237 instead of 0.12; update mirror script to reflect change
(no more qa01 server)
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/README.txt
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/indigo/README.txt 2011-03-30 15:53:25 UTC
(rev 30155)
+++
trunk/download.jboss.org/jbosstools/updates/indigo/README.txt 2011-03-30 15:59:55 UTC
(rev 30156)
@@ -7,7 +7,7 @@
<child location='../requirements/eclipse/3.7M5/'/>
<child location='../requirements/emf/2.7M5/'/>
<child location='../requirements/gwt/201102111811/'/>
-<child location='../requirements/m2eclipse/0.12/'/>
+<child location='../requirements/m2eclipse/0.13.0.201103291237/'/>
<child location='../requirements/orbit/S20110124210048/'/>
<child location='../requirements/subclipse/1.6/'/>
<child location='../requirements/subversive/0.7.9_2.2.2/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml 2011-03-30
15:53:25 UTC (rev 30155)
+++
trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml 2011-03-30
15:59:55 UTC (rev 30156)
@@ -7,7 +7,7 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299603042000'/>
+<property name='p2.timestamp' value='1301500607000'/>
</properties>
<children size='14'>
<child location='../requirements/indigo/201102040900/'/>
@@ -16,7 +16,7 @@
<child location='../requirements/eclipse/3.7M5/'/>
<child location='../requirements/emf/2.7M5/'/>
<child location='../requirements/gwt/201102111811/'/>
-<child location='../requirements/m2eclipse/0.12/'/>
+<child location='../requirements/m2eclipse/0.13.0.201103291237/'/>
<child location='../requirements/orbit/S20110124210048/'/>
<child location='../requirements/subclipse/1.6/'/>
<child location='../requirements/subversive/0.7.9_2.2.2/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml 2011-03-30
15:53:25 UTC (rev 30155)
+++
trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml 2011-03-30
15:59:55 UTC (rev 30156)
@@ -7,7 +7,7 @@
get new time w/
date +%s000
-->
-<property name='p2.timestamp' value='1299603042000'/>
+<property name='p2.timestamp' value='1301500607000'/>
</properties>
<children size='14'>
<child location='../requirements/indigo/201102040900/'/>
@@ -16,7 +16,7 @@
<child location='../requirements/eclipse/3.7M5/'/>
<child location='../requirements/emf/2.7M5/'/>
<child location='../requirements/gwt/201102111811/'/>
-<child location='../requirements/m2eclipse/0.12/'/>
+<child location='../requirements/m2eclipse/0.13.0.201103291237/'/>
<child location='../requirements/orbit/S20110124210048/'/>
<child location='../requirements/subclipse/1.6/'/>
<child location='../requirements/subversive/0.7.9_2.2.2/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/mirror.sh.txt
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/mirror.sh.txt 2011-03-30
15:53:25 UTC (rev 30155)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/mirror.sh.txt 2011-03-30
15:59:55 UTC (rev 30156)
@@ -13,7 +13,9 @@
if [[ $2 ]]; then destfolder=$2; fi
fi
fi
-export JAVA_HOME=/opt/jdk1.6.0
+#export JAVA_HOME=/opt/jdk1.6.0; # old path on qa01
+export JAVA_HOME=$HOME/bin/sun-java2-6.0; # new path on dev01 - download Sun JDK 6 SE
(.bin) and unpack into ~/bin/, then symlink as sun-java2-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 $scriptname -Ddestination=$destfolder
# cleanup