Update of /cvsroot/securityfilter/securityfilter
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28000
Modified Files:
build-webapps.xml
Log Message:
Suppressed loading of securityfilter-blank webapp during testing.
Index: build-webapps.xml
===================================================================
RCS file: /cvsroot/securityfilter/securityfilter/build-webapps.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** build-webapps.xml 15 Feb 2006 08:23:52 -0000 1.11
--- build-webapps.xml 1 Nov 2007 17:36:11 -0000 1.12
***************
*** 153,159 ****
--- 153,161 ----
<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"/>
***************
*** 175,181 ****
--- 177,185 ----
<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"/>
|