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/12/22 10:22:03 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/appdev build.xml.txt

remm        2003/12/22 01:22:02

  Modified:    webapps/docs/appdev build.xml.txt
  Log:
  - Use localWar attribute.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-tomcat-catalina/webapps/docs/appdev/build.xml.txt
  
  Index: build.xml.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/build.xml.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml.txt	21 Sep 2003 23:13:03 -0000	1.4
  +++ build.xml.txt	22 Dec 2003 09:22:02 -0000	1.5
  @@ -361,7 +361,7 @@
          username="${manager.username}"
          password="${manager.password}"
              path="${app.path}"
  -            war="file://${build.home}"/>
  +       localWar="file://${build.home}"/>
   
     </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org