rename tmp as .tmp

Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/20f358e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/20f358e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/20f358e1

Branch: refs/heads/griffin-0.1.6-incubating-rc1
Commit: 20f358e11e8a8f39e387bf49aa1bbb4fe717d783
Parents: 1285468
Author: William Guo <guo...@icloud.com>
Authored: Wed Oct 11 15:39:16 2017 +0800
Committer: William Guo <guo...@icloud.com>
Committed: Wed Oct 11 15:39:16 2017 +0800

----------------------------------------------------------------------
 .gitignore  | 1 +
 merge_pr.py | 0
 ui/pom.xml  | 4 ++--
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/20f358e1/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index ad52fe5..c9f7b00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ target/**
 *.ear
 target
 service/src/main/resources/public/
+ui/.tmp/
 
 
 .project

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/20f358e1/merge_pr.py
----------------------------------------------------------------------
diff --git a/merge_pr.py b/merge_pr.py
old mode 100644
new mode 100755

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/20f358e1/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index 6541986..f9523e6 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -60,7 +60,7 @@ under the License.
         <version>1.0</version>
         <configuration>
           <workingDirectory>angular</workingDirectory>
-          <installDirectory>tmp</installDirectory>
+          <installDirectory>.tmp</installDirectory>
         </configuration>
         <executions>
           <!-- It will install nodejs and npm -->
@@ -86,7 +86,7 @@ under the License.
             </configuration>
           </execution>
 
-          <!-- It will execute command "npm build" inside "/angular" directory 
to clean and create "/dist" directory-->
+          <!-- It will execute command "npm build" inside "/angular" directory 
to clean and create "/.tmp" directory-->
           <execution>
             <id>npm build</id>
             <goals>

Reply via email to