[jbosstools-commits] JBoss Tools SVN: r44137 - trunk/build/target-platform.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Sep 28 23:51:23 EDT 2012
Author: nickboldt
Date: 2012-09-28 23:51:23 -0400 (Fri, 28 Sep 2012)
New Revision: 44137
Modified:
trunk/build/target-platform/multiple.target
trunk/build/target-platform/pom-local.xml
trunk/build/target-platform/pom.xml
trunk/build/target-platform/publish.sh
trunk/build/target-platform/target2p2mirror.xml
trunk/build/target-platform/targetUpdateFromRepo.xml
trunk/build/target-platform/unified.target
Log:
bump up from 4.2.1RC to 4.2.1.Final
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2012-09-29 03:51:13 UTC (rev 44136)
+++ trunk/build/target-platform/multiple.target 2012-09-29 03:51:23 UTC (rev 44137)
@@ -10,7 +10,7 @@
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit" includeSource="true">
<!-- 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/juno/SR0a/"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/juno/SR1/"/>
<!-- for these IUs we need multiple versions -->
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
@@ -102,7 +102,7 @@
<unit id="org.eclipse.gef.feature.group" version="3.9.0.201208201742"/>
<unit id="org.eclipse.zest.feature.group" version="1.5.0.201208201742"/>
- <!-- UML2 -->
+ <!-- Needed for Teiid Designer: UML2 -->
<unit id="org.eclipse.uml2.feature.group" version="4.0.1.v20120830-1547"/>
<unit id="org.eclipse.uml2.doc.feature.group" version="4.0.0.v20120830-1547"/>
@@ -345,21 +345,21 @@
<unit id="javax.xml.rpc" version="1.1.0.v201005080400"/>
<unit id="javax.el" version="2.2.0.v201108011116"/>
- <!-- SWTBot -->
+ <!-- only in JBT: SWTBot -->
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
<unit id="org.eclipse.swtbot.feature.group" version="2.0.5.20111003_1754-3676ac8-dev-e36"/>
- <!-- BIRT -->
+ <!-- only in JBT: BIRT -->
<unit id="org.eclipse.birt.osgi.runtime.sdk.feature.group" version="4.2.1.v20120820-793187qD_Cz0RBQLXOVGu3BTF-Oc"/>
<unit id="org.eclipse.birt.feature.group" version="4.2.1.v20120820-ChBG8RGYgRQlJ7iVBW4z0tnDWYPt"/>
<unit id="org.eclipse.birt.integration.wtp.feature.group" version="4.2.1.v20120904-1129-5107w31231A150223A"/>
<unit id="org.eclipse.birt.chart.feature.group" version="4.2.1.v20120820-828i7DFQCnvK_6tK4mbB8"/>
<unit id="org.eclipse.birt.chart.integration.wtp.feature.group" version="4.2.1.v20120904-1129-5107w31231A150223A"/>
- <!-- GWT/GPE dependencies (include only those which are EPL or other OSS licensed!) -->
+ <!-- only in JBT: GWT/GPE dependencies (include only those which are EPL or other OSS licensed!) -->
<unit id="com.google.gdt.eclipse.suite.e42.feature.feature.group" version="3.1.0.v201208080121-rel-r42"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group" version="2.4.0.v201208080121-rel-r42"/>
</location>
Modified: trunk/build/target-platform/pom-local.xml
===================================================================
--- trunk/build/target-platform/pom-local.xml 2012-09-29 03:51:13 UTC (rev 44136)
+++ trunk/build/target-platform/pom-local.xml 2012-09-29 03:51:23 UTC (rev 44137)
@@ -15,14 +15,14 @@
<target.platform.classifier.unified.name>unified</target.platform.classifier.unified.name>
<target.platform.classifier.local.name>local</target.platform.classifier.local.name>
<!-- unified.URL is only used when regenerating the .target file via targetUpdateFromRepo.xml -->
- <unified.URL>http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR0a/latest/</unified.URL>
+ <unified.URL>http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR1/latest/</unified.URL>
+ <eclipse.version>4.2.1</eclipse.version>
+ <eclipse.URL>http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/R-4.2.1-201209141800//</eclipse.URL>
<!--
- <eclipse.version>4.2</eclipse.version>
- <eclipse.URL>http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/R-4.2-201206081400/</eclipse.URL>
- -->
<eclipse.version>M20120829-1000</eclipse.version>
<eclipse.URL>http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/M20120829-1000/</eclipse.URL>
+ -->
<eclipse.type>platform</eclipse.type>
<!-- Temporary before release of Tycho 0.16 -->
Modified: trunk/build/target-platform/pom.xml
===================================================================
--- trunk/build/target-platform/pom.xml 2012-09-29 03:51:13 UTC (rev 44136)
+++ trunk/build/target-platform/pom.xml 2012-09-29 03:51:23 UTC (rev 44137)
@@ -15,14 +15,14 @@
<target.platform.classifier.unified.name>unified</target.platform.classifier.unified.name>
<target.platform.classifier.local.name>local</target.platform.classifier.local.name>
<!-- unified.URL is only used when regenerating the .target file via targetUpdateFromRepo.xml -->
- <unified.URL>http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR0a/latest/</unified.URL>
+ <unified.URL>http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR1/latest/</unified.URL>
+ <eclipse.version>4.2.1</eclipse.version>
+ <eclipse.URL>http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/R-4.2.1-201209141800//</eclipse.URL>
<!--
- <eclipse.version>4.2</eclipse.version>
- <eclipse.URL>http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/R-4.2-201206081400/</eclipse.URL>
- -->
<eclipse.version>M20120829-1000</eclipse.version>
<eclipse.URL>http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/M20120829-1000/</eclipse.URL>
+ -->
<eclipse.type>platform</eclipse.type>
<!-- Temporary before release of Tycho 0.16 -->
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2012-09-29 03:51:13 UTC (rev 44136)
+++ trunk/build/target-platform/publish.sh 2012-09-29 03:51:23 UTC (rev 44137)
@@ -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-6.0_*.updatesite jobs (4) need to be pointed at the new Target Platform URL
-targetZipFile=e421RC2-wtp341M.target
-repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR0a
-destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0a
-DESTINATION=tools at filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR0a
+targetZipFile=e421-wtp341.target
+repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR1
+destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1
+DESTINATION=tools at filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR1
include="*"
exclude="--exclude '.blobstore'" # exclude the .blobstore
@@ -23,22 +23,22 @@
'-include') include="$2"; shift 2;;
'-exclude') exclude="$2"; shift 2;;
- '-jbt_4.0.juno.SR0a')
+ '-jbt_4.0.juno.SR1')
# defaults for JBT (trunk)
- targetZipFile=e421RC2-wtp341M.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR0a
- destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0a
- DESTINATION=tools at filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR0a
+ targetZipFile=e421-wtp341.target
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR1
+ destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1
+ DESTINATION=tools at filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR1
include="*"
exclude="--exclude '.blobstore'" # exclude the .blobstore
shift 1;;
- '-jbds_4.0.juno.SR0a')
+ '-jbds_4.0.juno.SR1')
# defaults for JBDS (trunk)
- targetZipFile=jbds600-e421RC2-wtp341M.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR0a
- destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR0a
- DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR0a
+ targetZipFile=jbds600-e421-wtp341.target
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR1
+ destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR1
+ DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1
include=".blobstore *" # include the .blobstore
exclude=""
shift 1;;
Modified: trunk/build/target-platform/target2p2mirror.xml
===================================================================
--- trunk/build/target-platform/target2p2mirror.xml 2012-09-29 03:51:13 UTC (rev 44136)
+++ trunk/build/target-platform/target2p2mirror.xml 2012-09-29 03:51:23 UTC (rev 44137)
@@ -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 -->
- <property name="targetFile" value="e421RC2-wtp341M.target" />
+ <property name="targetFile" value="e421-wtp341.target" />
<!-- if useLatest = true, omit versions from p2.mirror script to fetch latest version available;
if useLatest = false, include versions and fetch specific versions requested. -->
Modified: trunk/build/target-platform/targetUpdateFromRepo.xml
===================================================================
--- trunk/build/target-platform/targetUpdateFromRepo.xml 2012-09-29 03:51:13 UTC (rev 44136)
+++ trunk/build/target-platform/targetUpdateFromRepo.xml 2012-09-29 03:51:23 UTC (rev 44137)
@@ -12,7 +12,7 @@
<!-- create a second .target file which replaces all URLs with a single unified (published) one
(eg., for jbosstools target platform site), set these properties too -->
<property name="unified.targetFile" value="unified.target" />
- <property name="unified.URL" value="http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR0a/latest/" />
+ <property name="unified.URL" value="http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR1/latest/" />
<property name="local.targetFile" value="local.target" />
<property name="local.URL" value="file://${repoDir}" />
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2012-09-29 03:51:13 UTC (rev 44136)
+++ trunk/build/target-platform/unified.target 2012-09-29 03:51:23 UTC (rev 44137)
@@ -10,7 +10,7 @@
<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit" includeSource="true">
<!-- 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/target-platform_4.0.juno.SR0a/latest/"/>
+ <repository location="http://download.jboss.org/jbosstools/updates/target-platform_4.0.juno.SR1/latest/"/>
<!-- for these IUs we need multiple versions -->
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
More information about the jbosstools-commits
mailing list