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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]