Author: nickboldt
Date: 2011-09-20 20:26:07 -0400 (Tue, 20 Sep 2011)
New Revision: 34914
Modified:
branches/jbosstools-3.2.x/build/target-platform/publish.sh
branches/jbosstools-3.2.x/build/target-platform/target2p2mirror.xml
Log:
increment from e362-wtp324.target -> e362-wtp325.target
Modified: branches/jbosstools-3.2.x/build/target-platform/publish.sh
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/publish.sh 2011-09-21 00:23:10 UTC
(rev 34913)
+++ branches/jbosstools-3.2.x/build/target-platform/publish.sh 2011-09-21 00:26:07 UTC
(rev 34914)
@@ -2,7 +2,9 @@
# Hudson creates a repo in ${repoDir}; copy it into other places for access by downstream
jobs and users
# defaults for JBoss Tools
-targetZipFile=e362-wtp324.target
+# don't forget to increment these files when moving up a version:
+# build.xml, *.target*, publish.sh, target2p2mirror.xml
+targetZipFile=e362-wtp325.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 +23,7 @@
'-exclude') exclude="$2"; shift 2;;
'-jbt_trunk')
# defaults for JBT (trunk)
- targetZipFile=e362-wtp324.target
+ targetZipFile=e362-wtp325.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 +32,7 @@
shift 1;;
'-jbt')
# defaults for JBT (stable branch)
- targetZipFile=e362-wtp324.target
+ targetZipFile=e362-wtp325.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 +41,7 @@
shift 1;;
'-jbds_trunk')
# defaults for JBDS (trunk)
- targetZipFile=jbds400-e362-wtp324.target
+ targetZipFile=jbds400-e362-wtp325.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 +50,7 @@
shift 1;;
'-jbds')
# defaults for JBDS (stable branch)
- targetZipFile=jbds400-e362-wtp324.target
+ targetZipFile=jbds400-e362-wtp325.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
Modified: branches/jbosstools-3.2.x/build/target-platform/target2p2mirror.xml
===================================================================
--- branches/jbosstools-3.2.x/build/target-platform/target2p2mirror.xml 2011-09-21
00:23:10 UTC (rev 34913)
+++ branches/jbosstools-3.2.x/build/target-platform/target2p2mirror.xml 2011-09-21
00:26:07 UTC (rev 34914)
@@ -1,5 +1,7 @@
<project default="custom.build" name="jbosstools target platform
p2.mirror generator">
- <property name="targetFile" value="e362-wtp324.target" />
+ <!-- don't forget to increment these files when moving up a version:
+ build.xml, *.target*, publish.sh, target2p2mirror.xml -->
+ <property name="targetFile" value="e362-wtp325.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. -->
Show replies by date