From 0a92e95ea4c674cf408738d57917db13f336214b Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 25 Nov 2014 12:53:40 +0000 Subject: [PATCH] New project conventions git-svn-id: https://svn.argeo.org/commons/trunk@7526 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- org.argeo.eclipse.ui/bnd.bnd | 9 +++++++++ org.argeo.eclipse.ui/pom.xml | 12 ------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/org.argeo.eclipse.ui/bnd.bnd b/org.argeo.eclipse.ui/bnd.bnd index e69de29bb..41f9266c9 100644 --- a/org.argeo.eclipse.ui/bnd.bnd +++ b/org.argeo.eclipse.ui/bnd.bnd @@ -0,0 +1,9 @@ +Bundle-ActivationPolicy: lazy +Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin +Require-Bundle: org.eclipse.ui;resolution:=optional,org.eclipse.rap.ui;resolution:=optional,org.eclipse.core.runtime +Import-Package: org.springframework.beans.factory,\ +org.springframework.core.io.support,\ +!org.eclipse.core.runtime,\ +!org.eclipse.core.commands,\ +!org.eclipse.ui.plugin,\ +* diff --git a/org.argeo.eclipse.ui/pom.xml b/org.argeo.eclipse.ui/pom.xml index 0147c6e31..e79f62e1c 100644 --- a/org.argeo.eclipse.ui/pom.xml +++ b/org.argeo.eclipse.ui/pom.xml @@ -16,21 +16,9 @@ org.apache.felix maven-bundle-plugin - ${project.artifactId};singleton:=true - lazy - org.argeo.eclipse.ui.ArgeoUiPlugin - org.eclipse.ui;resolution:=optional,org.eclipse.rap.ui;resolution:=optional,org.eclipse.core.runtime - - org.springframework.beans.factory, - org.springframework.core.io.support, - !org.eclipse.core.runtime, - !org.eclipse.core.commands, - !org.eclipse.ui.plugin, - * - -- 2.30.2