From 7883bc310f067ae00016e20b1d52d817eaa3ed1f Mon Sep 17 00:00:00 2001 From: mbaudier Date: Tue, 20 Aug 2013 15:47:08 +0200 Subject: [PATCH] Add log4j and Tomcat --- META-INF/MANIFEST.MF | 4 +- META-INF/spring/distribution.xml | 69 ++++++++++--------- .../spring/org.argeo.tp.apache.tomcat.xml | 59 ++++++++++++++++ META-INF/spring/org.argeo.tp.javax.xml | 20 ++++++ META-INF/spring/org.argeo.tp.xml | 56 +++++++++++++++ 5 files changed, 172 insertions(+), 36 deletions(-) create mode 100644 META-INF/spring/org.argeo.tp.apache.tomcat.xml create mode 100644 META-INF/spring/org.argeo.tp.javax.xml create mode 100644 META-INF/spring/org.argeo.tp.xml diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 11892b2..73ec92e 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1376923329338 +Bnd-LastModified: 1376991293617 Build-Jdk: 1.7.0_25 Built-By: mbaudier Bundle-Description: SLC execution modules for generic tasks, to be used @@ -11,7 +11,7 @@ Bundle-Name: Argeo Distribution Factory Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-SymbolicName: org.argeo.tp.slc.factory Bundle-Vendor: Argeo -Bundle-Version: 1.1.14.SNAPSHOT-r130819_1642 +Bundle-Version: 1.1.14.SNAPSHOT-r130820_1134 Created-By: Apache Maven Bundle Plugin Import-Package: com.jcraft.jsch;resolution:=optional,javax.jcr;version=" [2.0,3)",net.sf.cglib.core;version="[2.1,3)",net.sf.cglib.proxy;version diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index 64d3f44..dcec9d1 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -5,8 +5,22 @@ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd 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"> + http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> + + + + + + + + + + + + + @@ -20,39 +34,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -63,4 +44,24 @@ + + + + + + + + + + + + + + Export-Package=* + + + + \ 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 new file mode 100644 index 0000000..23c2ebd --- /dev/null +++ b/META-INF/spring/org.argeo.tp.apache.tomcat.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 0000000..0e1ab2a --- /dev/null +++ b/META-INF/spring/org.argeo.tp.javax.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/META-INF/spring/org.argeo.tp.xml b/META-INF/spring/org.argeo.tp.xml new file mode 100644 index 0000000..3b107e4 --- /dev/null +++ b/META-INF/spring/org.argeo.tp.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.30.2