Fixing platform JavaDocs.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5463df29 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5463df29 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5463df29 Branch: refs/heads/master Commit: 5463df29a5e7c5d2ad7e583fc77d5c1ed38cc5f2 Parents: 27cd615 Author: vozerov-gridgain <[email protected]> Authored: Thu Sep 3 14:28:07 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu Sep 3 14:28:07 2015 +0300 ---------------------------------------------------------------------- .../ignite/platform/cpp/package-info.java | 22 ++++++++++++++++++++ .../ignite/platform/dotnet/package-info.java | 22 ++++++++++++++++++++ .../apache/ignite/platform/package-info.java | 22 ++++++++++++++++++++ parent/pom.xml | 4 ++++ 4 files changed, 70 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/5463df29/modules/platform/src/main/java/org/apache/ignite/platform/cpp/package-info.java ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/java/org/apache/ignite/platform/cpp/package-info.java b/modules/platform/src/main/java/org/apache/ignite/platform/cpp/package-info.java new file mode 100644 index 0000000..6d745a7 --- /dev/null +++ b/modules/platform/src/main/java/org/apache/ignite/platform/cpp/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 C++ platform-related classes. + */ +package org.apache.ignite.platform.cpp; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/5463df29/modules/platform/src/main/java/org/apache/ignite/platform/dotnet/package-info.java ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/java/org/apache/ignite/platform/dotnet/package-info.java b/modules/platform/src/main/java/org/apache/ignite/platform/dotnet/package-info.java new file mode 100644 index 0000000..0765e01 --- /dev/null +++ b/modules/platform/src/main/java/org/apache/ignite/platform/dotnet/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 .Net platform-related classes. + */ +package org.apache.ignite.platform.dotnet; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/5463df29/modules/platform/src/main/java/org/apache/ignite/platform/package-info.java ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/java/org/apache/ignite/platform/package-info.java b/modules/platform/src/main/java/org/apache/ignite/platform/package-info.java new file mode 100644 index 0000000..ac89b58 --- /dev/null +++ b/modules/platform/src/main/java/org/apache/ignite/platform/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 platform-related classes. + */ +package org.apache.ignite.platform; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/5463df29/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ebe691f..eba7390 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -339,6 +339,10 @@ <packages>org.apache.ignite.yarn*</packages> </group> <group> + <title>Platforms</title> + <packages>org.apache.ignite.platform*</packages> + </group> + <group> <title>Spark Integration</title> <packages>org.apache.ignite.spark.examples.java</packages> </group>
