You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/09/22 17:25:38 UTC

olingo-odata4 git commit: [OLINGO-779] Add osgi sample to build

Repository: olingo-odata4
Updated Branches:
  refs/heads/master 962c9119d -> cd2be62b8


[OLINGO-779] Add osgi sample to build


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/cd2be62b
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/cd2be62b
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/cd2be62b

Branch: refs/heads/master
Commit: cd2be62b8c29388faf8860751954d77e892cb37c
Parents: 962c911
Author: Christia Holzer <c....@sap.com>
Authored: Tue Sep 22 17:25:12 2015 +0200
Committer: Christia Holzer <c....@sap.com>
Committed: Tue Sep 22 17:25:12 2015 +0200

----------------------------------------------------------------------
 samples/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/cd2be62b/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 5b6bd4e..adb5090 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -36,6 +36,7 @@
   <modules>
     <module>server</module>
     <module>client</module>
+	<module>osgi/server</module>
   </modules>
 
   <build>