From 79873c541c0ce3c03f153e04a0bc1fad48e5df28 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Mon, 22 Apr 2013 16:05:15 +0200 Subject: [PATCH] Instrument as an SLC execution module --- .gitignore | 1 + .project | 11 ++++++ META-INF/.gitignore | 1 + META-INF/spring/org.argeo.tp.rap.xml | 52 ++++++++++++++++++++++++++++ META-INF/spring/osgi.xml | 15 ++++++++ pom.xml | 33 ++++++++++++++++++ 6 files changed, 113 insertions(+) create mode 100644 META-INF/.gitignore create mode 100644 META-INF/spring/org.argeo.tp.rap.xml create mode 100644 META-INF/spring/osgi.xml create mode 100644 pom.xml 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 + + + + -- 2.30.2