You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/09 17:25:18 UTC

[archiva-redback-components-expression-evaluator] 07/29: [MRM-1651] Improve OSGi support in expression-evaluator

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-expression-evaluator.git

commit 26fe45386df78b906dd11f50dd286b80f405edd1
Author: Jean-Baptiste Onofre <jb...@apache.org>
AuthorDate: Wed Aug 1 20:30:13 2012 +0000

    [MRM-1651] Improve OSGi support in expression-evaluator
    
    git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1368241 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 398b0f9..57b0f86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,17 +18,20 @@
   ~ under the License.
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
     <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
+
   <artifactId>expression-evaluator</artifactId>
+  <packaging>bundle</packaging>
   <version>2.0-SNAPSHOT</version>
   <name>Expression Evaluator Components</name>
-  <packaging>bundle</packaging>
 
   <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
@@ -58,19 +61,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>org.apache.archiva.common.plexusbridge</Bundle-SymbolicName>
-            <Bundle-Version>${project.version}</Bundle-Version>
-            <Export-Package>
-              org.apache.archiva.redback.components.evaluator;;version=${project.version},
-              org.apache.archiva.redback.components.evaluator.sources;version=${project.version}
-            </Export-Package>
-            <Import-Package>
-              org.codehaus.plexus.util
-            </Import-Package>
-          </instructions>
-        </configuration>
       </plugin>
     </plugins>
   </build>

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.