|
From: Scott M S. <st...@us...> - 2004-08-02 22:13:22
|
User: starksm
Date: 04/08/02 15:13:15
Modified: . build.xml
Log:
Remove the call of the _jars-jbossnet target for now
Revision Changes Path
1.385 +1 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- build.xml 2 Aug 2004 21:48:55 -0000 1.384
+++ build.xml 2 Aug 2004 22:13:14 -0000 1.385
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.384 2004/08/02 21:48:55 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.385 2004/08/02 22:13:14 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1434,7 +1434,6 @@
_jars-txtimer,
_jars-util,
_jars-web,
- _jars-jbossnet,
_jars-webservice,
_jars-xa">
</target>
|