From 5b77596e389e631a16bc849bddf0603d56582b1f Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 26 Mar 2012 14:53:52 +0000 Subject: [PATCH] All MANIFESTs generated git-svn-id: https://svn.argeo.org/commons/trunk@5242 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.osgi.ui.explorer/pom.xml | 21 ++++++++++++++- .../plugins/org.argeo.jcr.ui.explorer/pom.xml | 27 ++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml b/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml index e1feb2717..ad37e3f7a 100644 --- a/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml +++ b/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.commons.osgi @@ -8,6 +9,24 @@ org.argeo.osgi.ui.explorer Commons OSGi Explorer + + + + org.apache.felix + maven-bundle-plugin + + + lazy + org.argeo.osgi.ui.explorer.OsgiExplorerPlugin + org.eclipse.ui;resolution:=optional, + org.eclipse.rap.ui;resolution:=optional, + org.eclipse.core.runtime + org.argeo.osgi.ui.explorer.* + + + + + org.argeo.commons.eclipse diff --git a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml index 0d89e56ea..1f3533674 100644 --- a/server/plugins/org.argeo.jcr.ui.explorer/pom.xml +++ b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.commons.server @@ -8,6 +9,30 @@ org.argeo.jcr.ui.explorer Commons JCR Explorer + + + + org.apache.felix + maven-bundle-plugin + + + lazy + plugin + org.argeo.jcr.ui.explorer.JcrExplorerPlugin + org.eclipse.ui;resolution:=optional, + org.eclipse.core.runtime;resolution:=optional, + org.eclipse.rap.ui;resolution:=optional, + org.eclipse.rap.ui.workbench;resolution:=optional + + *, + org.argeo.eclipse.spring, + + org.argeo.jcr.ui.explorer.* + + + + + org.argeo.commons.eclipse -- 2.30.2