Peg Commons at JCL 1.0.4. Have only looked at proper for lack of cycles, can follow up with sandbox and dormant components as they graduate or get revived.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@472702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3da20f561c
commit
9c19b57f95
|
@ -188,13 +188,13 @@
|
||||||
<target name="get-dep-commons-logging.jar" description="o Download the dependency : commons-logging.jar" unless="commons-logging.jar" depends="init,setProxy,noProxy,get-custom-dep-commons-logging.jar">
|
<target name="get-dep-commons-logging.jar" description="o Download the dependency : commons-logging.jar" unless="commons-logging.jar" depends="init,setProxy,noProxy,get-custom-dep-commons-logging.jar">
|
||||||
<mkdir dir="${libdir}/commons-logging/jars/">
|
<mkdir dir="${libdir}/commons-logging/jars/">
|
||||||
</mkdir>
|
</mkdir>
|
||||||
<get dest="${libdir}/commons-logging/jars/commons-logging-1.0.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
|
<get dest="${libdir}/commons-logging/jars/commons-logging-1.0.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.jar">
|
||||||
</get>
|
</get>
|
||||||
</target>
|
</target>
|
||||||
<target name="get-custom-dep-commons-logging.jar" if="commons-logging.jar" depends="init,setProxy,noProxy">
|
<target name="get-custom-dep-commons-logging.jar" if="commons-logging.jar" depends="init,setProxy,noProxy">
|
||||||
<mkdir dir="${libdir}/commons-logging/jars/">
|
<mkdir dir="${libdir}/commons-logging/jars/">
|
||||||
</mkdir>
|
</mkdir>
|
||||||
<get dest="${libdir}/commons-logging/jars/commons-logging-1.0.3.jar" usetimestamp="true" ignoreerrors="true" src="${commons-logging.jar}">
|
<get dest="${libdir}/commons-logging/jars/commons-logging-1.0.4.jar" usetimestamp="true" ignoreerrors="true" src="${commons-logging.jar}">
|
||||||
</get>
|
</get>
|
||||||
</target>
|
</target>
|
||||||
<target name="get-dep-commons-discovery.jar" description="o Download the dependency : commons-discovery.jar" unless="commons-discovery.jar" depends="init,setProxy,noProxy,get-custom-dep-commons-discovery.jar">
|
<target name="get-dep-commons-discovery.jar" description="o Download the dependency : commons-discovery.jar" unless="commons-discovery.jar" depends="init,setProxy,noProxy,get-custom-dep-commons-discovery.jar">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Copyright 2003-2005 The Apache Software Foundation
|
Copyright 2003-2005 The Apache Software Foundation
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
<url>http://jakarta.apache.org/commons/logging</url>
|
<url>http://jakarta.apache.org/commons/logging</url>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>
|
<comment>
|
||||||
|
|
Loading…
Reference in New Issue