You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/30 13:55:57 UTC

svn commit: r799244 - in /excalibur/trunk/framework: api/pom.xml impl/pom.xml

Author: rdonkin
Date: Thu Jul 30 11:55:57 2009
New Revision: 799244

URL: http://svn.apache.org/viewvc?rev=799244&view=rev
Log:
EXLBR-52 Vanilla bundle. Note that there are issues with shared packages which are split between the API and impl jars https://issues.apache.org/jira/browse/EXLBR-52

Modified:
    excalibur/trunk/framework/api/pom.xml
    excalibur/trunk/framework/impl/pom.xml

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/pom.xml?rev=799244&r1=799243&r2=799244&view=diff
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Thu Jul 30 11:55:57 2009
@@ -27,6 +27,7 @@
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-api</artifactId>
   <version>${version.avalon.framework}</version>
+  <packaging>bundle</packaging>
   <description>Avalon Framework API</description>
   <dependencies>
     <dependency>
@@ -41,7 +42,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  <build/>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/api</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/api</url>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/pom.xml?rev=799244&r1=799243&r2=799244&view=diff
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Thu Jul 30 11:55:57 2009
@@ -27,6 +27,7 @@
   <groupId>org.apache.avalon.framework</groupId>
   <artifactId>avalon-framework-impl</artifactId>
   <version>${version.avalon.framework}</version>
+  <packaging>bundle</packaging>
   <description>Avalon Framework Implementation</description>
   <dependencies>
     <dependency>
@@ -60,7 +61,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  <build/>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/impl</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/impl</url>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org