Rat fix
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/52ae7981 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/52ae7981 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/52ae7981 Branch: refs/heads/ignite-2801 Commit: 52ae798175582d782d3060c00ce6e260740b9a84 Parents: 95a4175 Author: Anton Vinogradov <[email protected]> Authored: Thu Mar 10 17:55:46 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Thu Mar 10 17:55:46 2016 +0300 ---------------------------------------------------------------------- .../main/webapp/META-INF/config/default-config.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/52ae7981/modules/web/ignite-weblogic-test/src/main/webapp/META-INF/config/default-config.xml ---------------------------------------------------------------------- diff --git a/modules/web/ignite-weblogic-test/src/main/webapp/META-INF/config/default-config.xml b/modules/web/ignite-weblogic-test/src/main/webapp/META-INF/config/default-config.xml index daa466d..1a479a6 100644 --- a/modules/web/ignite-weblogic-test/src/main/webapp/META-INF/config/default-config.xml +++ b/modules/web/ignite-weblogic-test/src/main/webapp/META-INF/config/default-config.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> + <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans
