amyroh      2003/08/18 16:54:26

  Modified:    webapps/admin build.xml
  Log:
  Backport patch.  Fix typo - bugzilla 19469.
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-tomcat-4.0/webapps/admin/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 11 Feb 2003 02:27:15 -0000      1.5
  +++ build.xml 18 Aug 2003 23:54:26 -0000      1.6
  @@ -67,7 +67,7 @@
        classpath="${struts.jar}" />
       <available property="beanutils.present"
        classname="org.apache.commons.beanutils.PropertyUtils"
  -     classpath="${common-beanutils.jar}" />
  +     classpath="${commons-beanutils.jar}" />
   
   
       <!-- JAR files availability flags -->
  
  
  

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

Reply via email to