Applied patch (FELIX-268) to move SCR from osgi-bundle to bundle 
packaging profile, since SCR now uses the new maven plugin.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@526214 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9d226b4..d4f205e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,8 @@
         <module>eventadmin.bridge.configuration</module>
         <module>eventadmin.bridge.useradmin</module>
         <module>eventadmin.bridge.wireadmin</module>
+		
+		<module>scr</module>
       </modules>
     </profile>
     
@@ -164,7 +166,7 @@
         <module>upnp.sample.clock</module>
         <module>upnp.sample.binaryLight</module>
         <!--    <module>http.jetty</module> -->
-        <module>scr</module>
+        
 
         <!--    <module>tools/mangen</module> -->