You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/04/23 16:02:00 UTC

[06/11] olingo-odata4 git commit: [OLINGO-564] Added package infos

[OLINGO-564] Added package infos


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

Branch: refs/heads/OLINGO-564
Commit: cceceafdb5c21e2f38c2b033a793d0b8e390b08b
Parents: ac32d23
Author: Michael Bolz <mi...@sap.com>
Authored: Thu Apr 23 11:06:09 2015 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Thu Apr 23 11:06:09 2015 +0200

----------------------------------------------------------------------
 .../olingo/commons/api/data/package-info.java   | 22 ++++++++++++++++++++
 .../olingo/commons/api/edm/package-info.java    |  3 +++
 .../commons/api/edm/provider/package-info.java  | 22 ++++++++++++++++++++
 3 files changed, 47 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/cceceafd/lib/commons-api/src/main/java/org/apache/olingo/commons/api/data/package-info.java
----------------------------------------------------------------------
diff --git a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/data/package-info.java b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/data/package-info.java
new file mode 100644
index 0000000..40c8b1b
--- /dev/null
+++ b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/data/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains all the data objects of an OData responses and OData requests
+ */
+package org.apache.olingo.commons.api.data;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/cceceafd/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/package-info.java
----------------------------------------------------------------------
diff --git a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/package-info.java b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/package-info.java
index ead4d12..052de43 100644
--- a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/package-info.java
+++ b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/package-info.java
@@ -16,5 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+/**
+ * Contains representations for EDM objects created during the URI parsing
+ */
 package org.apache.olingo.commons.api.edm;
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/cceceafd/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/package-info.java
----------------------------------------------------------------------
diff --git a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/package-info.java b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/package-info.java
new file mode 100644
index 0000000..abe2a3c
--- /dev/null
+++ b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains representations for objects created during CSDL document parsing
+ */
+package org.apache.olingo.commons.api.edm.provider;
\ No newline at end of file