carnold 2005/05/11 13:18:17 Modified: . build.xml Log: Bug 34215: property misspelled in build.xml Revision Changes Path 1.155 +5 -5 logging-log4j/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/logging-log4j/build.xml,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- build.xml 28 Apr 2005 20:52:57 -0000 1.154 +++ build.xml 11 May 2005 20:18:17 -0000 1.155 @@ -157,7 +157,7 @@ Missing org.apache.oro.* classes. - Please make sure to that the "jakarta-oro.jar" poperty in build.properties + Please make sure to that the "jakarta-oro.jar" property in build.properties file is set correctly. </fail> @@ -172,7 +172,7 @@ Missing javax.jms.* classes. - Please make sure to that the "jms.jar" poperty in build.properties + Please make sure to that the "jms.jar" property in build.properties file is set correctly. </fail> @@ -186,7 +186,7 @@ Missing java.mail.* classes. - Please make sure to that the "jms.jar" poperty in build.properties + Please make sure to that the "jms.jar" property in build.properties file is set correctly. </fail> @@ -200,7 +200,7 @@ <fail unless="servletAPI-present"> Missing javax.servlet.* classes. - Please make sure to that the "servlet-api.jar" poperty in build.properties + Please make sure to that the "servlet-api.jar" property in build.properties file is set correctly. </fail> @@ -227,7 +227,7 @@ <fail unless="jdbcExtension-present"> Missing javax.sql.* classes. - Please make sure to that the "jdbc-stdext.jar" poperty in build.properties + Please make sure to that the "jdbc-stdext.jar" property in build.properties file is set correctly. </fail>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]