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/24 15:31:48 UTC

svn commit: r797443 - /excalibur/trunk/components/store/pom.xml

Author: rdonkin
Date: Fri Jul 24 13:31:47 2009
New Revision: 797443

URL: http://svn.apache.org/viewvc?rev=797443&view=rev
Log:
EXLBR-52 Vanilla bundle. https://issues.apache.org/jira/browse/EXLBR-52

Modified:
    excalibur/trunk/components/store/pom.xml

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=797443&r1=797442&r2=797443&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Fri Jul 24 13:31:47 2009
@@ -26,6 +26,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-store</artifactId>
   <version>${version.excalibur.component}</version>
+  <packaging>bundle</packaging>
   <name>Excalibur Store</name>
   <inceptionYear>1997</inceptionYear>
   <description>
@@ -68,6 +69,10 @@
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
   <scm>



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