Author: nickboldt
Date: 2011-03-03 19:33:48 -0500 (Thu, 03 Mar 2011)
New Revision: 29497
Modified:
branches/jbosstools-3.2.x/build/target-platform/publish.sh
Log:
target platform is now e362-wtp323, not e361-wtp322
Modified: branches/jbosstools-3.2.x/build/target-platform/publish.sh
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/publish.sh 2011-03-04 00:30:02 UTC
(rev 29496)
+++ branches/jbosstools-3.2.x/build/target-platform/publish.sh 2011-03-04 00:33:48 UTC
(rev 29497)
@@ -2,7 +2,7 @@
# Hudson creates a repo in ${repoDir}; copy it into other places for access by downstream
jobs and users
# defaults for JBoss Tools
-targetZipFile=e361-wtp322.target
+targetZipFile=e362-wtp323.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO
destinationPath=/home/hudson/static_build_env/jbds/target-platform
DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform
@@ -21,7 +21,7 @@
'-exclude') exclude="$2"; shift 2;;
'-jbt_trunk')
# defaults for JBT (trunk)
- targetZipFile=e361-wtp322.target
+ targetZipFile=e362-wtp323.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_trunk
destinationPath=/home/hudson/static_build_env/jbds/target-platform_trunk
DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_trunk
@@ -30,7 +30,7 @@
shift 1;;
'-jbt')
# defaults for JBT (stable branch)
- targetZipFile=e361-wtp322.target
+ targetZipFile=e362-wtp323.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO
destinationPath=/home/hudson/static_build_env/jbds/target-platform
DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform
@@ -39,7 +39,7 @@
shift 1;;
'-jbds_trunk')
# defaults for JBDS (trunk)
- targetZipFile=jbds400-e361-wtp322.target
+ targetZipFile=jbds400-e362-wtp323.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_trunk
destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_trunk
DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_trunk
@@ -48,7 +48,7 @@
shift 1;;
'-jbds')
# defaults for JBDS (stable branch)
- targetZipFile=jbds400-e361-wtp322.target
+ targetZipFile=jbds400-e362-wtp323.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO
destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform
DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform