A new example application with a set of services. These set of bundles
implement a very simple drawing program based on services. The application
bundle can be run as a bundle or a stand-alone application.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@556053 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/pom.xml b/examples/pom.xml
index 06ba77c..22dd803 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -41,6 +41,10 @@
       </activation>
       <modules>
           <module>spellcheckscr</module>
+          <module>servicebased.host</module>
+          <module>servicebased.circle</module>
+          <module>servicebased.square</module>
+          <module>servicebased.triangle</module>
       </modules>
     </profile>
   </profiles>