# Merge ignite-45 into ignite-45-330
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f8398944 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f8398944 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f8398944 Branch: refs/heads/ignite-497-stick Commit: f8398944e5b2fcf65b6a80e234bdab75a2f31e69 Parents: f716692 235da89 Author: anovikov <anovi...@gridgain.com> Authored: Mon Mar 23 12:26:54 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Mon Mar 23 12:26:54 2015 +0700 ---------------------------------------------------------------------- DEVNOTES.txt | 8 +- LICENSE.txt | 55 +++--- NOTICE.txt | 17 +- .../datagrid/CacheDataStreamerExample.java | 16 +- .../datagrid/CachePopularNumbersExample.java | 172 ------------------- .../datagrid/store/CacheStoreExample.java | 78 --------- .../CacheStoreExampleCacheConfigurator.java | 89 ---------- .../store/CacheStoreLoadDataExample.java | 69 -------- .../datagrid/store/auto/package-info.java | 22 +++ .../store/dummy/CacheDummyStoreExample.java | 108 ++++++++++++ .../hibernate/CacheHibernateStoreExample.java | 108 ++++++++++++ .../store/jdbc/CacheJdbcStoreExample.java | 108 ++++++++++++ .../org/jetbrains/annotations/package-info.java | 6 + .../src/main/java/org/jsr166/package-info.java | 17 +- modules/ssh/licenses/jcraft-revised-bsd.txt | 4 +- .../licenses/jcraft-revised-bsd.txt | 4 +- pom.xml | 6 +- 17 files changed, 398 insertions(+), 489 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f8398944/examples/src/main/java/org/apache/ignite/examples/datagrid/store/auto/package-info.java ---------------------------------------------------------------------- diff --cc examples/src/main/java/org/apache/ignite/examples/datagrid/store/auto/package-info.java index 0000000,0000000..4b61a1f new file mode 100644 --- /dev/null +++ b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/auto/package-info.java @@@ -1,0 -1,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. ++ */ ++ ++/** ++ * <!-- Package description. --> ++ * Contains dummy cache store implementation. ++ */ ++package org.apache.ignite.examples.datagrid.store.auto;