You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2001/02/02 01:18:15 UTC

cvs commit: jakarta-struts build.xml

craigmcc    01/02/01 16:18:15

  Modified:    .        build.xml
  Log:
  Reflect the new location of Tomcat 4.0 deployment.
  
  Revision  Changes    Path
  1.35      +1 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml	2001/01/28 03:48:02	1.34
  +++ build.xml	2001/02/02 00:18:11	1.35
  @@ -3,7 +3,7 @@
     <!-- Initialization properties -->
     <property name="app.name"       value="struts"/>
     <property name="build.home"     value="build"/>
  -  <property name="catalina.home"  value="../build/tomcat-4.0"/>
  +  <property name="catalina.home"  value="../jakarta-tomcat-4.0/build"/>
     <property name="debug"          value="true"/>
     <property name="deprecation"    value="false"/>
     <property name="dist.home"      value="dist"/>