|
From: Scott M S. <st...@us...> - 2004-08-02 01:17:43
|
User: starksm
Date: 04/08/01 18:17:11
Modified: . Tag: Branch_3_2 build.xml
Log:
Remove the form-auth and client-cert test wars
Revision Changes Path
No revision
No revision
1.165.2.159 +1 -52 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.158
retrieving revision 1.165.2.159
diff -u -r1.165.2.158 -r1.165.2.159
--- build.xml 30 Jul 2004 17:04:32 -0000 1.165.2.158
+++ build.xml 2 Aug 2004 01:17:08 -0000 1.165.2.159
@@ -15,7 +15,7 @@
<!-- -->
<!-- ============================================================ -->
-<!-- $Id: build.xml,v 1.165.2.158 2004/07/30 17:04:32 tdiesler Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.159 2004/08/02 01:17:08 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3401,57 +3401,6 @@
</fileset>
</war>
- <!-- 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">
- <include name="jboss-web.xml"/>
- </webinf>
- <fileset dir="${build.resources}/web/html/root">
- <include name="**/*.html"/>
- </fileset>
- </war>
--->
- <!-- war to test FORM auth -->
- <war destfile="${build.lib}/form-auth.war"
- webxml="${build.resources}/web/WEB-INF/form-auth-web.xml">
- <webinf dir="${build.resources}/web/html/other/WEB-INF">
- <include name="jboss-web.xml"/>
- </webinf>
- <classes dir="${build.classes}">
- <include name="org/jboss/test/web/servlets/SecureServlet.class" />
- </classes>
- <fileset dir="${build.resources}/web/html/other">
- <include name="**/*.html"/>
- </fileset>
- </war>
-<!--
- <ear destfile="${build.lib}/form-auth.ear">
- appxml="${build.resources}/web/META-INF/application.xml">
- <metainf dir="${build.resources}/web/META-INF">
- <include name="jboss-app.xml" />
- </metainf>
- <fileset dir="${build.lib}">
- <include name="form-auth.war"/>
- <include name="web-sec.sar"/>
- </fileset>
- </ear>
--->
-
- <!-- war to test CLIENT-CERT auth -->
- <war warfile="${build.lib}/clientcert-auth.war"
- webxml="${build.resources}/web/WEB-INF/clientcert-auth-web.xml">
- <webinf dir="${build.resources}/web/html/other/WEB-INF">
- <include name="jboss-web.xml"/>
- </webinf>
- <classes dir="${build.classes}">
- <include name="org/jboss/test/web/servlets/SecureServlet.class" />
- </classes>
- <fileset dir="${build.resources}/web/html/root">
- <include name="**/*.html"/>
- </fileset>
- </war>
-
<!-- build jbosstest-web.ear -->
<ear earfile="${build.lib}/jbosstest-web.ear"
appxml="${build.resources}/web/META-INF/application.xml">
|