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/23 15:58:56 UTC

svn commit: r797073 - in /excalibur/trunk: components/sourceresolve/pom.xml parent/pom.xml

Author: rdonkin
Date: Thu Jul 23 13:58:55 2009
New Revision: 797073

URL: http://svn.apache.org/viewvc?rev=797073&view=rev
Log:
EXLBR-52 Vanilla bundle. Unforunately, I'm not sure how to persuade the plugin to add the standard attributes... https://issues.apache.org/jira/browse/EXLBR-52

Modified:
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?rev=797073&r1=797072&r2=797073&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Thu Jul 23 13:58:55 2009
@@ -27,6 +27,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-sourceresolve</artifactId>
   <version>${version.sourceresolve}</version>
+  <packaging>bundle</packaging>
   <inceptionYear>1997</inceptionYear>
   <description>
         A very common problem is resolving a source, which means finding a source using a URI. The source resolver of
@@ -70,6 +71,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>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=797073&r1=797072&r2=797073&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Thu Jul 23 13:58:55 2009
@@ -72,6 +72,12 @@
                  </execution>
               </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.felix</groupId>
+               <artifactId>maven-bundle-plugin</artifactId>
+               <version>2.0.0</version>
+               <extensions>true</extensions>
+            </plugin>
          </plugins>
       </pluginManagement>
     </build>



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