Author: nickboldt
Date: 2012-02-18 13:55:54 -0500 (Sat, 18 Feb 2012)
New Revision: 38900
Modified:
branches/jbosstools-3.3.0.Beta1/build/parent/pom.xml
Log:
switch to use correct branch of composite site
Modified: branches/jbosstools-3.3.0.Beta1/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta1/build/parent/pom.xml 2012-02-17 23:19:40 UTC (rev
38899)
+++ branches/jbosstools-3.3.0.Beta1/build/parent/pom.xml 2012-02-18 18:55:54 UTC (rev
38900)
@@ -35,19 +35,19 @@
<!-- 1a. URL of latest JBT target platform site -->
<
jbosstools-target-site>http://download.jboss.org/jbosstools/updates/ta...
- <!-- 1b. or use -Plocal.site
-Dlocal.site=file:///home/$user/trunk/build/target-platform/REPO/ -->
+ <!-- 1b. or use -Plocal.site
-Dlocal.site=file:///home/$user/3.3.indigo/build/target-platform/REPO/ -->
<!-- TODO: don't forget to update JBDS .updatesite jobs when this value changes!
-->
<local.site>file:///home/hudson/static_build_env/jbds/target-platform_3.3.indigo.SR1-M/e372M-wtp332M.target/</local.site>
<!-- 2a. URL of latest JBT nightly staging composite site (all the components
in once place) -->
- <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use
_composite_/3.3.indigo -->
- <
jbosstools-nightly-staging-composite>http://download.jboss.org/jbossto...
+ <!-- for trunk use _composite_/3.3.indigo; for 3.3_stable_branch, use
_composite_/3.3.indigo -->
+ <
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...
+ <
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.3_stable_branch, use
_composite_/3.3.indigo -->
+ <!-- for trunk use _composite_/3.3.indigo; for 3.3_stable_branch, use
_composite_/3.3.indigo -->
<local.composite>file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/3.3.indigo/</local.composite>
<!-- 3a. URL of latest JBT requirements composite mirror -->
@@ -58,9 +58,9 @@
<!-- 4. published aggregate update site goes here, for consumption by QE
and downstream JBDS builds -->
- <
jbosstools-nightly>http://download.jboss.org/jbosstools/updates/nightl...
+ <
jbosstools-nightly>http://download.jboss.org/jbosstools/updates/nightl...
<!-- this site is not enabled by default as SOA Tooling is a downstream project
(sorta). -->
- <
jbosstools-nightly-soa-tooling>http://download.jboss.org/jbosstools/up...
+ <
jbosstools-nightly-soa-tooling>http://download.jboss.org/jbosstools/up...
<!-- 5. extra requirements (for 3rd party "Extras" site) -->
<
jboss-requirements-composite-extras-mirror>http://download.jboss.org/j...
@@ -432,7 +432,7 @@
<!-- To use this profile, must have first created a local.target file,
which points to a local repo. You can do this by hand or generate it from
- multiple.target using: cd ~/trunk/build/target-platform; ant See also the
+ multiple.target using: cd ~/3.3.indigo/build/target-platform; ant See also the
README in target-platform/ folder for additional usage examples. You can
also run `ant help`. If you want to build the target-platform/pom.xml AND
generate a local repo + local.target file ALL AT THE SAME TIME, you can do: