remm        2003/06/15 06:13:18

  Modified:    .        build.xml
  Log:
  - Copy manager and admin.xml to the new locations.
  
  Revision  Changes    Path
  1.131     +2 -2      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -r1.130 -r1.131
  --- build.xml 5 Jun 2003 18:28:07 -0000       1.130
  +++ build.xml 15 Jun 2003 13:13:17 -0000      1.131
  @@ -618,9 +618,9 @@
   
       <!-- Add XML declarations for admin and manager -->
       <copy file="${tomcat.build}/server/webapps/manager/manager.xml"
  -         todir="${tomcat.build}/webapps" />
  +         todir="${tomcat.build}/conf/Catalina/localhost" />
       <copy file="${tomcat.build}/server/webapps/admin/admin.xml"
  -         todir="${tomcat.build}/webapps" />
  +         todir="${tomcat.build}/conf/Catalina/localhost" />
   
     </target>
   
  
  
  

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

Reply via email to