ignite-111 headercustomication.xml file

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/92518f52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/92518f52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/92518f52

Branch: refs/heads/ignite-57
Commit: 92518f52b1ba3ae990e794854e4c3f1ddd04ffeb
Parents: 6fd2b9f
Author: avinogradov <avinogra...@gridgain.com>
Authored: Tue Feb 3 19:03:56 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Tue Feb 3 19:03:56 2015 +0300

----------------------------------------------------------------------
 headercustomisation.xml | 14 ++++++++++++++
 headerdefinitions.xml   | 15 ---------------
 pom.xml                 |  2 +-
 3 files changed, 15 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/92518f52/headercustomisation.xml
----------------------------------------------------------------------
diff --git a/headercustomisation.xml b/headercustomisation.xml
new file mode 100644
index 0000000..5418252
--- /dev/null
+++ b/headercustomisation.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<additionalHeaders>
+    <javadoc_style>
+        <firstLine>/*</firstLine>
+        <beforeEachLine> * </beforeEachLine>
+        <endLine> */
+</endLine>
+        <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
+        <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
+        <allowBlankLines>true</allowBlankLines>
+        <isMultiline>true</isMultiline>
+        <padLines>false</padLines>
+    </javadoc_style>
+</additionalHeaders>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/92518f52/headerdefinitions.xml
----------------------------------------------------------------------
diff --git a/headerdefinitions.xml b/headerdefinitions.xml
deleted file mode 100644
index e325346..0000000
--- a/headerdefinitions.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<additionalHeaders>
-    <javadoc_style>
-        <firstLine>/*</firstLine>
-        <beforeEachLine> * </beforeEachLine>
-        <endLine> */
-</endLine>
-        <!--skipLine></skipLine-->
-        <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
-        <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
-        <allowBlankLines>true</allowBlankLines>
-        <isMultiline>true</isMultiline>
-        <padLines>false</padLines>
-    </javadoc_style>
-</additionalHeaders>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/92518f52/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c6a2708..ff403e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
             <version>2.8</version>
             <configuration>
                 <headerDefinitions>
-                    <headerDefinition>headerdefinitions.xml</headerDefinition>
+                    
<headerDefinition>headercustomisation.xml</headerDefinition>
                 </headerDefinitions>
                 <header>header.txt</header>
                 <properties>

Reply via email to