From: Mathieu Baudier Date: Thu, 11 Jun 2020 08:14:34 +0000 (+0200) Subject: Adapt services to the introduction of CmsUserManager. X-Git-Tag: argeo-suite-2.1.16~105 X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=5b7a25eb2057d89aa56b284ad4590769760c5c44 Adapt services to the introduction of CmsUserManager. --- diff --git a/org.argeo.suite.cms/OSGI-INF/activitiesMaintenanceService.xml b/org.argeo.suite.cms/OSGI-INF/activitiesMaintenanceService.xml index 5f196ea..8d8728f 100644 --- a/org.argeo.suite.cms/OSGI-INF/activitiesMaintenanceService.xml +++ b/org.argeo.suite.cms/OSGI-INF/activitiesMaintenanceService.xml @@ -4,7 +4,7 @@ - - + + diff --git a/org.argeo.suite.cms/OSGI-INF/activitiesService.xml b/org.argeo.suite.cms/OSGI-INF/activitiesService.xml index 17362ac..e017305 100644 --- a/org.argeo.suite.cms/OSGI-INF/activitiesService.xml +++ b/org.argeo.suite.cms/OSGI-INF/activitiesService.xml @@ -6,5 +6,5 @@ - + diff --git a/org.argeo.suite.cms/OSGI-INF/peopleMaintenanceService.xml b/org.argeo.suite.cms/OSGI-INF/peopleMaintenanceService.xml index 816607f..e50911b 100644 --- a/org.argeo.suite.cms/OSGI-INF/peopleMaintenanceService.xml +++ b/org.argeo.suite.cms/OSGI-INF/peopleMaintenanceService.xml @@ -4,7 +4,7 @@ - - + + diff --git a/org.argeo.suite.cms/OSGI-INF/peopleService.xml b/org.argeo.suite.cms/OSGI-INF/peopleService.xml index d666bd9..940bf10 100644 --- a/org.argeo.suite.cms/OSGI-INF/peopleService.xml +++ b/org.argeo.suite.cms/OSGI-INF/peopleService.xml @@ -5,6 +5,6 @@ - - + + diff --git a/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml b/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml index a422ac3..f1da4f1 100644 --- a/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml +++ b/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml @@ -4,8 +4,8 @@ - - - + + + diff --git a/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml b/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml index 8ab6b8f..9ee4a35 100644 --- a/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml +++ b/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml @@ -1,11 +1,10 @@ - - + + - - - + + diff --git a/org.argeo.suite.cms/bnd.bnd b/org.argeo.suite.cms/bnd.bnd index d56e771..fac8279 100644 --- a/org.argeo.suite.cms/bnd.bnd +++ b/org.argeo.suite.cms/bnd.bnd @@ -12,6 +12,7 @@ OSGI-INF/peopleMaintenanceService.xml Import-Package: javax.jcr,\ javax.transaction,\ org.osgi.service.useradmin,\ +org.argeo.cms,\ org.argeo.connect,\ org.argeo.activities,\ org.argeo.people,\ diff --git a/org.argeo.suite.e4.rap/build.properties b/org.argeo.suite.e4.rap/build.properties index 8a9000c..eaf4033 100644 --- a/org.argeo.suite.e4.rap/build.properties +++ b/org.argeo.suite.e4.rap/build.properties @@ -1,10 +1,7 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ - OSGI-INF/systemE4Service.xml,\ - OSGI-INF/activitiesE4Service.xml,\ - OSGI-INF/peopleE4Service.xml,\ - OSGI-INF/documentsE4Service.xml,\ - e4xmi/argeo-suite-rap-addons.e4xmi,\ - plugin.xml + plugin.xml,\ + e4xmi/,\ + OSGI-INF/ source.. = src/ diff --git a/org.argeo.suite.e4/OSGI-INF/activitiesE4Service.xml b/org.argeo.suite.e4/OSGI-INF/activitiesE4Service.xml index f6eaccb..7115835 100644 --- a/org.argeo.suite.e4/OSGI-INF/activitiesE4Service.xml +++ b/org.argeo.suite.e4/OSGI-INF/activitiesE4Service.xml @@ -1,10 +1,10 @@ - + - - + + diff --git a/org.argeo.suite.e4/OSGI-INF/peopleE4Service.xml b/org.argeo.suite.e4/OSGI-INF/peopleE4Service.xml index 5855f4a..8e894f4 100644 --- a/org.argeo.suite.e4/OSGI-INF/peopleE4Service.xml +++ b/org.argeo.suite.e4/OSGI-INF/peopleE4Service.xml @@ -5,7 +5,6 @@ - - - + + diff --git a/org.argeo.suite.standard/build.properties b/org.argeo.suite.standard/build.properties index 34d2e4d..a2c90fd 100644 --- a/org.argeo.suite.standard/build.properties +++ b/org.argeo.suite.standard/build.properties @@ -1,4 +1,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + OSGI-INF/,\ + e4xmi/,\ + plugin.xml