You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/10 22:18:21 UTC

svn commit: r169517 - /incubator/beehive/trunk/ant/nightly.xml

Author: ekoneil
Date: Tue May 10 13:18:21 2005
New Revision: 169517

URL: http://svn.apache.org/viewcvs?rev=169517&view=rev
Log:
Fix typo in the name of "jsfWeb.xml".  Thanks for pointing that out, Rich.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/ant/nightly.xml

Modified: incubator/beehive/trunk/ant/nightly.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/ant/nightly.xml?rev=169517&r1=169516&r2=169517&view=diff
==============================================================================
--- incubator/beehive/trunk/ant/nightly.xml (original)
+++ incubator/beehive/trunk/ant/nightly.xml Tue May 10 13:18:21 2005
@@ -95,7 +95,7 @@
         <delete dir="${os.CATALINA_HOME}/work/Catalina/localhost/controlsWeb"/>
         <delete file="${os.CATALINA_HOME}/conf/Catalina/localhost/controlsWeb.xml"/>
         <delete dir="${os.CATALINA_HOME}/work/Catalina/localhost/jsfWeb"/>
-        <delete file="${os.CATALINA_HOME}/conf/Catalina/localhost/jsfWev.xml"/>
+        <delete file="${os.CATALINA_HOME}/conf/Catalina/localhost/jsfWeb.xml"/>
     </target>
 
 </project>