Repository: ignite Updated Branches: refs/heads/ignite-1.6 b369d0306 -> b95487d61
IGNITE-3148: add package-info.java for org.apache.ignite.cache.jta.websphere Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b95487d6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b95487d6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b95487d6 Branch: refs/heads/ignite-1.6 Commit: b95487d61145cbf75a80c993a5b9ddbe27804220 Parents: b369d03 Author: ashutak <[email protected]> Authored: Tue May 17 15:07:24 2016 +0300 Committer: ashutak <[email protected]> Committed: Tue May 17 15:07:24 2016 +0300 ---------------------------------------------------------------------- .../cache/jta/websphere/package-info.java | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b95487d6/modules/jta/src/main/java/org/apache/ignite/cache/jta/websphere/package-info.java ---------------------------------------------------------------------- diff --git a/modules/jta/src/main/java/org/apache/ignite/cache/jta/websphere/package-info.java b/modules/jta/src/main/java/org/apache/ignite/cache/jta/websphere/package-info.java new file mode 100644 index 0000000..26b2c34 --- /dev/null +++ b/modules/jta/src/main/java/org/apache/ignite/cache/jta/websphere/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. + */ + +/** + * <!-- Package description. --> + * Contains WebSphere integrations. + */ +package org.apache.ignite.cache.jta.websphere;
