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/examples/pom.xml b/examples/pom.xml
index fc9d2ea..e62eea3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,15 +21,6 @@
         </property>
       </activation>
       <modules>
-          <module>eventlistener</module>
-          <module>dictionaryservice</module>
-          <module>dictionaryservice.itest</module>
-          <module>frenchdictionary</module>
-          <module>dictionaryclient</module>
-          <module>dictionaryclient2</module>
-          <module>spellcheckservice</module>
-          <module>spellcheckclient</module>
-          <module>spellcheckbinder</module>
       </modules>
     </profile>
     <profile>
@@ -41,6 +32,15 @@
         </property>
       </activation>
       <modules>
+          <module>eventlistener</module>
+          <module>dictionaryservice</module>
+          <module>dictionaryservice.itest</module>
+          <module>frenchdictionary</module>
+          <module>dictionaryclient</module>
+          <module>dictionaryclient2</module>
+          <module>spellcheckservice</module>
+          <module>spellcheckclient</module>
+          <module>spellcheckbinder</module>
           <module>spellcheckscr</module>
           <module>servicebased.host</module>
           <module>servicebased.circle</module>