Fixed Licenses & Javadoc tests. Signed-off-by: nikolay_tikhonov <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/aa172573 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/aa172573 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/aa172573 Branch: refs/heads/ignite-3484 Commit: aa172573364b3fd91b089df252d884ee9aa8c24f Parents: c6c7d90 Author: Ilya Kasnacheev <[email protected]> Authored: Thu Sep 7 16:41:44 2017 +0300 Committer: nikolay_tikhonov <[email protected]> Committed: Thu Sep 7 16:41:44 2017 +0300 ---------------------------------------------------------------------- modules/clients/src/test/keystore/ca/oneca.cnf | 16 ++++++++++++++++ modules/clients/src/test/keystore/ca/twoca.cnf | 16 ++++++++++++++++ modules/platforms/dotnet/docfx/filterConfig.yml | 18 +++++++++++++++++- modules/platforms/dotnet/docfx/toc.yml | 16 ++++++++++++++++ parent/pom.xml | 6 ++++++ 5 files changed, 71 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/aa172573/modules/clients/src/test/keystore/ca/oneca.cnf ---------------------------------------------------------------------- diff --git a/modules/clients/src/test/keystore/ca/oneca.cnf b/modules/clients/src/test/keystore/ca/oneca.cnf index 2da42ca..39fa7ad 100644 --- a/modules/clients/src/test/keystore/ca/oneca.cnf +++ b/modules/clients/src/test/keystore/ca/oneca.cnf @@ -1,3 +1,19 @@ + +# 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. + [ ca ] default_ca = oneca http://git-wip-us.apache.org/repos/asf/ignite/blob/aa172573/modules/clients/src/test/keystore/ca/twoca.cnf ---------------------------------------------------------------------- diff --git a/modules/clients/src/test/keystore/ca/twoca.cnf b/modules/clients/src/test/keystore/ca/twoca.cnf index 1efa25a..8bb5e50 100644 --- a/modules/clients/src/test/keystore/ca/twoca.cnf +++ b/modules/clients/src/test/keystore/ca/twoca.cnf @@ -1,3 +1,19 @@ + +# 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. + [ ca ] default_ca = twoca http://git-wip-us.apache.org/repos/asf/ignite/blob/aa172573/modules/platforms/dotnet/docfx/filterConfig.yml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/docfx/filterConfig.yml b/modules/platforms/dotnet/docfx/filterConfig.yml index 98b1615..5d249d1 100644 --- a/modules/platforms/dotnet/docfx/filterConfig.yml +++ b/modules/platforms/dotnet/docfx/filterConfig.yml @@ -1,3 +1,19 @@ + +# 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. + apiRules: - exclude: - uidRegex: \.Impl\. \ No newline at end of file + uidRegex: \.Impl\. http://git-wip-us.apache.org/repos/asf/ignite/blob/aa172573/modules/platforms/dotnet/docfx/toc.yml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/docfx/toc.yml b/modules/platforms/dotnet/docfx/toc.yml index 7ad0d0d..a501df7 100644 --- a/modules/platforms/dotnet/docfx/toc.yml +++ b/modules/platforms/dotnet/docfx/toc.yml @@ -1,3 +1,19 @@ + +# 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. + - name: Apache Ignite.NET API Documentation href: api/ homepage: api/index.md http://git-wip-us.apache.org/repos/asf/ignite/blob/aa172573/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e716254..19d3498 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -799,12 +799,18 @@ <exclude>**/*.sql</exclude><!--sql files--> <exclude>**/*README*.txt</exclude><!--readme files--> <exclude>**/*README*.md</exclude><!--readme files--> + <exclude>**/*index*.md</exclude><!--readme files--> <exclude>**/*.timestamp</exclude><!--tmp-files--> <exclude>**/*.iml</exclude><!--IDEA files--> <exclude>**/pom-installed.xml</exclude><!--tmp-files--> <exclude>**/keystore/*.jks</exclude><!--bin-files--> <exclude>**/keystore/*.pem</exclude><!--auto generated files--> <exclude>**/keystore/*.pfx</exclude><!--bin-files--> + <exclude>**/keystore/ca/*.jks</exclude><!--bin-files--> + <exclude>**/keystore/ca/*.key</exclude><!--bin-files--> + <exclude>**/keystore/ca/*.txt</exclude><!--auto generated files--> + <exclude>**/keystore/ca/*.txt.attr</exclude><!--auto generated files--> + <exclude>**/keystore/ca/*serial</exclude><!--auto generated files--> <exclude>**/META-INF/services/**</exclude> <!-- Interface mappings: cannot be changed --> <!--special excludes--> <exclude>idea/ignite_codeStyle.xml</exclude>
