From 0e6c2a855b169c40d38d63bf1b7a581b9f4a25fb Mon Sep 17 00:00:00 2001 From: mbaudier Date: Mon, 7 Oct 2013 17:51:15 +0200 Subject: [PATCH] Core Spring working --- META-INF/spring/distribution.xml | 29 +++++ META-INF/spring/org.argeo.tp.ant.xml | 34 +++++ .../spring/org.argeo.tp.apache.tomcat.xml | 47 ++++++- META-INF/spring/org.argeo.tp.equinox.xml | 52 ++++++++ META-INF/spring/org.argeo.tp.javax.xml | 4 + META-INF/spring/org.argeo.tp.spring.xml | 119 ++++++++++++++++-- META-INF/spring/org.argeo.tp.xml | 65 +++++++++- 7 files changed, 337 insertions(+), 13 deletions(-) create mode 100644 META-INF/spring/org.argeo.tp.ant.xml create mode 100644 META-INF/spring/org.argeo.tp.equinox.xml diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index db233c9..3c1eef0 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -16,6 +16,7 @@ + @@ -31,6 +32,23 @@ + + + + + http://mirror.derwebwolf.net/apache + http://archive.apache.org/dist + + + + + http://mirror.netcologne.de/eclipse + http://mirror.selfnet.de/eclipse + + + + + @@ -60,11 +78,22 @@ such as version can be set by caller. --> + * + + + + + * + + + + \ No newline at end of file diff --git a/META-INF/spring/org.argeo.tp.ant.xml b/META-INF/spring/org.argeo.tp.ant.xml new file mode 100644 index 0000000..b047f95 --- /dev/null +++ b/META-INF/spring/org.argeo.tp.ant.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/META-INF/spring/org.argeo.tp.apache.tomcat.xml b/META-INF/spring/org.argeo.tp.apache.tomcat.xml index 712437f..3f295e2 100644 --- a/META-INF/spring/org.argeo.tp.apache.tomcat.xml +++ b/META-INF/spring/org.argeo.tp.apache.tomcat.xml @@ -8,12 +8,51 @@ http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - - + + + + + javax.mail.*;resolution:=optional, + org.apache.juli.*;resolution:=optional, + * + + + + + + + + + org.apache.juli.logging;resolution:=optional, + org.apache.tools.ant.*;resolution:=optional, + org.eclipse.jdt.*;resolution:=optional, + * + + + + - + + + + + *, + org.apache.juli.logging;resolution:=optional, + + + + - + + + + + org.apache.juli.logging;resolution:=optional, + * + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/META-INF/spring/org.argeo.tp.javax.xml b/META-INF/spring/org.argeo.tp.javax.xml index 6a678aa..cb57e73 100644 --- a/META-INF/spring/org.argeo.tp.javax.xml +++ b/META-INF/spring/org.argeo.tp.javax.xml @@ -13,6 +13,10 @@ + + diff --git a/META-INF/spring/org.argeo.tp.spring.xml b/META-INF/spring/org.argeo.tp.spring.xml index e0f8dd4..11f53a5 100644 --- a/META-INF/spring/org.argeo.tp.spring.xml +++ b/META-INF/spring/org.argeo.tp.spring.xml @@ -8,22 +8,125 @@ http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - - + + + + + com.jamonapi;resolution:=optional, + org.apache.commons.pool.*;resolution:=optional, + * + + + + + + + + + + * + + + + + - - - + + + + + + bsh;resolution:=optional, + com.sun.net.httpserver;resolution:=optional, + edu.emory.mathcs.backport.java.util.concurrent;resolution:=optional, + groovy.lang;resolution:=optional, + javax.interceptor;resolution:=optional, + javax.jms;resolution:=optional, + javax.persistence.spi;resolution:=optional, + javax.validation.*;resolution:=optional, + org.codehaus.groovy.control;resolution:=optional, + org.hibernate.validator.*;resolution:=optional, + org.joda.time.*;resolution:=optional, + org.jruby.*;resolution:=optional, + * + + + + + + + + + * + + + + + + + + + + joptsimple;resolution:=optional, + org.springframework.asm.tree;resolution:=optional, + * + + + + + + - + + + + + + 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, + * + + + + + - + + + + + + com.ibm.wsspi.uow;resolution:=optional, + javax.resource.*;resolution:=optional, + * + + + + + + diff --git a/META-INF/spring/org.argeo.tp.xml b/META-INF/spring/org.argeo.tp.xml index 3b107e4..155c119 100644 --- a/META-INF/spring/org.argeo.tp.xml +++ b/META-INF/spring/org.argeo.tp.xml @@ -8,12 +8,61 @@ http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> + + + + + *, + com.bea.jvm;resolution:=optional, + + + + + parent="template.bndWrapper"> + + + + *, + com.ibm.uvm.tools;resolution:=optional, + com.sun.jdmk.comm;resolution:=optional, + javax.jmdns;resolution:=optional, + javax.jms;resolution:=optional, + javax.mail;resolution:=optional, + javax.mail.internet;resolution:=optional, + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -29,6 +78,20 @@ + + + + + + + + + + + + + -- 2.30.2