You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2007/02/07 02:15:01 UTC

svn commit: r504402 - /tomcat/container/branches/tc4.1.x/webapps/manager/build.xml

Author: markt
Date: Tue Feb  6 17:15:01 2007
New Revision: 504402

URL: http://svn.apache.org/viewvc?view=rev&rev=504402
Log:
Add images back to the manager app. Last commit was a little too keen in what was tidied up.

Modified:
    tomcat/container/branches/tc4.1.x/webapps/manager/build.xml

Modified: tomcat/container/branches/tc4.1.x/webapps/manager/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/webapps/manager/build.xml?view=diff&rev=504402&r1=504401&r2=504402
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/manager/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/webapps/manager/build.xml Tue Feb  6 17:15:01 2007
@@ -37,6 +37,12 @@
 
   <!-- ================= BUILD: Compile Server Components ================= -->
   <target name="build-main" depends="build-static" >
+    <!-- Images Subdirectory -->
+    <copy todir="${webapps.build}/${webapp.name}/images">
+      <fileset dir="../tomcat-docs/images">
+        <exclude name="printer.gif"/>
+      </fileset>
+    </copy>
 
 <!--
     <javac   srcdir="WEB-INF/classes" 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org