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 16:31:52 UTC

svn commit: r797486 - /excalibur/trunk/components/xmlutil/pom.xml

Author: rdonkin
Date: Fri Jul 24 14:31:52 2009
New Revision: 797486

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

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

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?rev=797486&r1=797485&r2=797486&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Fri Jul 24 14:31:52 2009
@@ -27,6 +27,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-xmlutil</artifactId>
   <version>${version.excalibur.component}</version>
+  <packaging>bundle</packaging>
   <inceptionYear>1997</inceptionYear>
   <description>
     Excalibur's XML Utilities provide simplified wrappers for XML parsers, transformers and XPath evaluators.
@@ -106,7 +107,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/components/sourceresolve</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/sourceresolve</url>



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