Suppressed loading of securityfilter-blank webapp during testing.
authorchris_schultz <chris_schultz>
Thu, 1 Nov 2007 17:36:11 +0000 (17:36 +0000)
committerchris_schultz <chris_schultz>
Thu, 1 Nov 2007 17:36:11 +0000 (17:36 +0000)
build-webapps.xml

index 4e7bd61..2aa8705 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 
 <!--
-$Id: build-webapps.xml,v 1.11 2006/02/15 08:23:52 maxcooper Exp $
-$Revision: 1.11 $
-$Date: 2006/02/15 08:23:52 $
+$Id: build-webapps.xml,v 1.12 2007/11/01 17:36:11 chris_schultz Exp $
+$Revision: 1.12 $
+$Date: 2007/11/01 17:36:11 $
 -->
 
 <project name="securityfilter-webapps" default="build">
@@ -152,9 +152,11 @@ $Date: 2006/02/15 08:23:52 $
 
    <target name="deploy">
       <!-- deploy war files -->
+<!--
       <ant antfile="deploy.xml" inheritall="false" target="deploy">
          <property name="webapp.name" value="${project.name}-blank"/>
       </ant>
+-->
       <ant antfile="deploy.xml" inheritall="false" target="deploy">
          <property name="webapp.name" value="${project.name}-example"/>
       </ant>
@@ -174,9 +176,11 @@ $Date: 2006/02/15 08:23:52 $
 
    <target name="undeploy">
       <!-- undeploy webapps -->
+<!--
       <ant antfile="deploy.xml" inheritall="false" target="undeploy">
          <property name="webapp.name" value="${project.name}-blank"/>
       </ant>
+-->
       <ant antfile="deploy.xml" inheritall="false" target="undeploy">
          <property name="webapp.name" value="${project.name}-example"/>
       </ant>