GORA-490 added missing package-info files for gora-infinispan

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

Branch: refs/heads/master
Commit: cf52935d1cf71abf8ff49c40d4c867b149fc768f
Parents: 228c821
Author: cihad guzel <cguz...@gmail.com>
Authored: Sun Aug 28 13:55:06 2016 +0300
Committer: cihad guzel <cguz...@gmail.com>
Committed: Sun Aug 28 13:55:06 2016 +0300

----------------------------------------------------------------------
 .../apache/gora/infinispan/package-info.java    | 20 +++++++++++++++++++
 .../gora/infinispan/mapreduce/package-info.java | 21 ++++++++++++++++++++
 .../gora/infinispan/store/package-info.java     | 21 ++++++++++++++++++++
 3 files changed, 62 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/cf52935d/gora-infinispan/src/main/java/org/apache/gora/infinispan/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-infinispan/src/main/java/org/apache/gora/infinispan/package-info.java 
b/gora-infinispan/src/main/java/org/apache/gora/infinispan/package-info.java
new file mode 100644
index 0000000..d2fcac0
--- /dev/null
+++ b/gora-infinispan/src/main/java/org/apache/gora/infinispan/package-info.java
@@ -0,0 +1,20 @@
+/**
+ * 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.
+ */
+/**
+ * This package contains Infinispan datastore related all classes.
+ */
+package org.apache.gora.infinispan;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/cf52935d/gora-infinispan/src/test/java/org/apache/gora/infinispan/mapreduce/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-infinispan/src/test/java/org/apache/gora/infinispan/mapreduce/package-info.java
 
b/gora-infinispan/src/test/java/org/apache/gora/infinispan/mapreduce/package-info.java
new file mode 100644
index 0000000..3e88f25
--- /dev/null
+++ 
b/gora-infinispan/src/test/java/org/apache/gora/infinispan/mapreduce/package-info.java
@@ -0,0 +1,21 @@
+/**
+ * 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.
+ */
+/**
+ * This package contains unit test for mapreduce jobs execution over
+ * {@link org.apache.gora.infinispan.store.InfinispanStore}.
+ */
+package org.apache.gora.infinispan.mapreduce;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/cf52935d/gora-infinispan/src/test/java/org/apache/gora/infinispan/store/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-infinispan/src/test/java/org/apache/gora/infinispan/store/package-info.java
 
b/gora-infinispan/src/test/java/org/apache/gora/infinispan/store/package-info.java
new file mode 100644
index 0000000..f45e2a4
--- /dev/null
+++ 
b/gora-infinispan/src/test/java/org/apache/gora/infinispan/store/package-info.java
@@ -0,0 +1,21 @@
+/**
+ * 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.
+ */
+/**
+ * This package contains all the unit tests for basic CRUD operations
+ * functionality of the Infinispan dataStore.
+ */
+package org.apache.gora.infinispan.store;
\ No newline at end of file

Reply via email to