Modified all examples to use maven-bundle-plugin and to use released
artifacts where possible.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@569043 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom/pom.xml b/pom/pom.xml
index 7aa1103..95a7500 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -153,6 +153,8 @@
         <module>../ipojo/arch</module>
 
         <module>../mosgi</module> 
+
+        <module>../examples</module>
       </modules>
     </profile>
     
@@ -167,8 +169,6 @@
       <modules>
         <module>../org.apache.felix.daemon</module>
 
-        <module>../examples</module>
-
         <module>../upnp.extra</module>
         <module>../upnp.basedriver</module>
         <module>../upnp.tester</module>