ignite-111 xml & css files support
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/64b54378 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/64b54378 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/64b54378 Branch: refs/heads/ignite-57 Commit: 64b54378180c2f9597b651c54f97963a9572216a Parents: 7281711 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed Feb 4 16:02:46 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed Feb 4 16:02:46 2015 +0300 ---------------------------------------------------------------------- licence/headercustomisation.xml | 30 +++++++++++++++++++++++++++++- pom.xml | 2 ++ 2 files changed, 31 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/64b54378/licence/headercustomisation.xml ---------------------------------------------------------------------- diff --git a/licence/headercustomisation.xml b/licence/headercustomisation.xml index 5c6a7eb..75b0115 100644 --- a/licence/headercustomisation.xml +++ b/licence/headercustomisation.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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. +--> + <additionalHeaders> <javadoc_style> <firstLine>/*</firstLine> @@ -21,4 +39,14 @@ <isMultiline>true</isMultiline> <padLines>false</padLines> </batch> + <xml_style> + <firstLine><![CDATA[EOLEOL<!--]]></firstLine> + <beforeEachLine><![CDATA[ ]]></beforeEachLine> + <endLine><![CDATA[-->EOL]]></endLine> + <firstLineDetectionPattern><![CDATA[\n\n<!--.*$]]></firstLineDetectionPattern> + <lastLineDetectionPattern><![CDATA[.*-->(\\s|\\t)*$]]></lastLineDetectionPattern> + <allowBlankLines>false</allowBlankLines> + <isMultiline>true</isMultiline> + <padLines>false</padLines> + </xml_style> </additionalHeaders> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/64b54378/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4e0209..d261ec9 100644 --- a/pom.xml +++ b/pom.xml @@ -284,6 +284,8 @@ <include>**/*.sh</include> <include>**/*.bat</include> <include>**/*.js</include> + <include>**/*.xml</include> + <include>**/*.css</include> </includes> <excludes> <exclude>**/com/romix/scala/**</exclude>