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

Reply via email to