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 17:29:57 UTC

svn commit: r797532 - /excalibur/trunk/components/monitor/pom.xml

Author: rdonkin
Date: Fri Jul 24 15:29:57 2009
New Revision: 797532

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

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

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?rev=797532&r1=797531&r2=797532&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Fri Jul 24 15:29:57 2009
@@ -26,6 +26,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-monitor</artifactId>
   <version>${version.excalibur.component}</version>
+  <packaging>bundle</packaging>
   <name>Excalibur Monitor</name>
   <inceptionYear>1997</inceptionYear>
   <description>
@@ -63,6 +64,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