|
From: Thomas D. <tdi...@us...> - 2004-07-30 17:04:40
|
User: tdiesler
Date: 04/07/30 10:04:34
Modified: . Tag: Branch_3_2 build.xml
Log:
Rename tests-webservice to tests-jbossnet
Revision Changes Path
No revision
No revision
1.165.2.158 +4 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.157
retrieving revision 1.165.2.158
diff -u -r1.165.2.157 -r1.165.2.158
--- build.xml 29 Jul 2004 05:24:20 -0000 1.165.2.157
+++ build.xml 30 Jul 2004 17:04:32 -0000 1.165.2.158
@@ -15,7 +15,7 @@
<!-- -->
<!-- ============================================================ -->
-<!-- $Id: build.xml,v 1.165.2.157 2004/07/29 05:24:20 steveebersole Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.158 2004/07/30 17:04:32 tdiesler Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4913,7 +4913,7 @@
tests-client-stress,
tests-security-basic-stress,
tests-jsr77-unit,
- tests-webservice-unit,
+ tests-jbossnet-unit,
tests-util-unit,
tests-jbossmx-compliance,
tests-jbossmx-implementation,
@@ -4929,7 +4929,7 @@
tests-client-unit,
tests-security-basic-unit,
tests-jsr77-unit,
- tests-webservice-unit,
+ tests-jbossnet-unit,
tests-util-unit,
tests-jbossmx-compliance,
tests-jbossmx-implementation,
@@ -5473,7 +5473,7 @@
| JBoss server distribution build that contains jboss-net.
-->
- <target name="tests-webservice-unit" depends="maybejars">
+ <target name="tests-jbossnet-unit" depends="maybejars">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
<!-- choose a testpattern via a property -->
|