From fb71a8c62deecc47a8bc6ad707676d7bb223daee Mon Sep 17 00:00:00 2001 From: mbaudier Date: Thu, 1 Jan 2015 16:30:18 +0100 Subject: [PATCH] Improve and extend Apache Commons --- META-INF/spring/distribution.xml | 12 +- .../spring/org.argeo.tp.apache.commons.xml | 118 +++++++++++++----- 2 files changed, 98 insertions(+), 32 deletions(-) diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index c57d5df..dca4302 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -15,14 +15,19 @@ - + - - + + + + + + + @@ -39,6 +44,7 @@ + diff --git a/META-INF/spring/org.argeo.tp.apache.commons.xml b/META-INF/spring/org.argeo.tp.apache.commons.xml index d935ed3..e4b0162 100644 --- a/META-INF/spring/org.argeo.tp.apache.commons.xml +++ b/META-INF/spring/org.argeo.tp.apache.commons.xml @@ -7,60 +7,120 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - - - + + + + + - - - - + + + + + - + + + + + + + + + + + + + + - + + + + + + + - - - + value="http://archive.apache.org/dist/commons/@{project}/binaries/commons-@{project}-@{version}-bin.zip" /> - + + + + + + + + + + - - - + + + - - - + value="http://archive.apache.org/dist/httpcomponents/commons-httpclient/binary/commons-httpclient-@{version}.zip" /> + key="commons-httpclient-@{version}/commons-httpclient-@{version}.jar"> + + - + value="http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-@{version}-src.zip" /> + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.30.2