remm 2003/02/05 00:43:02 Modified: jasper2 build.xml Log: - Fix Jasper build. Revision Changes Path 1.20 +3 -4 jakarta-tomcat-jasper/jasper2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- build.xml 22 Jan 2003 23:07:38 -0000 1.19 +++ build.xml 5 Feb 2003 08:43:02 -0000 1.20 @@ -21,7 +21,6 @@ <property name="ant.jar" value="${ant.home}/lib/ant.jar"/> <property name="servlet-api.jar" value="${api.home}/jsr154/dist/lib/servlet-api.jar"/> <property name="jsp-api.jar" value="${api.home}/jsr152/dist/lib/jsp-api.jar"/> - <property name="jsp20el.jar" value="${basedir}/lib/jsp20el.jar"/> <!-- Construct Jasper classpath --> @@ -33,11 +32,11 @@ <pathelement location="${xerces.jar}"/> <pathelement location="${xercesImpl.jar}"/> <pathelement location="${xmlParserAPIs.jar}"/> + <pathelement location="${commons-el.jar}"/> <pathelement location="${commons-collections.jar}"/> <pathelement location="${commons-logging.jar}"/> <pathelement location="${commons-daemon-launcher.jar}"/> <pathelement location="${jasper.build}/shared/classes"/> - <pathelement location="${jsp20el.jar}"/> </path> <!-- Construct unit tests classpath --> @@ -154,7 +153,7 @@ </jar> <!-- Supporting JAR Files --> - <copy todir="${jasper.build}/shared/lib" file="${jsp20el.jar}"/> + <copy todir="${jasper.build}/shared/lib" file="${commons-el.jar}"/> </target> @@ -244,7 +243,7 @@ <!-- Copy JARs --> <copy todir="${jasper.deploy}/common/lib" file="${ant.jar}"/> <copy todir="${jasper.deploy}/common/lib" file="${jsp-api.jar}"/> - <copy todir="${jasper.deploy}/common/lib" file="${jsp20el.jar}"/> + <copy todir="${jasper.deploy}/common/lib" file="${commons-el.jar}"/> </target>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]