Author: nickboldt
Date: 2011-05-12 10:41:42 -0400 (Thu, 12 May 2011)
New Revision: 31241
Modified:
trunk/build/target-platform/build.xml
trunk/build/target-platform/jbds.target
trunk/build/target-platform/jbds.target.p2mirror.xml
trunk/build/target-platform/multiple.target
trunk/build/target-platform/multiple.target.p2mirror.xml
trunk/build/target-platform/publish.sh
trunk/build/target-platform/target2p2mirror.xml
Log:
add comments about keeping these files in synch when moving up versions (M6 -> M7):
build.xml, *.target*, publish.sh, target2p2mirror.xml
Modified: trunk/build/target-platform/build.xml
===================================================================
--- trunk/build/target-platform/build.xml 2011-05-12 14:41:25 UTC (rev 31240)
+++ trunk/build/target-platform/build.xml 2011-05-12 14:41:42 UTC (rev 31241)
@@ -139,6 +139,8 @@
<!-- should work on osx-cocoa32, win32, lin32, lin64 -->
<target name="get.eclipse">
<!-- NOTE: must use same platform (50M) or SDK (103M - 168M) version as feature
version on target platform, or will get install/update conflicts -->
+ <!-- don't forget to increment these files when moving up a version:
+ build.xml, *.target*, publish.sh, target2p2mirror.xml -->
<property name="eclipse.version" value="3.7M7" />
<property name="eclipse.URL"
value="http://www.eclipse.org/downloads/download.php?r=1&fil...
<!--
Modified: trunk/build/target-platform/jbds.target
===================================================================
--- trunk/build/target-platform/jbds.target 2011-05-12 14:41:25 UTC (rev 31240)
+++ trunk/build/target-platform/jbds.target 2011-05-12 14:41:42 UTC (rev 31241)
@@ -9,6 +9,10 @@
:%s/.\+\/\(org.\+\)_\(\d\+.\+\)\.jar/\t\t\t<unit
id="\1.feature.group" version="\2"\/>/g
-->
+ <!-- don't forget to increment these files when moving up a version:
+ build.xml, *.target*, publish.sh, target2p2mirror.xml -->
+ <repository
location="http://download.jboss.org/jbosstools/updates/indigo/M7/&qu...
+
<!-- Orbit bundles -->
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
@@ -159,8 +163,6 @@
<unit id="org.eclipse.tm.terminal.view.feature.group"
version="2.2.0.v201103142315-31-7w312214253426"/>
<unit id="org.eclipse.tm.terminal.telnet.feature.group"
version="2.1.0.v201103142315-30-7w312213121A22"/>
<unit id="org.eclipse.tm.terminal.ssh.feature.group"
version="2.1.0.v201103142315-30-7w312212153266"/>
-
- <repository
location="http://download.jboss.org/jbosstools/updates/indigo/M7/&qu...
</location>
</locations>
</target>
Modified: trunk/build/target-platform/jbds.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/jbds.target.p2mirror.xml 2011-05-12 14:41:25 UTC (rev
31240)
+++ trunk/build/target-platform/jbds.target.p2mirror.xml 2011-05-12 14:41:42 UTC (rev
31241)
@@ -28,6 +28,8 @@
<p2.mirror destination="file://${repoDir}"
verbose="${verbose}">
<slicingOptions includeFeatures="true"
followStrict="${followStrict}"/>
<source>
+<!-- don't forget to increment these files when moving up a version:
+ build.xml, *.target*, publish.sh, target2p2mirror.xml -->
<repository
location="http://download.jboss.org/jbosstools/updates/indigo/M7/&qu...
</source>
<iu id="javax.wsdl" version=""/>
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2011-05-12 14:41:25 UTC (rev 31240)
+++ trunk/build/target-platform/multiple.target 2011-05-12 14:41:42 UTC (rev 31241)
@@ -12,6 +12,8 @@
</location>
<location includeAllPlatforms="false" includeMode="planner"
type="InstallableUnit">
+ <!-- don't forget to increment these files when moving up a version:
+ build.xml, *.target*, publish.sh, target2p2mirror.xml -->
<repository
location="http://download.jboss.org/jbosstools/updates/indigo/M7/&qu...
<!-- m2e 0.13 + deps -->
Modified: trunk/build/target-platform/multiple.target.p2mirror.xml
===================================================================
--- trunk/build/target-platform/multiple.target.p2mirror.xml 2011-05-12 14:41:25 UTC (rev
31240)
+++ trunk/build/target-platform/multiple.target.p2mirror.xml 2011-05-12 14:41:42 UTC (rev
31241)
@@ -29,6 +29,8 @@
<slicingOptions includeFeatures="true"
followStrict="${followStrict}"/>
<source>
<repository
location="http://download.jboss.org/jbosstools/builds/staging/_compo...
+<!-- don't forget to increment these files when moving up a version:
+ build.xml, *.target*, publish.sh, target2p2mirror.xml -->
<repository
location="http://download.jboss.org/jbosstools/updates/indigo/M7/&qu...
</source>
<iu id="org.eclipse.m2e.feature.feature.group" version=""/>
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2011-05-12 14:41:25 UTC (rev 31240)
+++ trunk/build/target-platform/publish.sh 2011-05-12 14:41:42 UTC (rev 31241)
@@ -2,6 +2,8 @@
# Hudson creates a repo in ${repoDir}; copy it into other places for access by downstream
jobs and users
# defaults for JBoss Tools
+# don't forget to increment these files when moving up a version:
+# build.xml, *.target*, publish.sh, target2p2mirror.xml
targetZipFile=e37M7-wtp33M7.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO
destinationPath=/home/hudson/static_build_env/jbds/target-platform
Modified: trunk/build/target-platform/target2p2mirror.xml
===================================================================
--- trunk/build/target-platform/target2p2mirror.xml 2011-05-12 14:41:25 UTC (rev 31240)
+++ trunk/build/target-platform/target2p2mirror.xml 2011-05-12 14:41:42 UTC (rev 31241)
@@ -1,4 +1,6 @@
<project default="custom.build" name="jbosstools target platform
p2.mirror generator">
+ <!-- don't forget to increment these files when moving up a version:
+ build.xml, *.target*, publish.sh, target2p2mirror.xml -->
<property name="targetFile" value="e37M7-wtp33M7.target" />
<!-- if useLatest = true, omit versions from p2.mirror script to fetch latest version
available;