From 97978829285da021d51bcca60c24be4fc3e70bde Mon Sep 17 00:00:00 2001 From: mbaudier Date: Sat, 3 Jan 2015 13:45:55 +0100 Subject: [PATCH] Reduce Jetty and Equinox --- META-INF/spring/apache.tomcat.xml | 12 +-- META-INF/spring/distribution.xml | 1 - META-INF/spring/eclipse.equinox.xml | 5 +- META-INF/spring/eclipse.jetty.xml | 35 +++++++- META-INF/spring/javax.xml | 18 +++-- META-INF/spring/spring.xml | 119 +++++++++++++++------------- 6 files changed, 112 insertions(+), 78 deletions(-) diff --git a/META-INF/spring/apache.tomcat.xml b/META-INF/spring/apache.tomcat.xml index 894cb7d..06db0ec 100644 --- a/META-INF/spring/apache.tomcat.xml +++ b/META-INF/spring/apache.tomcat.xml @@ -75,8 +75,8 @@ - + + @@ -84,12 +84,12 @@ - + + - + + diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index 2dc77a8..a48117b 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -15,7 +15,6 @@ - diff --git a/META-INF/spring/eclipse.equinox.xml b/META-INF/spring/eclipse.equinox.xml index a174c8f..265de1f 100644 --- a/META-INF/spring/eclipse.equinox.xml +++ b/META-INF/spring/eclipse.equinox.xml @@ -8,8 +8,7 @@ http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-0.12.xsd"> - + @@ -33,7 +32,7 @@ - diff --git a/META-INF/spring/eclipse.jetty.xml b/META-INF/spring/eclipse.jetty.xml index 17dea18..7428e9b 100644 --- a/META-INF/spring/eclipse.jetty.xml +++ b/META-INF/spring/eclipse.jetty.xml @@ -7,8 +7,7 @@ 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-0.12.xsd"> - + @@ -27,10 +26,40 @@ - + + + + + + + + + + + + + diff --git a/META-INF/spring/javax.xml b/META-INF/spring/javax.xml index a6701ab..386d12e 100644 --- a/META-INF/spring/javax.xml +++ b/META-INF/spring/javax.xml @@ -8,11 +8,13 @@ http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - + - + @@ -25,10 +27,10 @@ parent="template.mavenWrapper" /> - - - - - - + + + + + + \ No newline at end of file diff --git a/META-INF/spring/spring.xml b/META-INF/spring/spring.xml index f4efc61..487e7ba 100644 --- a/META-INF/spring/spring.xml +++ b/META-INF/spring/spring.xml @@ -76,42 +76,47 @@ - - - - - - - - - com.mchange.v2.c3p0;resolution:=optional, - com.sun.rowset;resolution:=optional, - org.apache.derby.*;resolution:=optional, - * - - - - - - - - - - - - - - com.thoughtworks.xstream.*;resolution:=optional, - org.apache.xmlbeans.*;resolution:=optional, - org.exolab.castor.*;resolution:=optional, - org.jibx.runtime.*;resolution:=optional, - * - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -166,27 +171,27 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + -- 2.30.2