You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/03/21 22:19:08 UTC

svn commit: r387625 - /lenya/trunk/src/targets/webapp-build.xml

Author: michi
Date: Tue Mar 21 13:19:06 2006
New Revision: 387625

URL: http://svn.apache.org/viewcvs?rev=387625&view=rev
Log:
note improved and TODO added for customizing tomcatctrl

Modified:
    lenya/trunk/src/targets/webapp-build.xml

Modified: lenya/trunk/src/targets/webapp-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/webapp-build.xml?rev=387625&r1=387624&r2=387625&view=diff
==============================================================================
--- lenya/trunk/src/targets/webapp-build.xml (original)
+++ lenya/trunk/src/targets/webapp-build.xml Tue Mar 21 13:19:06 2006
@@ -222,7 +222,7 @@
     <delete dir="${dist.root}"/>
   </target>
 
-  <!-- Install the webapp -->
+  <!-- Install the webapp into Tomcat -->
   <target name="install-tomcat" description="Install the webapp into Tomcat servlet engine context" if="servlet.engine.tomcat">
     <!-- Copy From build.webapp=${build.webapp} To tomcat.webapps.dir=${tomcat.webapps.dir} -->
     <copy todir="${tomcat.webapps.dir}" filtering="off">
@@ -235,7 +235,15 @@
         <include name="*.jar"/>
       </fileset>
     </copy>
+
+    <!-- Customize tomcatctrl -->
+<!--
+    <echo>TODO: Customize tomcatctrl: src/webapp/lenya/bin/tomcatctrl</echo>
+-->
   </target>
+
+
+
 
   <!-- Install publication -->
   <target name="install-pub" depends="webapp" description="Install a publication into servlet engine context. Usage: -Dpub.prefix=blog">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org