[jbosstools-commits] JBoss Tools SVN: r44149 - trunk/build/target-platforms.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sat Sep 29 01:50:57 EDT 2012


Author: nickboldt
Date: 2012-09-29 01:50:57 -0400 (Sat, 29 Sep 2012)
New Revision: 44149

Modified:
   trunk/build/target-platforms/publish.sh
Log:
move from 4.0.juno.SR0a to 4.0.juno.SR1-experimental so as to not conflict with other published TP (until we're ready to flip over to the new system completely, including generating jbds.target separately from multiple.target

Modified: trunk/build/target-platforms/publish.sh
===================================================================
--- trunk/build/target-platforms/publish.sh	2012-09-29 05:32:32 UTC (rev 44148)
+++ trunk/build/target-platforms/publish.sh	2012-09-29 05:50:57 UTC (rev 44149)
@@ -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-experimental
+destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1-experimental
+DESTINATION=tools at filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR1-experimental
 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-experimental') 
 		# 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-experimental
+		destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1-experimental
+		DESTINATION=tools at filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR1-experimental
 		include="*"
 		exclude="--exclude '.blobstore'" # exclude the .blobstore
 		shift 1;;
 
-		'-jbds_4.0.juno.SR0a') 
+		'-jbds_4.0.juno.SR1-experimental') 
 		# 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-experimental
+		destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR1-experimental
+		DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1-experimental
 		include=".blobstore *" # include the .blobstore
 		exclude="" 
 		shift 1;;		



More information about the jbosstools-commits mailing list