From ae3a502ac2427ac3e0df975202535266835f53fa Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 7 Feb 2015 21:45:34 +0000 Subject: [PATCH] Move from pom to bnd git-svn-id: https://svn.argeo.org/commons/trunk@7764 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- org.argeo.security.ui.rap/bnd.bnd | 10 ++++++++- org.argeo.security.ui.rap/pom.xml | 34 ------------------------------- 2 files changed, 9 insertions(+), 35 deletions(-) diff --git a/org.argeo.security.ui.rap/bnd.bnd b/org.argeo.security.ui.rap/bnd.bnd index 4dfbbceee..56feea8cc 100644 --- a/org.argeo.security.ui.rap/bnd.bnd +++ b/org.argeo.security.ui.rap/bnd.bnd @@ -1,3 +1,11 @@ +Bundle-SymbolicName: org.argeo.security.ui.rap;singleton:=true +Bundle-Activator: org.argeo.security.ui.rap.SecureRapActivator +Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.rap.ui,org.eclipse.core.runtime + Import-Package: org.argeo.security.core,\ org.springframework.security.authentication.jaas,\ -* \ No newline at end of file +org.springframework.core,\ +org.argeo.eclipse.spring,\ +org.argeo.eclipse.ui.specific,\ +* diff --git a/org.argeo.security.ui.rap/pom.xml b/org.argeo.security.ui.rap/pom.xml index f42ea7241..6aa33e871 100644 --- a/org.argeo.security.ui.rap/pom.xml +++ b/org.argeo.security.ui.rap/pom.xml @@ -10,40 +10,6 @@ org.argeo.security.ui.rap Commons Security UI RAP jar - - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.felix - maven-bundle-plugin - - - ${project.artifactId};singleton:=true - org.argeo.security.ui.rap.SecureRapActivator - lazy - org.eclipse.rap.ui,org.eclipse.core.runtime - - org.springframework.core, - org.argeo.eclipse.spring, - org.argeo.eclipse.ui.specific, - * - - - - - - -- 2.30.2