Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 02:53:19 -0400 (Sat, 20 Oct 2007)
New Revision: 4813
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml
Log:
Fix undeploy targets for cxf, metro
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -27,14 +27,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -27,14 +27,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -27,14 +27,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -37,14 +37,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -27,14 +27,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -36,7 +36,7 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# Build distro
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-CXF-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -36,7 +36,7 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# Build distro
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -36,7 +36,7 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# Build distro
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Metro-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -36,7 +36,7 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# Build distro
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -30,14 +30,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# Build distro
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++
framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -40,14 +40,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# Build distro
Modified: framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -30,14 +30,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# Build distro
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -34,7 +34,7 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++ framework/trunk/hudson/hudson-home/jobs/Integration-CXF-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -34,7 +34,7 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-4.2.2/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++
framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -34,7 +34,7 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-5.0.0/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++
framework/trunk/hudson/hudson-home/jobs/Integration-Metro-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -34,7 +34,7 @@
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -27,14 +27,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss42
+./build.sh $ENVIRONMENT undeploy-jboss422
#
# build and deploy
Modified: framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml 2007-10-19
21:26:39 UTC (rev 4812)
+++
framework/trunk/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml 2007-10-20
06:53:19 UTC (rev 4813)
@@ -27,14 +27,14 @@
#
cd $STACKMETRO
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# undeploy stack-cxf
#
cd $STACKCXF
cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss50
+./build.sh $ENVIRONMENT undeploy-jboss500
#
# build and deploy
Show replies by date