ignite-111 html 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/110571c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/110571c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/110571c2 Branch: refs/heads/ignite-57 Commit: 110571c2b41803636dbab12faf252c2857bce4fe Parents: 156dcdd Author: avinogradov <[email protected]> Authored: Wed Feb 4 16:23:44 2015 +0300 Committer: avinogradov <[email protected]> Committed: Wed Feb 4 16:23:44 2015 +0300 ---------------------------------------------------------------------- licence/headercustomisation.xml | 4 ++-- pom.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/110571c2/licence/headercustomisation.xml ---------------------------------------------------------------------- diff --git a/licence/headercustomisation.xml b/licence/headercustomisation.xml index 75b0115..3e849bb 100644 --- a/licence/headercustomisation.xml +++ b/licence/headercustomisation.xml @@ -40,10 +40,10 @@ <padLines>false</padLines> </batch> <xml_style> - <firstLine><![CDATA[EOLEOL<!--]]></firstLine> + <firstLine><![CDATA[<!--]]></firstLine> <beforeEachLine><![CDATA[ ]]></beforeEachLine> <endLine><![CDATA[-->EOL]]></endLine> - <firstLineDetectionPattern><![CDATA[\n\n<!--.*$]]></firstLineDetectionPattern> + <firstLineDetectionPattern><![CDATA[<!--.*$]]></firstLineDetectionPattern> <lastLineDetectionPattern><![CDATA[.*-->(\\s|\\t)*$]]></lastLineDetectionPattern> <allowBlankLines>false</allowBlankLines> <isMultiline>true</isMultiline> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/110571c2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a0a254..fc2d600 100644 --- a/pom.xml +++ b/pom.xml @@ -287,6 +287,7 @@ <include>**/*.xml</include> <include>**/*.css</include> <include>**/*.cpp</include> + <include>**/*.html</include> </includes> <excludes> <exclude>**/com/romix/scala/**</exclude>
