From 6d7df784c84312522054919737cadb83bc8afd51 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Thu, 5 Jun 2014 12:04:15 +0200 Subject: [PATCH] Refactor Additional indexers Publish Argeo OSGi distribution as a service --- META-INF/spring/distribution.xml | 60 ++++++---------------------- META-INF/spring/org.argeo.tp.rap.xml | 8 ++-- META-INF/spring/osgi.xml | 4 +- META-INF/spring/templates.xml | 43 ++++++++++++++++++++ 4 files changed, 63 insertions(+), 52 deletions(-) create mode 100644 META-INF/spring/templates.xml diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index 1c2b8cb..b5cd319 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -8,9 +8,9 @@ http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - - + @@ -38,9 +38,8 @@ - - + + @@ -64,6 +63,14 @@ + + + + + + + + @@ -73,45 +80,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - * - - - - - - - - * - - - - - - + \ No newline at end of file diff --git a/META-INF/spring/org.argeo.tp.rap.xml b/META-INF/spring/org.argeo.tp.rap.xml index 9b73493..a88d161 100644 --- a/META-INF/spring/org.argeo.tp.rap.xml +++ b/META-INF/spring/org.argeo.tp.rap.xml @@ -49,8 +49,8 @@ - + + @@ -118,8 +118,8 @@ - + + diff --git a/META-INF/spring/osgi.xml b/META-INF/spring/osgi.xml index abd3838..618c464 100644 --- a/META-INF/spring/osgi.xml +++ b/META-INF/spring/osgi.xml @@ -10,7 +10,9 @@ - + + + + + + + + + + + + + + + + + + + + * + + + + + + + + * + + + + + + -- 2.30.2