remm        2003/07/07 23:27:09

  Modified:    .        build.xml
  Log:
  - Exclude generated source in the JSP examples.
  
  Revision  Changes    Path
  1.139     +3 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- build.xml 6 Jul 2003 23:15:11 -0000       1.138
  +++ build.xml 8 Jul 2003 06:27:09 -0000       1.139
  @@ -1097,7 +1097,9 @@
       </copy>
   -->
       <copy todir="${tomcat.dist}/webapps">
  -      <fileset dir="${tomcat.build}/webapps" />
  +      <fileset dir="${tomcat.build}/webapps">
  +        <exclude name="**/WEB-INF/src/**" />
  +      </fileset>
       </copy>
   
       <!-- Correct permissions and line endings on "bin" scripts -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to