costin      01/08/02 19:30:50

  Modified:    .        build.xml
  Log:
  Changed from internal to modules ( this isn't used in 3.3, the dir is intended for
  addon modules )
  
  Revision  Changes    Path
  1.147     +1 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- build.xml 2001/07/19 17:30:36     1.146
  +++ build.xml 2001/08/03 02:30:50     1.147
  @@ -158,7 +158,7 @@
       <mkdir dir="${tomcat.build}/bin"/>
       <mkdir dir="${tomcat.build}/doc"/>
       <mkdir dir="${tomcat.build}/webapps"/>
  -    <mkdir dir="${tomcat.build}/internal"/>
  +    <mkdir dir="${tomcat.build}/modules"/>
       <mkdir dir="${tomcat.build}/native"/>
   
       <copy todir="${tomcat.build}/bin">
  
  
  

Reply via email to