From 86424c388c0a689d1a4c9260c1fe450be134b318 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sun, 8 Apr 2018 11:05:05 +0200 Subject: [PATCH] Introduce tracker --- .../OSGI-INF/argeo-office-rap.xml | 2 +- org.argeo.suite.e4/OSGI-INF/trackerE4Service.xml | 12 ++++++++++++ org.argeo.suite.e4/bnd.bnd | 1 + org.argeo.suite.e4/build.properties | 3 ++- org.argeo.suite.e4/e4xmi/argeo-office.e4xmi | 14 +++++++++++++- 5 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 org.argeo.suite.e4/OSGI-INF/trackerE4Service.xml diff --git a/org.argeo.suite.e4.rap/OSGI-INF/argeo-office-rap.xml b/org.argeo.suite.e4.rap/OSGI-INF/argeo-office-rap.xml index 126ca5b..74b518f 100644 --- a/org.argeo.suite.e4.rap/OSGI-INF/argeo-office-rap.xml +++ b/org.argeo.suite.e4.rap/OSGI-INF/argeo-office-rap.xml @@ -1,5 +1,5 @@ - + diff --git a/org.argeo.suite.e4/OSGI-INF/trackerE4Service.xml b/org.argeo.suite.e4/OSGI-INF/trackerE4Service.xml new file mode 100644 index 0000000..f79ea3e --- /dev/null +++ b/org.argeo.suite.e4/OSGI-INF/trackerE4Service.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/org.argeo.suite.e4/bnd.bnd b/org.argeo.suite.e4/bnd.bnd index e4e7437..37fd8a9 100644 --- a/org.argeo.suite.e4/bnd.bnd +++ b/org.argeo.suite.e4/bnd.bnd @@ -2,6 +2,7 @@ Bundle-ActivationPolicy: lazy Service-Component: OSGI-INF/systemE4Service.xml,\ OSGI-INF/activitiesE4Service.xml,\ OSGI-INF/peopleE4Service.xml,\ +OSGI-INF/trackerE4Service.xml,\ OSGI-INF/documentsE4Service.xml Import-Package: org.eclipse.swt,\ diff --git a/org.argeo.suite.e4/build.properties b/org.argeo.suite.e4/build.properties index da84b25..a5a79bb 100644 --- a/org.argeo.suite.e4/build.properties +++ b/org.argeo.suite.e4/build.properties @@ -1,5 +1,6 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ - e4xmi/argeo-office.e4xmi + e4xmi/argeo-office.e4xmi,\ + OSGI-INF/trackerE4Service.xml source.. = src/ diff --git a/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi b/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi index c5e53f2..47696a0 100644 --- a/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi +++ b/org.argeo.suite.e4/e4xmi/argeo-office.e4xmi @@ -24,7 +24,7 @@ - + @@ -33,6 +33,15 @@ + + + + + + + + + @@ -50,6 +59,9 @@ + + + -- 2.30.2