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

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

Branch: refs/heads/master
Commit: e97ecf1ec420e7bb5054e601207d139b4fa292c8
Parents: 0eb2946
Author: cihad guzel <cguz...@gmail.com>
Authored: Sun Aug 28 13:52:29 2016 +0300
Committer: cihad guzel <cguz...@gmail.com>
Committed: Sun Aug 28 13:52:29 2016 +0300

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


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

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

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

http://git-wip-us.apache.org/repos/asf/gora/blob/e97ecf1e/gora-jcache/src/test/java/org/apache/gora/jcache/package-info.java
----------------------------------------------------------------------
diff --git a/gora-jcache/src/test/java/org/apache/gora/jcache/package-info.java 
b/gora-jcache/src/test/java/org/apache/gora/jcache/package-info.java
new file mode 100644
index 0000000..42d8f98
--- /dev/null
+++ b/gora-jcache/src/test/java/org/apache/gora/jcache/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.
+ */
+/**
+ * Tests for <code>gora-jcache</code> including
+ * the test driver for {@link org.apache.gora.jcache.GoraHazelcastTestDriver}
+ */
+package org.apache.gora.jcache;
\ No newline at end of file

Reply via email to