You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/19 09:58:11 UTC

svn commit: r669413 - /servicemix/components/components-pom/trunk/pom.xml

Author: gnodet
Date: Thu Jun 19 00:58:10 2008
New Revision: 669413

URL: http://svn.apache.org/viewvc?rev=669413&view=rev
Log:
Add jar and bundle projects to felix maven plugin

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=669413&r1=669412&r2=669413&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Thu Jun 19 00:58:10 2008
@@ -1634,6 +1634,8 @@
             <Spring-Context>*;publish-context:=false;create-asynchronously:=false</Spring-Context>
           </instructions>
           <supportedProjectTypes>
+            <supportedProjectType>jar</supportedProjectType>
+            <supportedProjectType>bundle</supportedProjectType>
             <supportedProjectType>jbi-component</supportedProjectType>
           </supportedProjectTypes>
         </configuration>