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/04/04 19:05:50 UTC

[44/50] [abbrv] olingo-odata4 git commit: [OLIGNO-573] Removed 'server-core-ext' from build because of JDK7 issues

[OLIGNO-573] Removed 'server-core-ext' from build because of JDK7 issues


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

Branch: refs/heads/OLINGO-549-ODataV4-JPA
Commit: 2d445e2a27eac58b4061a3a3f0d7c198b1225175
Parents: 7119be1
Author: Michael Bolz <mi...@sap.com>
Authored: Thu Apr 2 13:14:01 2015 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Thu Apr 2 13:14:01 2015 +0200

----------------------------------------------------------------------
 lib/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/2d445e2a/lib/pom.xml
----------------------------------------------------------------------
diff --git a/lib/pom.xml b/lib/pom.xml
index d1e8864..44d6d7c 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -42,7 +42,9 @@
     <module>client-core</module>
     <module>server-api</module>
     <module>server-core</module>
+    <!-- Temporary disable build of core-ext module
     <module>server-core-ext</module>
+    -->
     <module>server-tecsvc</module>
     <module>server-test</module>
   </modules>