Author: nickboldt
Date: 2011-09-23 16:28:59 -0400 (Fri, 23 Sep 2011)
New Revision: 35015
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/springide/pom.xml
Log:
because we can't call an eclipse process from Tycho direcly, just echo instuctions to
console (JBDS-1838)
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/springide/pom.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/springide/pom.xml 2011-09-23
20:28:44 UTC (rev 35014)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/springide/pom.xml 2011-09-23
20:28:59 UTC (rev 35015)
@@ -7,14 +7,16 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
- <!-- TODO: when there's enough of these scripts, externalize these to a parent
pom in ../ -->
+ <!-- TODO: when there's enough of these scripts, externalize these to a
+ parent pom in ../ -->
<tychoVersion>0.13.0</tychoVersion>
<maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
-
+
<!-- TODO: update this every time you use this script against a new target
version + resulting folder -->
<
sourceURL>http://dist.springsource.com/release/TOOLS/update/e3.7</s...
- <siteVersion>2.7.2.201109131000</siteVersion>
+ <siteVersion>2.7.2.201109122348</siteVersion>
+ <destination>${project.build.directory}/../${siteVersion}</destination>
</properties>
<build>
@@ -72,7 +74,7 @@
</iu>
</ius>
<!-- The destination directory to mirror to. -->
- <destination>${project.build.directory}/../${siteVersion}</destination>
+ <destination>${destination}</destination>
<!-- Whether only strict dependencies should be followed. -->
<!-- "strict" means perfect version match -->
<followStrictOnly>true</followStrictOnly>
@@ -102,6 +104,9 @@
<tasks>
<!-- remove the target/ folder -->
<delete dir="${project.build.directory}" quiet="true"
/>
+ <echo>To apply patch to disable SpringIDE welcome page (JBDS-1838), run
build.xml in this folder passing in these parameters:
+ -DsiteVersion=${siteVersion} -DURL=${sourceURL}
+ </echo>
</tasks>
</configuration>
<goals>