From: mbaudier Date: Tue, 20 Aug 2013 13:47:08 +0000 (+0200) Subject: Add log4j and Tomcat X-Git-Tag: v2.3.9~160 X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-tp.git;a=commitdiff_plain;h=7883bc310f067ae00016e20b1d52d817eaa3ed1f Add log4j and Tomcat --- 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