|
From: Scott M S. <st...@us...> - 2004-03-12 06:05:12
|
User: starksm
Date: 04/03/11 21:38:03
Modified: . Tag: Branch_3_2 build.xml
Log:
Fix the truncated xml element
Revision Changes Path
No revision
No revision
1.165.2.145 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.144
retrieving revision 1.165.2.145
diff -u -r1.165.2.144 -r1.165.2.145
--- build.xml 12 Mar 2004 05:34:03 -0000 1.165.2.144
+++ build.xml 12 Mar 2004 05:38:02 -0000 1.165.2.145
@@ -15,7 +15,7 @@
<!-- -->
<!-- ============================================================ -->
-<!-- $Id: build.xml,v 1.165.2.144 2004/03/12 05:34:03 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.145 2004/03/12 05:38:02 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4818,7 +4818,7 @@
<exclude name="**/test/naming/test/Security*"/>
<exclude name="**/test/security/test/*"/>
<exclude name="**/test/securitymgr/test/*"/>
- <exclude name="**/test/jmx/test/Secure*
+ <exclude name="**/test/jmx/test/Secure*" />
<!-- Takes way too long, needs to be fixed to handle timeouts -->
<!--
|