From 6d17b3b6e2bd3c3bbe26796a7b035ef8f0271704 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Fri, 13 Feb 2015 16:47:47 +0100 Subject: [PATCH] Argeo TP v2.1.7 + Commons Compress + Commons JCI + BND + Eclipse compiler + Quartz scheduler --- META-INF/spring/apache.commons.xml | 109 ++++++++++++++++++++++++++++ META-INF/spring/distribution.xml | 10 ++- META-INF/spring/eclipse.equinox.xml | 26 +++++++ META-INF/spring/misc.xml | 48 +++++++++++- 4 files changed, 190 insertions(+), 3 deletions(-) diff --git a/META-INF/spring/apache.commons.xml b/META-INF/spring/apache.commons.xml index d73d3cc..9276c69 100644 --- a/META-INF/spring/apache.commons.xml +++ b/META-INF/spring/apache.commons.xml @@ -67,6 +67,39 @@ + + + + + + + + + + + + org.tukaani.*;resolution:=optional, + * + + + + + + + + + + + + + + + + + @@ -128,6 +161,53 @@ + + + + + + + + + + + + + + org.apache.commons.jci.monitor;resolution:=optional, + * + + + + + + + + + + + + + + + + + + + + + + + + + @@ -153,6 +233,35 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index 74c6394..90deecf 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -10,13 +10,17 @@ - + + + + + @@ -31,6 +35,8 @@ + + @@ -43,6 +49,8 @@ + + diff --git a/META-INF/spring/eclipse.equinox.xml b/META-INF/spring/eclipse.equinox.xml index b5baaaa..192df22 100644 --- a/META-INF/spring/eclipse.equinox.xml +++ b/META-INF/spring/eclipse.equinox.xml @@ -67,4 +67,30 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/META-INF/spring/misc.xml b/META-INF/spring/misc.xml index dbc5ed6..ce7c174 100644 --- a/META-INF/spring/misc.xml +++ b/META-INF/spring/misc.xml @@ -55,9 +55,8 @@ - - @@ -109,6 +108,51 @@ + + + + + + + + *;resolution:=optional, + + + + + + + + + + + + + *;resolution:=optional, + + + + + + + + + + + + + org.eclipse.*;resolution:=optional, + org.apache.tools.ant.*;resolution:=optional, + junit.*;resolution:=optional, + * + + + + + -- 2.30.2