Author: thomas.diesler(a)jboss.com
Date: 2007-05-04 06:28:42 -0400 (Fri, 04 May 2007)
New Revision: 2958
Modified:
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0-jdk14/config.xml
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5-jdk14/config.xml
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5/config.xml
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0/config.xml
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.2/config.xml
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-5.0/config.xml
Log:
Remove all thirdparty subdirs.
Don't build testsuite.
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0/config.xml 2007-05-04
08:39:46 UTC (rev 2957)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0/config.xml 2007-05-04
10:28:42 UTC (rev 2958)
@@ -22,7 +22,7 @@
# build jboss
#
cd $SVNBASE
-rm -f thirdparty/libraries.ent
+rm -rf thirdparty/*
./build/build.sh clean main
#
@@ -32,12 +32,6 @@
echo "Cannot find expected build: @hudson.jboss40.build@-ejb3"
exit 1
fi
-
-#
-# build the testsuite
-#
-cd testsuite
-./build.sh clean main
</command>
</hudson.tasks.Shell>
</builders>
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0-jdk14/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0-jdk14/config.xml 2007-05-04
08:39:46 UTC (rev 2957)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0-jdk14/config.xml 2007-05-04
10:28:42 UTC (rev 2958)
@@ -24,7 +24,7 @@
# build jboss
#
cd $SVNBASE
-rm -f thirdparty/libraries.ent
+rm -rf thirdparty/*
./build/build.sh clean main
#
@@ -34,12 +34,6 @@
echo "Cannot find expected build: @hudson.jboss40.build@"
exit 1
fi
-
-#
-# build the testsuite
-#
-cd testsuite
-./build.sh clean main
</command>
</hudson.tasks.Shell>
</builders>
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5/config.xml 2007-05-04
08:39:46 UTC (rev 2957)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5/config.xml 2007-05-04
10:28:42 UTC (rev 2958)
@@ -13,14 +13,8 @@
# build jboss
#
cd $SVNBASE
-rm -f thirdparty/libraries.ent
+rm -rf thirdparty/*
./build/build.sh clean main
-
-#
-# build the testsuite
-#
-cd testsuite
-./build.sh clean main
</command>
</hudson.tasks.Shell>
</builders>
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5-jdk14/config.xml
===================================================================
---
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5-jdk14/config.xml 2007-05-04
08:39:46 UTC (rev 2957)
+++
branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.0.5-jdk14/config.xml 2007-05-04
10:28:42 UTC (rev 2958)
@@ -15,14 +15,9 @@
# build jboss
#
cd $SVNBASE
-rm -f thirdparty/libraries.ent
+rm -rf thirdparty/*
./build/build.sh clean main
-#
-# build the testsuite
-#
-cd testsuite
-./build.sh clean main
</command>
</hudson.tasks.Shell>
</builders>
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.2/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.2/config.xml 2007-05-04
08:39:46 UTC (rev 2957)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-4.2/config.xml 2007-05-04
10:28:42 UTC (rev 2958)
@@ -22,7 +22,7 @@
# build jboss
#
cd $SVNBASE
-rm -f thirdparty/libraries.ent
+rm -rf thirdparty/*
./build/build.sh clean main
#
@@ -32,12 +32,6 @@
echo "Cannot find expected build: @hudson.jboss42.build@"
exit 1
fi
-
-#
-# build the testsuite
-#
-cd testsuite
-./build.sh clean main
</command>
</hudson.tasks.Shell>
</builders>
Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-5.0/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-5.0/config.xml 2007-05-04
08:39:46 UTC (rev 2957)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-5.0/config.xml 2007-05-04
10:28:42 UTC (rev 2958)
@@ -22,7 +22,7 @@
# build jboss
#
cd $SVNBASE
-rm -f thirdparty/libraries.ent
+rm -rf thirdparty/*
./build/build.sh clean main
#
@@ -32,12 +32,6 @@
echo "Cannot find expected build: @hudson.jboss50.build@"
exit 1
fi
-
-#
-# build the testsuite
-#
-cd testsuite
-./build.sh clean main
</command>
</hudson.tasks.Shell>
</builders>
Show replies by date