You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2015/09/25 19:47:32 UTC

[04/17] incubator-apex-core git commit: mapping for dtcli script header

mapping for dtcli script header


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/a9486515
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/a9486515
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/a9486515

Branch: refs/heads/devel-3
Commit: a9486515ce5450afc1be9e63555e714c14a427b5
Parents: 12970c4
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Sep 24 18:05:58 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Sep 24 18:05:58 2015 -0700

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/a9486515/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4432222..6a7e86d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,9 @@
             <exclude>**/archetype-resources/**</exclude>
             <exclude>src/test/resources/projects/basic/goal.txt</exclude>
           </excludes>
+          <mapping>
+            <dtcli>SCRIPT_STYLE</dtcli>
+          </mapping>
         </configuration>
         <executions>
           <execution>