hammant 01/11/05 04:46:55 Modified: apps/db build.xml Log: case correction on bcel.jar (now in CVS) Revision Changes Path 1.13 +1 -7 jakarta-avalon-cornerstone/apps/db/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/build.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- build.xml 2001/11/04 21:49:14 1.12 +++ build.xml 2001/11/05 12:46:54 1.13 @@ -69,10 +69,6 @@ <mkdir dir="${build.classes}"/> - <available classname="org.apache.bcel.Constants" - classpathref="project.class.path" - property="bcel.present"/> - <available classname="electric.registry.Registry" classpathref="project.class.path" property="glue.present"/> @@ -83,8 +79,6 @@ optimize="${build.optimize}" deprecation="${build.deprecation}"> <classpath refid="project.class.path" /> - <exclude name="org/apache/avalon/db/bcel/**" - unless="bcel.present" /> <exclude name="org/apache/avalon/db/transport/soap/client/glue/**" unless="glue.present" /> </javac> @@ -158,7 +152,7 @@ </lib> <lib dir="lib"> - <include name="BCEL.jar"/> + <include name="bcel.jar"/> </lib> <lib dir="../../build/lib/" >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>