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/08/01 12:46:09 UTC

svn commit: r799827 - /excalibur/trunk/containerkit/logger/pom.xml

Author: rdonkin
Date: Sat Aug  1 10:46:09 2009
New Revision: 799827

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

Modified:
    excalibur/trunk/containerkit/logger/pom.xml

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?rev=799827&r1=799826&r2=799827&view=diff
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Sat Aug  1 10:46:09 2009
@@ -27,6 +27,7 @@
   <groupId>org.apache.excalibur.containerkit</groupId>
   <artifactId>excalibur-logger</artifactId>
   <version>${version.containerkit}</version>
+  <packaging>bundle</packaging>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur-Logger integrates neatly into Avalon-ECM and Excalibur Fortress. The main goal is to be able to define
@@ -68,7 +69,14 @@
       <scope>provided</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/containerkit/logger</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/containerkit/logger</url>



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