ignite-111 changed check strategy
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a8026ceb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a8026ceb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a8026ceb Branch: refs/heads/ignite-57 Commit: a8026ceb4e31aecbfc7dc34bbae0c10380f7692b Parents: 59ad9dd Author: avinogradov <avinogra...@gridgain.com> Authored: Fri Feb 6 14:53:48 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Fri Feb 6 14:53:48 2015 +0300 ---------------------------------------------------------------------- modules/clients/src/test/bin/start-nodes.cmd | 17 +++++++++++++++ modules/clients/src/test/bin/stop-nodes.cmd | 17 +++++++++++++++ pom.xml | 26 +++++++++++++---------- 3 files changed, 49 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a8026ceb/modules/clients/src/test/bin/start-nodes.cmd ---------------------------------------------------------------------- diff --git a/modules/clients/src/test/bin/start-nodes.cmd b/modules/clients/src/test/bin/start-nodes.cmd index 5e1fdb2..100ce9b 100644 --- a/modules/clients/src/test/bin/start-nodes.cmd +++ b/modules/clients/src/test/bin/start-nodes.cmd @@ -1,3 +1,20 @@ +:: +:: 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. +:: + @echo OFF rem Define environment paths. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a8026ceb/modules/clients/src/test/bin/stop-nodes.cmd ---------------------------------------------------------------------- diff --git a/modules/clients/src/test/bin/stop-nodes.cmd b/modules/clients/src/test/bin/stop-nodes.cmd index ccbbee7..25c6cea 100644 --- a/modules/clients/src/test/bin/stop-nodes.cmd +++ b/modules/clients/src/test/bin/stop-nodes.cmd @@ -1,3 +1,20 @@ +:: +:: 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. +:: + @echo OFF echo Kill all grid nodes. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a8026ceb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e2c670a..cf02b71 100644 --- a/pom.xml +++ b/pom.xml @@ -278,19 +278,23 @@ <inceptionYear>2014</inceptionYear> </properties> <includes> - <include>src/**/*.java</include> - <include>src/**/*.scala</include> - <include>**/*.php</include> - <inclide>src/**/*.properties</inclide> - <include>**/*.sh</include> - <include>**/*.bat</include> - <include>**/*.js</include> - <include>**/*.xml</include> - <include>**/*.css</include> - <include>**/*.cpp</include> - <include>**/*.html</include> + <include>**/*.*</include> </includes> <excludes> + <exclude>**/*.txt</exclude> + <exclude>**/*.jks</exclude> + <exclude>**/*.pem</exclude> + <exclude>**/*.m4</exclude> + <exclude>**/*.pem</exclude> + <exclude>**/*.in</exclude> + <exclude>**/*.am</exclude> + <exclude>**/*.ac</exclude> + <exclude>**/*.sub</exclude> + <exclude>**/*.csproj</exclude> + <exclude>**/*.log</exclude> + <exclude>**/*.sln</exclude> + <exclude>**/*.h</exclude> + <!--special excludes--> <exclude>**/com/romix/scala/**</exclude> <exclude>**/GridOffHeapSnapTreeMap.java</exclude> <exclude>**/internal/util/snaptree/SnapTreeMap.java</exclude>