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 2014/06/03 14:58:16 UTC

[2/2] git commit: Merge branch 'olingo-266-tecsvc'

Merge branch 'olingo-266-tecsvc'


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

Branch: refs/heads/master
Commit: 9ae26a709b2b57ea8872d66543cac63e88acec1b
Parents: cc51825 dd1e5b0
Author: Christian Amend <ch...@apache.org>
Authored: Tue Jun 3 14:57:52 2014 +0200
Committer: Christian Amend <ch...@apache.org>
Committed: Tue Jun 3 14:57:52 2014 +0200

----------------------------------------------------------------------
 .../server/api/processor/EntityProcessor.java   |  28 +++
 .../api/processor/EntitySetProcessor.java       |  29 +++
 .../apache/olingo/server/core/ODataHandler.java |  64 ++++++-
 .../server/tecsvc/TechnicalProcessor.java       |  39 ----
 .../olingo/server/tecsvc/TechnicalServlet.java  |  11 +-
 .../olingo/server/tecsvc/data/DataProvider.java |  28 +++
 .../server/tecsvc/data/model/EtAllPrim.java     | 188 +++++++++++++++++++
 .../server/tecsvc/data/model/EtTwoPrim.java     |  62 ++++++
 .../tecsvc/processor/TechnicalProcessor.java    |  59 ++++++
 9 files changed, 466 insertions(+), 42 deletions(-)
----------------------------------------------------------------------