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:40:10 UTC

svn commit: r799243 - /excalibur/trunk/components/datasource/pom.xml

Author: rdonkin
Date: Thu Jul 30 11:40:09 2009
New Revision: 799243

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

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

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=799243&r1=799242&r2=799243&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Thu Jul 30 11:40:09 2009
@@ -26,6 +26,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-datasource</artifactId>
   <version>${version.excalibur.component}</version>
+  <packaging>bundle</packaging>
   <name>Excalibur Datasource</name>
   <inceptionYear>2003</inceptionYear>
   <description>
@@ -84,6 +85,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