You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2007/04/11 20:31:03 UTC

svn commit: r527599 - /incubator/felix/trunk/pom.xml

Author: fmeschbe
Date: Wed Apr 11 11:31:03 2007
New Revision: 527599

URL: http://svn.apache.org/viewvc?view=rev&rev=527599
Log:
Add configadmin and metatype modules to the packaging-bundle profile

Modified:
    incubator/felix/trunk/pom.xml

Modified: incubator/felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/pom.xml?view=diff&rev=527599&r1=527598&r2=527599
==============================================================================
--- incubator/felix/trunk/pom.xml (original)
+++ incubator/felix/trunk/pom.xml Wed Apr 11 11:31:03 2007
@@ -136,8 +136,10 @@
         <module>eventadmin.bridge.configuration</module>
         <module>eventadmin.bridge.useradmin</module>
         <module>eventadmin.bridge.wireadmin</module>
-		
-		<module>scr</module>
+
+        <module>scr</module>
+        <module>configadmin</module>
+        <module>metatype</module>
       </modules>
     </profile>