remm 2003/06/21 06:37:21 Modified: . build.properties.default build.xml Log: - Upgrade to commons-el 1.0. - Thanks to Jan Luehe for the release. Revision Changes Path 1.95 +4 -5 jakarta-tomcat-5/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- build.properties.default 16 Jun 2003 21:36:54 -0000 1.94 +++ build.properties.default 21 Jun 2003 13:37:21 -0000 1.95 @@ -86,12 +86,11 @@ commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.5.tar.gz -# ----- Commons Expression Language (EL) ----- -commons-el.home=${base.path}/commons-el +# ----- Commons Expression Language (EL), version 1.0 or later ----- +commons-el.home=${base.path}/commons-el-1.0 commons-el.lib=${commons-el.home} commons-el.jar=${commons-el.lib}/commons-el.jar -commons-el.loc=jakarta-commons/el -commons-el.cvs.loc=jakarta-commons/el +commons-el.loc=http://www.apache.org/dist/jakarta/commons/el/binaries/commons-el-1.0.tar.gz # ----- Commons Logging, version 1.0.1 or later ----- 1.134 +10 -2 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- build.xml 16 Jun 2003 21:36:54 -0000 1.133 +++ build.xml 21 Jun 2003 13:37:21 -0000 1.134 @@ -122,10 +122,12 @@ <srcfiles dir="${cvs.base}/jakarta-commons/modeler/src/java" includes="**" /> </uptodate> +<!-- <uptodate property="commons-el.build.notrequired" targetfile="${commons-el.jar}"> <srcfiles dir="${cvs.base}/jakarta-commons/el/src/java" includes="**" /> </uptodate> +--> <uptodate property="commons-daemon.build.notrequired" targetfile="${commons-daemon.jar}"> @@ -488,7 +490,7 @@ </ant> </target> - +<!-- <target name="build-commons-el" unless="commons-el.build.notrequired" description="build commons-el" > <echo>========== Building: commons-el </echo> @@ -499,6 +501,7 @@ <property name="dist.home" value="${commons-el.home}" /> </ant> </target> +--> <target name="build-commons-daemon" unless="commons-daemon.build.notrequired" description="build commons-daemon" > <echo>========== Building: commons-daemon </echo> @@ -518,7 +521,7 @@ <antcall target="build-servletapi"/> <antcall target="build-jspapi"/> - <antcall target="build-commons-el" /> + <!-- <antcall target="build-commons-el" /> --> <antcall target="build-commons-modeler" /> <antcall target="build-commons-daemon" /> @@ -1468,6 +1471,11 @@ <antcall target="downloadgz"> <param name="sourcefile" value="${commons-collections.loc}"/> <param name="destfile" value="${commons-collections.jar}"/> + </antcall> + + <antcall target="downloadgz"> + <param name="sourcefile" value="${commons-el.loc}"/> + <param name="destfile" value="${commons-el.jar}"/> </antcall> <antcall target="downloadgz">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]