butek 02/03/12 13:01:51 Modified: java build.xml axis.properties Log: Backing out the excalibur-cli changes. Revision Changes Path 1.123 +5 -5 xml-axis/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-axis/java/build.xml,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- build.xml 12 Mar 2002 17:44:16 -0000 1.122 +++ build.xml 12 Mar 2002 21:01:51 -0000 1.123 @@ -81,7 +81,7 @@ <property name="wsdl4j.jar" value="lib/wsdl4j.jar"/> <property name="commons-logging.jar" value="lib/commons-logging.jar"/> <property name="log4j-core.jar" value="lib/log4j-core.jar"/> - <property name="excalibur-cli.jar" value="lib/excalibur-cli.jar"/> + <property name="clutil.jar" value="lib/clutil.jar"/> <property name="tt-bytecode.jar" value="lib/tt-bytecode.jar"/> <property name="regexp.jar" value="test/lib/jakarta-oro-2.0.5.jar"/> @@ -109,7 +109,7 @@ <!-- Determine what dependencies are present --> <!-- =================================================================== --> <path id="classpath"> - <pathelement location="${excalibur-cli.jar}"/> + <pathelement location="${clutil.jar}"/> <pathelement location="${xerces.jar}"/> <pathelement location="${regexp.jar}"/> <pathelement location="${junit.jar}"/> @@ -149,7 +149,7 @@ classname="org.apache.log4j.Category" classpathref="classpath"/> - <available property="excalibur-cli.present" + <available property="clutil.present" classname="org.apache.avalon.excalibur.cli.CLUtil" classpathref="classpath"/> @@ -194,7 +194,7 @@ <echo message="wsdl4j.present=${wsdl4j.present}" /> <echo message="commons-logging.present=${commons-logging.present}" /> <echo message="log4j.present=${log4j.present}" /> - <echo message="excalibur-cli.present=${excalibur-cli.present}" /> + <echo message="clutil.present=${clutil.present}" /> <echo message="tt-bytecode.present=${tt-bytecode.present}" /> <echo message=""/> <echo message="--- Optional Libraries ---" /> @@ -275,7 +275,7 @@ <copy file="${wsdl4j.jar}" toDir="${build.lib}"/> <copy file="${commons-logging.jar}" toDir="${build.lib}"/> <copy file="${log4j-core.jar}" toDir="${build.lib}"/> - <copy file="${excalibur-cli.jar}" toDir="${build.lib}"/> + <copy file="${clutil.jar}" toDir="${build.lib}"/> <copy file="${tt-bytecode.jar}" toDir="${build.lib}"/> <antcall target="post-compile"/> </target> 1.3 +1 -1 xml-axis/java/axis.properties Index: axis.properties =================================================================== RCS file: /home/cvs/xml-axis/java/axis.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- axis.properties 12 Mar 2002 17:44:16 -0000 1.2 +++ axis.properties 12 Mar 2002 21:01:51 -0000 1.3 @@ -17,7 +17,7 @@ wsdl4j.jar=lib/wsdl4j.jar commons-logging.jar=lib/commons-logging.jar log4j-core.jar=lib/log4j-core.jar -excalibur-cli.jar=lib/excalibur-cli.jar +clutil.jar=lib/clutil.jar tt-bytecode.jar=lib/tt-bytecode.jar junit.jar=lib/junit.jar