You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/12/11 05:23:42 UTC

[22/30] ignite git commit: fixed https://issues.apache.org/jira/browse/IGNITE-2117

fixed https://issues.apache.org/jira/browse/IGNITE-2117


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

Branch: refs/heads/ignite-1.5.1
Commit: dfd7a67ca079efff06522c007f924814f1b57941
Parents: 388c173
Author: Yakov Zhdanov <yz...@gridgain.com>
Authored: Thu Dec 10 18:46:15 2015 +0300
Committer: Yakov Zhdanov <yz...@gridgain.com>
Committed: Thu Dec 10 18:46:15 2015 +0300

----------------------------------------------------------------------
 .../ignite/osgi/classloaders/package-info.java  | 21 ++++++++++++++++++++
 .../org/apache/ignite/osgi/package-info.java    | 21 ++++++++++++++++++++
 2 files changed, 42 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/dfd7a67c/modules/osgi/src/main/java/org/apache/ignite/osgi/classloaders/package-info.java
----------------------------------------------------------------------
diff --git a/modules/osgi/src/main/java/org/apache/ignite/osgi/classloaders/package-info.java b/modules/osgi/src/main/java/org/apache/ignite/osgi/classloaders/package-info.java
new file mode 100644
index 0000000..1eec8b4
--- /dev/null
+++ b/modules/osgi/src/main/java/org/apache/ignite/osgi/classloaders/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.
+ */
+
+/**
+ * Contains implementation of OSGi class loaders.
+ */
+package org.apache.ignite.osgi.classloaders;

http://git-wip-us.apache.org/repos/asf/ignite/blob/dfd7a67c/modules/osgi/src/main/java/org/apache/ignite/osgi/package-info.java
----------------------------------------------------------------------
diff --git a/modules/osgi/src/main/java/org/apache/ignite/osgi/package-info.java b/modules/osgi/src/main/java/org/apache/ignite/osgi/package-info.java
new file mode 100644
index 0000000..c2f46a2
--- /dev/null
+++ b/modules/osgi/src/main/java/org/apache/ignite/osgi/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.
+ */
+
+/**
+ * Contains OSGi related classes.
+ */
+package org.apache.ignite.osgi;