You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2010/03/18 22:54:59 UTC

svn commit: r925013 - /incubator/ace/trunk/pom/pom.xml

Author: marrs
Date: Thu Mar 18 21:54:59 2010
New Revision: 925013

URL: http://svn.apache.org/viewvc?rev=925013&view=rev
Log:
Added support for OSGi-ify-ing jars, bundles and wars.

Modified:
    incubator/ace/trunk/pom/pom.xml

Modified: incubator/ace/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom/pom.xml?rev=925013&r1=925012&r2=925013&view=diff
==============================================================================
--- incubator/ace/trunk/pom/pom.xml (original)
+++ incubator/ace/trunk/pom/pom.xml Thu Mar 18 21:54:59 2010
@@ -137,9 +137,13 @@
                         <instructions>
                             <_include>-osgi.bnd</_include>
                         </instructions>
+				        <supportedProjectTypes>
+					        <supportedProjectType>jar</supportedProjectType>
+					        <supportedProjectType>bundle</supportedProjectType>
+					        <supportedProjectType>war</supportedProjectType>
+				        </supportedProjectTypes>
                     </configuration>
                 </plugin>
-
             </plugins>
         </pluginManagement>
         <extensions>