From: Mathieu Baudier Date: Sat, 7 Feb 2015 21:45:34 +0000 (+0000) Subject: Move from pom to bnd X-Git-Tag: argeo-commons-2.1.30~412 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=ae3a502ac2427ac3e0df975202535266835f53fa;p=lgpl%2Fargeo-commons.git Move from pom to bnd git-svn-id: https://svn.argeo.org/commons/trunk@7764 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- 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, - * - - - - - -