From: mbaudier Date: Mon, 22 Apr 2013 14:05:15 +0000 (+0200) Subject: Instrument as an SLC execution module X-Git-Tag: v2.3.9~164 X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-tp.git;a=commitdiff_plain;h=79873c541c0ce3c03f153e04a0bc1fad48e5df28 Instrument as an SLC execution module --- diff --git a/.gitignore b/.gitignore index 0748af6..d0040d9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /build /cache +/target diff --git a/.project b/.project index ec9c130..03d0b42 100644 --- a/.project +++ b/.project @@ -5,7 +5,18 @@ + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + org.eclipse.pde.PluginNature diff --git a/META-INF/.gitignore b/META-INF/.gitignore new file mode 100644 index 0000000..4854a41 --- /dev/null +++ b/META-INF/.gitignore @@ -0,0 +1 @@ +/MANIFEST.MF diff --git a/META-INF/spring/org.argeo.tp.rap.xml b/META-INF/spring/org.argeo.tp.rap.xml new file mode 100644 index 0000000..f5354e9 --- /dev/null +++ b/META-INF/spring/org.argeo.tp.rap.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/META-INF/spring/osgi.xml b/META-INF/spring/osgi.xml new file mode 100644 index 0000000..a15fe03 --- /dev/null +++ b/META-INF/spring/osgi.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..6534551 --- /dev/null +++ b/pom.xml @@ -0,0 +1,33 @@ + + 4.0.0 + + org.argeo.slc + lib + 1.1.12 + + org.argeo.tp.slc + org.argeo.tp.slc.factory + Argeo Distribution Factory + + + + . + + META-INF/** + + + + + + + argeo-slc + http://repo.argeo.org/data/public/java/org.argeo.slc-1.1.x + + true + daily + fail + + + +