Author: nickboldt
Date: 2012-08-22 11:29:03 -0400 (Wed, 22 Aug 2012)
New Revision: 43175
Modified:
trunk/build/parent/pom.xml
trunk/build/results/build.xml
trunk/build/results/index-template.html
trunk/build/target-platform/local.target
trunk/build/target-platform/unified.target
Log:
fix links - use 4.0 instead of 3.4 (JBDS-1987)
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-08-22 15:22:51 UTC (rev 43174)
+++ trunk/build/parent/pom.xml 2012-08-22 15:29:03 UTC (rev 43175)
@@ -43,22 +43,22 @@
<target.platform.classifier.local>local</target.platform.classifier.local>
<!-- 1a. URL of latest JBT target platform site -->
- <
jbosstools-target-site>http://download.jboss.org/jbosstools/updates/ta...
+ <
jbosstools-target-site>http://download.jboss.org/jbosstools/updates/ta...
<!-- 1b. or use -Plocal.site
-Dlocal.site=file:///${HOME}/trunk/build/target-platform/REPO/ -->
<!-- TODO: don't forget to update JBDS .updatesite jobs when this value changes!
-->
<!-- TODO: see also 'hudson' profile below for other default value -->
- <local.site>file:///${user.home}/.m2/jbosstools-target-platform_3.4.juno.SR0/</local.site>
+ <local.site>file:///${user.home}/.m2/jbosstools-target-platform_4.0.juno.SR0/</local.site>
<!-- 2a. URL of latest JBT nightly staging composite site (all the components
in once place) -->
- <!-- for trunk use _composite_/trunk; for 3.4_stable_branch, use
_composite_/3.4.juno -->
+ <!-- for trunk use _composite_/trunk; for 4.0_stable_branch, use
_composite_/4.0.juno -->
<
jbosstools-nightly-staging-composite>http://download.jboss.org/jbossto...
<!-- this site is not enabled by default as SOA Tooling is a downstream project
(sorta). -->
<
jbosstools-nightly-staging-composite-soa-tooling>http://download.jboss...
<!-- 2b. or use -Plocal.composite
-Dlocal.composite=file:///path/to/mirror/of/composite/staging/site/ -->
- <!-- for trunk use _composite_/trunk; for 3.4_stable_branch, use
_composite_/3.4.juno -->
+ <!-- for trunk use _composite_/trunk; for 4.0_stable_branch, use
_composite_/4.0.juno -->
<local.composite>file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/core/trunk/</local.composite>
<local.composite-soa-tooling>file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/soa-tooling/trunk/</local.composite-soa-tooling>
@@ -655,7 +655,7 @@
</property>
</activation>
<properties>
- <local.site>file:///home/hudson/static_build_env/jbds/target-platform_3.4.juno.SR0/e420-wtp340.target/</local.site>
+ <local.site>file:///home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0/e420-wtp340.target/</local.site>
</properties>
<build>
<plugins>
Modified: trunk/build/results/build.xml
===================================================================
--- trunk/build/results/build.xml 2012-08-22 15:22:51 UTC (rev 43174)
+++ trunk/build/results/build.xml 2012-08-22 15:29:03 UTC (rev 43175)
@@ -100,7 +100,7 @@
<target name="generate.html">
<echo>Generate index pages using qualifier = ${qualifier}</echo>
- <!-- replace links to jobs w/ correct stream (eg., 3.3_stable_branch,
3.4_stable_branch or 3.4_trunk) -->
+ <!-- replace links to jobs w/ correct stream (eg., 3.3_stable_branch,
4.0_stable_branch or 3.4_trunk) -->
<condition property="STREAM_SUFFIX" value="_stable_branch"
else="_trunk">
<contains string="${JOB_NAME}" substring="_stable_branch"
/>
</condition>
Modified: trunk/build/results/index-template.html
===================================================================
--- trunk/build/results/index-template.html 2012-08-22 15:22:51 UTC (rev 43174)
+++ trunk/build/results/index-template.html 2012-08-22 15:29:03 UTC (rev 43175)
@@ -89,7 +89,7 @@
<a class="blue" style="align: right;"
href="http://download.jboss.org/jbosstools/builds/staging/jbosstools...
Revision</a> (!)
</div>
- <h4>Target Platform: Juno M6 (incl. Eclipse 4.2 + Web Tools 3.4)</h4>
+ <h4>Target Platform: Juno SR0 (incl. Eclipse 4.2 + Web Tools 3.4)</h4>
<p>
<small>
<i>Target Platforms are built upstream via these jobs: <br />
@@ -102,7 +102,7 @@
</p>
<div align="right">
- <a class="blue" style="align: right;"
href="http://download.jboss.org/jbosstools/updates/target-platform_3...
Target Platform Update Site</a> (!)
+ <a class="blue" style="align: right;"
href="http://download.jboss.org/jbosstools/updates/target-platform_4...
Target Platform Update Site</a> (!)
</div>
<div align="right">
<a class="blue" style="align: right;"
href="http://anonsvn.jboss.org/repos/jbosstools/trunk/build/target-p...
Target Platform Definition File</a> (!)
Modified: trunk/build/target-platform/local.target
===================================================================
--- trunk/build/target-platform/local.target 2012-08-22 15:22:51 UTC (rev 43174)
+++ trunk/build/target-platform/local.target 2012-08-22 15:29:03 UTC (rev 43175)
@@ -6,7 +6,7 @@
using vi, apply this transform:
:%s/.\+\/\(org.\+\)_\(\d\+.\+\)\.jar/\t\t\t<unit id="\1.feature.group"
version="\2"\/>/g
-->
- <!-- for trunk use _composite_/core/trunk; for 3.4_stable_branch, use
_composite_/core/4.0.juno -->
+ <!-- for trunk use _composite_/core/trunk; for 4.0_stable_branch, use
_composite_/core/4.0.juno -->
<locations>
<location includeAllPlatforms="false" includeMode="planner"
includeSource="true" type="InstallableUnit">
<!-- don't forget to increment these files when moving up a version:
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2012-08-22 15:22:51 UTC (rev 43174)
+++ trunk/build/target-platform/unified.target 2012-08-22 15:29:03 UTC (rev 43175)
@@ -10,7 +10,7 @@
<location includeAllPlatforms="false" includeMode="planner"
includeSource="true" type="InstallableUnit">
<!-- don't forget to increment these files when moving up a version:
build.xml, *.target*, publish.sh, target2p2mirror.xml -->
- <!-- for trunk use _composite_/core/trunk; for 3.4_stable_branch, use
_composite_/core/4.0.juno -->
+ <!-- for trunk use _composite_/core/trunk; for 4.0_stable_branch, use
_composite_/core/4.0.juno -->
<repository
location="http://download.jboss.org/jbosstools/updates/target-platfo...
<!-- for these IUs we need multiple versions -->