Adding simpleexampleservice to xos_services

Change-Id: I15ee3e6b1ee16d4a70c8e3978c01ea1d266c04ff
diff --git a/default.xml b/default.xml
index c04b6b7..5a46e2d 100644
--- a/default.xml
+++ b/default.xml
@@ -30,7 +30,6 @@
 
 <project path="orchestration/xos" name="xos" groups="orchestration"/>
 <project path="orchestration/xos_services/addressmanager" name="addressmanager" groups="orchestration,services"/>
-<project path="orchestration/xos_services/exampleservice" name="exampleservice" groups="orchestration,services"/>
 <project path="orchestration/xos_services/templateservice" name="templateservice" groups="orchestration,services"/>
 <project path="orchestration/xos_services/fabric" name="fabric" groups="orchestration,services"/>
 <project path="orchestration/xos_services/hypercache" name="hypercache" groups="orchestration,services"/>
@@ -67,6 +66,9 @@
 <project path="onos-apps/apps/carrierethernet" name="carrierethernet" groups="onos" upstream="master"/>
 <project path="orchestration/xos_services/vnaas" name="vnaas" groups="orchestration,services"/>
 
+<project path="orchestration/xos_services/exampleservice" name="exampleservice" groups="orchestration,services"/>
+<project path="orchestration/xos_services/simpleexampleservice" name="simpleexampleservice" groups="orchestration,services"/>
+
 <project path="orchestration/profiles/rcord" name="rcord" groups="orchestration,profiles"/> 
 <project path="orchestration/profiles/ecord" name="ecord" groups="orchestration,profiles"/> 
 <project path="orchestration/profiles/mcord" name="mcord" groups="orchestration,profiles"/>