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

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

Branch: refs/heads/master
Commit: a73e4190df396b11caea16fddd714d6af44759f6
Parents: 57256e1
Author: cihad guzel <cguz...@gmail.com>
Authored: Sun Aug 28 13:55:47 2016 +0300
Committer: cihad guzel <cguz...@gmail.com>
Committed: Sun Aug 28 13:55:47 2016 +0300

----------------------------------------------------------------------
 .../org/apache/gora/mongodb/package-info.java   | 20 +++++++++++++++++++
 .../gora/mongodb/mapreduce/package-info.java    | 21 ++++++++++++++++++++
 .../apache/gora/mongodb/store/package-info.java | 21 ++++++++++++++++++++
 .../apache/gora/mongodb/utils/package-info.java | 20 +++++++++++++++++++
 4 files changed, 82 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/a73e4190/gora-mongodb/src/main/java/org/apache/gora/mongodb/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-mongodb/src/main/java/org/apache/gora/mongodb/package-info.java 
b/gora-mongodb/src/main/java/org/apache/gora/mongodb/package-info.java
new file mode 100644
index 0000000..4523528
--- /dev/null
+++ b/gora-mongodb/src/main/java/org/apache/gora/mongodb/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 MongoDB datastore related all classes.
+ */
+package org.apache.gora.mongodb;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/a73e4190/gora-mongodb/src/test/java/org/apache/gora/mongodb/mapreduce/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-mongodb/src/test/java/org/apache/gora/mongodb/mapreduce/package-info.java
 
b/gora-mongodb/src/test/java/org/apache/gora/mongodb/mapreduce/package-info.java
new file mode 100644
index 0000000..ab34866
--- /dev/null
+++ 
b/gora-mongodb/src/test/java/org/apache/gora/mongodb/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.mongodb.store.MongoStore}.
+ */
+package org.apache.gora.mongodb.mapreduce;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/a73e4190/gora-mongodb/src/test/java/org/apache/gora/mongodb/store/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-mongodb/src/test/java/org/apache/gora/mongodb/store/package-info.java 
b/gora-mongodb/src/test/java/org/apache/gora/mongodb/store/package-info.java
new file mode 100644
index 0000000..d614d5f
--- /dev/null
+++ b/gora-mongodb/src/test/java/org/apache/gora/mongodb/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 MongoDB dataStore.
+ */
+package org.apache.gora.mongodb.store;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/a73e4190/gora-mongodb/src/test/java/org/apache/gora/mongodb/utils/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-mongodb/src/test/java/org/apache/gora/mongodb/utils/package-info.java 
b/gora-mongodb/src/test/java/org/apache/gora/mongodb/utils/package-info.java
new file mode 100644
index 0000000..456cdfb
--- /dev/null
+++ b/gora-mongodb/src/test/java/org/apache/gora/mongodb/utils/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 all the unit tests for utils of the MongoDB dataStore.
+ */
+package org.apache.gora.mongodb.utils;
\ No newline at end of file

Reply via email to