You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2003/08/19 01:53:49 UTC

cvs commit: jakarta-tomcat-catalina/webapps/admin build.xml

amyroh      2003/08/18 16:53:49

  Modified:    webapps/admin build.xml
  Log:
  Fix typo - bugzilla 19469.
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-tomcat-catalina/webapps/admin/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	11 Feb 2003 03:34:43 -0000	1.7
  +++ build.xml	18 Aug 2003 23:53:49 -0000	1.8
  @@ -72,7 +72,7 @@
        classpath="${struts.jar}" />
       <available property="beanutils.present"
        classname="org.apache.commons.beanutils.PropertyUtils"
  -     classpath="${common-beanutils.jar}" />
  +     classpath="${commons-beanutils.jar}" />
       <available property="regexp.present"
        classname="org.apache.regexp.RE"
        classpath="${regexp.jar}" />
  
  
  

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