From 61d1affe7b61491d665ffb855616ddb91ce7ff41 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 14 May 2018 20:09:50 +0200 Subject: [PATCH] Tags working in E4 --- .../OSGI-INF/resourcesMaintenanceService.xml | 1 + org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml | 2 +- org.argeo.suite.e4/OSGI-INF/resourcesE4Service.xml | 8 ++++++++ org.argeo.suite.e4/bnd.bnd | 1 + org.argeo.suite.e4/build.properties | 3 ++- org.argeo.suite.e4/e4xmi/argeo-office.e4xmi | 3 ++- 6 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 org.argeo.suite.e4/OSGI-INF/resourcesE4Service.xml diff --git a/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml b/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml index 52450ee..5385eb2 100644 --- a/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml +++ b/org.argeo.suite.cms/OSGI-INF/resourcesMaintenanceService.xml @@ -4,4 +4,5 @@ + diff --git a/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml b/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml index 511d285..af90a46 100644 --- a/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml +++ b/org.argeo.suite.cms/OSGI-INF/systemMaintenanceService.xml @@ -1,6 +1,6 @@ - + diff --git a/org.argeo.suite.e4/OSGI-INF/resourcesE4Service.xml b/org.argeo.suite.e4/OSGI-INF/resourcesE4Service.xml new file mode 100644 index 0000000..7617639 --- /dev/null +++ b/org.argeo.suite.e4/OSGI-INF/resourcesE4Service.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.argeo.suite.e4/bnd.bnd b/org.argeo.suite.e4/bnd.bnd index ba553ca..e9b5c57 100644 --- a/org.argeo.suite.e4/bnd.bnd +++ b/org.argeo.suite.e4/bnd.bnd @@ -1,5 +1,6 @@ Bundle-ActivationPolicy: lazy Service-Component: OSGI-INF/systemE4Service.xml,\ +OSGI-INF/resourcesE4Service.xml,\ OSGI-INF/activitiesE4Service.xml,\ OSGI-INF/peopleE4Service.xml,\ OSGI-INF/trackerE4Service.xml,\ diff --git a/org.argeo.suite.e4/build.properties b/org.argeo.suite.e4/build.properties index a811880..afd6873 100644 --- a/org.argeo.suite.e4/build.properties +++ b/org.argeo.suite.e4/build.properties @@ -4,5 +4,6 @@ bin.includes = META-INF/,\ OSGI-INF/,\ e4xmi/,\ plugin.xml,\ - e4xmi/argeo-suite-toolbars.e4xmi + e4xmi/argeo-suite-toolbars.e4xmi,\ + OSGI-INF/resourcesE4Service.xml source.. = src/ diff --git a/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi b/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi index 1014ad1..2506efe 100644 --- a/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi +++ b/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi @@ -14,7 +14,6 @@ - entityEditorArea @@ -75,6 +74,8 @@ + + -- 2.30.2