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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]