|
From: Scott M S. <st...@us...> - 2003-09-29 23:56:25
|
User: starksm
Date: 03/09/29 16:56:24
Modified: . Tag: Branch_3_2 build.xml
Log:
Comment out the digest-auth.war for now
Revision Changes Path
No revision
No revision
1.165.2.108 +3 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.107
retrieving revision 1.165.2.108
diff -u -r1.165.2.107 -r1.165.2.108
--- build.xml 29 Sep 2003 23:47:17 -0000 1.165.2.107
+++ build.xml 29 Sep 2003 23:56:23 -0000 1.165.2.108
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.107 2003/09/29 23:47:17 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.108 2003/09/29 23:56:23 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3050,7 +3050,7 @@
</fileset>
</war>
- <!-- war to test DIGEST auth -->
+ <!-- war to test DIGEST auth
<war warfile="${build.lib}/digest-auth.war"
webxml="${build.resources}/web/WEB-INF/digest-auth-web.xml">
<webinf dir="${build.resources}/web/html/other/WEB-INF">
@@ -3060,6 +3060,7 @@
<include name="**/*.html"/>
</fileset>
</war>
+-->
<!-- build jbosstest-web.ear -->
<ear earfile="${build.lib}/jbosstest-web.ear"
|