You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/06/15 15:13:18 UTC

cvs commit: jakarta-tomcat-5 build.xml

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org