Author: nickboldt
Date: 2011-01-12 13:10:23 -0500 (Wed, 12 Jan 2011)
New Revision: 28142
Modified:
trunk/build/installation/installJBossTools.cmd
trunk/build/installation/installJBossTools.sh
trunk/build/installation/installJBossTools.xml
Log:
add help target instead of comments in ant script; add JBT target platform URL in
otherRepos examples
Modified: trunk/build/installation/installJBossTools.cmd
===================================================================
--- trunk/build/installation/installJBossTools.cmd 2011-01-12 18:06:28 UTC (rev 28141)
+++ trunk/build/installation/installJBossTools.cmd 2011-01-12 18:10:23 UTC (rev 28142)
@@ -23,7 +23,8 @@
-f installJBossTools.xml ^
-DsourceZip=c:\eclipse\36clean\jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243.zip
^
-DtargetDir=c:\eclipse\36clean\eclipse ^
- -DotherRepos=http://download.eclipse.org/releases/helios/,^
+ -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/,^
+http://download.eclipse.org/releases/helios/,^
http://download.eclipse.org/birt/update-site/2.6/,^
http://m2eclipse.sonatype.org/sites/m2e/,^
http://m2eclipse.sonatype.org/sites/m2e-extras/,^
Modified: trunk/build/installation/installJBossTools.sh
===================================================================
--- trunk/build/installation/installJBossTools.sh 2011-01-12 18:06:28 UTC (rev 28141)
+++ trunk/build/installation/installJBossTools.sh 2011-01-12 18:10:23 UTC (rev 28142)
@@ -25,7 +25,8 @@
-f installJBossTools.xml \
-DsourceZip=/home/nboldt/eclipse/36clean/jbosstools-3.2.0.M2.aggregate-Update-2010-09-08_17-17-54-H243a.zip
\
-DtargetDir=/home/nboldt/eclipse/36clean/eclipse \
- -DotherRepos=http://download.eclipse.org/releases/helios/,\
+ -DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/,\
+http://download.eclipse.org/releases/helios/,\
http://download.eclipse.org/birt/update-site/2.6/,\
http://m2eclipse.sonatype.org/sites/m2e/,\
http://m2eclipse.sonatype.org/sites/m2e-extras/,\
Modified: trunk/build/installation/installJBossTools.xml
===================================================================
--- trunk/build/installation/installJBossTools.xml 2011-01-12 18:06:28 UTC (rev 28141)
+++ trunk/build/installation/installJBossTools.xml 2011-01-12 18:10:23 UTC (rev 28142)
@@ -1,6 +1,6 @@
<project default="install">
- <!--
-
+ <target name="help">
+ <echo>
REQUIRMENTS:
This script requires Ant-Contrib. If missing, it will attempt to download
@@ -18,20 +18,25 @@
otherRepos - csv list of local, zipped, or remote update sites from which to install
prereqs (eg., BIRT, Maven); may want these sites:
-
http://download.eclipse.org/releases/galileo/,\
-
http://download.eclipse.org/birt/update-site/2.5/,\
-
http://download.jboss.org/jbosstools/updates/m2eclipse/0.10/
- #
http://m2eclipse.sonatype.org/update-dev
+
http://download.jboss.org/jbosstools/updates/target-platform/latest/
+
http://download.eclipse.org/releases/helios/,\
+
http://download.eclipse.org/birt/update-site/2.6/,\
+
http://m2eclipse.sonatype.org/sites/m2e/,\
+
http://m2eclipse.sonatype.org/sites/m2e-extras/,\
+
http://subclipse.tigris.org/update_1.6.x,\
+
http://dl.google.com/eclipse/plugin/3.6/
RUNNING THIS SCRIPT:
/path/to/eclipse-dir/eclipse -consolelog -nosplash -data /tmp \
-application org.eclipse.ant.core.antRunner \
-f /path/to/installJBossTools.xml \
+
-DotherRepos=http://download.jboss.org/jbosstools/updates/target-platform/latest/
-DsourceZip=/path/to/JBossTools-Update-3.1.0.v200909102049M-H274-M3.zip \
-DtargetDir=/path/to/eclipse-dir \
-Dinstall=org.jboss.tools.jmx.sdk.feature.feature.group
- -->
+</echo>
+ </target>
<property name="install" value="" />
<property name="otherRepos" value="" />