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 2006/03/13 19:24:56 UTC

svn commit: r385609 - /tomcat/build/tc5.5.x/build.xml

Author: markt
Date: Mon Mar 13 10:24:54 2006
New Revision: 385609

URL: http://svn.apache.org/viewcvs?rev=385609&view=rev
Log:
Remove references to jasper2 from the src distro. I missed these when removing the jasper2 references in previous commits.

Modified:
    tomcat/build/tc5.5.x/build.xml

Modified: tomcat/build/tc5.5.x/build.xml
URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.xml?rev=385609&r1=385608&r2=385609&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/build.xml (original)
+++ tomcat/build/tc5.5.x/build.xml Mon Mar 13 10:24:54 2006
@@ -1377,7 +1377,6 @@
     <mkdir  dir="${tomcat.dist}/src/${catalina.project}"/>
     <mkdir  dir="${tomcat.dist}/src/${jtc.project}"/>
     <mkdir  dir="${tomcat.dist}/src/${jasper.project}"/>
-    <mkdir  dir="${tomcat.dist}/src/${jasper.project}/jasper2"/>
 
     <!-- Main build file -->
     <copy todir="${tomcat.dist}/src">
@@ -1419,7 +1418,7 @@
     </copy>
 
     <!-- tomcat jasper source -->
-    <copy todir="${tomcat.dist}/src/${jasper.project}/jasper2">
+    <copy todir="${tomcat.dist}/src/${jasper.project}">
       <fileset dir="${jasper.home}">
         <exclude name="**/build/**"/>
         <exclude name="**/dist/**"/>



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