diff --git a/build/target-platform/build.xml b/build/target-platform/build.xml index a03e777..7b89da0 100644 --- a/build/target-platform/build.xml +++ b/build/target-platform/build.xml @@ -67,11 +67,11 @@ To run for JBDS target file WHILE JBT target file is being run: To build an alternate target platform (eg., Juno) for JBT: - $ ant -DtargetFile=multiple-junoM6.target -DrepoDir=${WORKINGDIR}/JBT_REPO/ -Declipse.version=4.2M6 -Declipse.type=SDK -Declipse.URL=http://www.eclipse.org/downloads/download.php?r=1\&file=/eclipse/downloads/drops4/S-4.2M6-201203151300/ -Dunified.URL=http://download.jboss.org/jbosstools/updates/target-platform_3.4.juno.M6/latest/ + $ ant -DtargetFile=multiple.target -DrepoDir=${WORKINGDIR}/JBT_REPO/ -Declipse.version=4.2 -Declipse.type=SDK -Declipse.URL=http://www.eclipse.org/downloads/download.php?r=1\&file=/eclipse/downloads/drops4/R-4.2-201206081400/ -Dunified.URL=http://download.jboss.org/jbosstools/updates/target-platform_3.4.juno.SR0/latest/ To build an alternate target platform (eg., Juno) for JBDS: - $ ant -DtargetFile=jbds-junoM6.target -DrepoDir=${WORKINGDIR}/JBDS_REPO/ -Declipse.version=4.2M6 -Declipse.type=SDK -Declipse.URL=http://www.eclipse.org/downloads/download.php?r=1\&file=/eclipse/downloads/drops4/S-4.2M6-201203151300/ + $ ant -DtargetFile=jbds.target -DrepoDir=${WORKINGDIR}/JBDS_REPO/ -Declipse.version=4.2 -Declipse.type=SDK -Declipse.URL=http://www.eclipse.org/downloads/download.php?r=1\&file=/eclipse/downloads/drops4/R-4.2-201206081400/ @@ -153,16 +153,16 @@ To build an alternate target platform (eg., Juno) for JBDS: also all devstudio-5.0_*.updatesite jobs (4) need to be pointed at the new Target Platform URL --> - + + + + - + - - - diff --git a/build/target-platform/jbds.target b/build/target-platform/jbds.target index 1b601ff..a503780 100644 --- a/build/target-platform/jbds.target +++ b/build/target-platform/jbds.target @@ -11,9 +11,9 @@ - - - + + + @@ -29,7 +29,7 @@ - + diff --git a/build/target-platform/jbds.target.p2mirror.xml b/build/target-platform/jbds.target.p2mirror.xml index 17b7075..0232f29 100644 --- a/build/target-platform/jbds.target.p2mirror.xml +++ b/build/target-platform/jbds.target.p2mirror.xml @@ -28,7 +28,7 @@ - + @@ -43,7 +43,6 @@ - diff --git a/build/target-platform/multiple.target b/build/target-platform/multiple.target index 89430b1..47d2970 100644 --- a/build/target-platform/multiple.target +++ b/build/target-platform/multiple.target @@ -15,7 +15,7 @@ - + @@ -31,7 +31,7 @@ - + diff --git a/build/target-platform/multiple.target.p2mirror.xml b/build/target-platform/multiple.target.p2mirror.xml index 70589f5..c5b6760 100644 --- a/build/target-platform/multiple.target.p2mirror.xml +++ b/build/target-platform/multiple.target.p2mirror.xml @@ -28,7 +28,7 @@ - + @@ -43,7 +43,6 @@ - diff --git a/build/target-platform/pom.xml b/build/target-platform/pom.xml index 1bfccfb..581a019 100644 --- a/build/target-platform/pom.xml +++ b/build/target-platform/pom.xml @@ -14,10 +14,10 @@ multiple unified local - http://download.jboss.org/jbosstools/updates/target-platform_3.4.juno.M6/latest/ - 4.2M6 + http://download.jboss.org/jbosstools/updates/target-platform_3.4.juno.SR0/latest/ + 4.2 platform - http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/S-4.2M6-201203151300/ + http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/R-4.2-201206081400/ diff --git a/build/target-platform/publish.sh b/build/target-platform/publish.sh index bd90d86..e334c01 100644 --- a/build/target-platform/publish.sh +++ b/build/target-platform/publish.sh @@ -5,10 +5,10 @@ # don't forget to increment these files when moving up a version: # build.xml, *.target*, publish.sh, target2p2mirror.xml; also jbds/trunk/releng/org.jboss.ide.eclipse.releng/requirements/jbds-target-platform/build.properties; # also all devstudio-5.0_*.updatesite jobs (4) need to be pointed at the new Target Platform URL -targetZipFile=e42M6-wtp34M6.target -repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_3.4.juno.M6 -destinationPath=/home/hudson/static_build_env/jbds/target-platform_3.4.juno.M6 -DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_3.4.juno.M6 +targetZipFile=e420-wtp340.target +repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_3.4.juno.SR0 +destinationPath=/home/hudson/static_build_env/jbds/target-platform_3.4.juno.SR0 +DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_3.4.juno.SR0 include="*" exclude="--exclude '.blobstore'" # exclude the .blobstore @@ -23,22 +23,22 @@ while [ "$#" -gt 0 ]; do '-include') include="$2"; shift 2;; '-exclude') exclude="$2"; shift 2;; - '-jbt_3.4.juno.M6') + '-jbt_3.4.juno.SR0') # defaults for JBT (trunk) - targetZipFile=e42M6-wtp34M6.target - repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_3.4.juno.M6 - destinationPath=/home/hudson/static_build_env/jbds/target-platform_3.4.juno.M6 - DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_3.4.juno.M6 + targetZipFile=e420-wtp340.target + repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_3.4.juno.SR0 + destinationPath=/home/hudson/static_build_env/jbds/target-platform_3.4.juno.SR0 + DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_3.4.juno.SR0 include="*" exclude="--exclude '.blobstore'" # exclude the .blobstore shift 1;; - '-jbds_3.4.juno.M6') + '-jbds_3.4.juno.SR0') # defaults for JBDS (trunk) - targetZipFile=jbds500-e42M6-wtp34M6.target - repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_3.4.juno.M6 - destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_3.4.juno.M6 - DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_3.4.juno.M6 + targetZipFile=jbds500-e420-wtp340.target + repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_3.4.juno.SR0 + destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_3.4.juno.SR0 + DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_3.4.juno.SR0 include=".blobstore *" # include the .blobstore exclude="" shift 1;; diff --git a/build/target-platform/target2p2mirror.xml b/build/target-platform/target2p2mirror.xml index 2616262..592fc68 100644 --- a/build/target-platform/target2p2mirror.xml +++ b/build/target-platform/target2p2mirror.xml @@ -3,7 +3,7 @@ build.xml, *.target*, publish.sh, target2p2mirror.xml; also jbds/trunk/releng/org.jboss.ide.eclipse.releng/requirements/jbds-target-platform/build.properties; also all devstudio-5.0_*.updatesite jobs (4) need to be pointed at the new Target Platform URL --> - + diff --git a/build/target-platform/targetUpdateFromRepo.xml b/build/target-platform/targetUpdateFromRepo.xml index 8f0d0c4..fc67150 100644 --- a/build/target-platform/targetUpdateFromRepo.xml +++ b/build/target-platform/targetUpdateFromRepo.xml @@ -12,7 +12,7 @@ - + diff --git a/build/target-platform/unified.target b/build/target-platform/unified.target index 6ce54d2..0250660 100644 --- a/build/target-platform/unified.target +++ b/build/target-platform/unified.target @@ -9,13 +9,13 @@ - + @@ -31,7 +31,7 @@ - + diff --git a/build/target-platform/unified.target.p2mirror.xml b/build/target-platform/unified.target.p2mirror.xml index eb06d3c..0dd43a0 100644 --- a/build/target-platform/unified.target.p2mirror.xml +++ b/build/target-platform/unified.target.p2mirror.xml @@ -28,7 +28,7 @@ - +