artemis.cmd, artemis.profile: Drop executable bits

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9a0e6d89
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9a0e6d89
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9a0e6d89

Branch: refs/heads/master
Commit: 9a0e6d892e7c0c8ec269488cd510175ebac65d10
Parents: e35a01c
Author: Ville Skyttä <ville.sky...@iki.fi>
Authored: Sat Jan 9 13:23:36 2016 +0200
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Mon Jan 11 13:20:38 2016 -0500

----------------------------------------------------------------------
 .../main/java/org/apache/activemq/artemis/cli/commands/Create.java  | 1 -
 .../org/apache/activemq/artemis/cli/commands/bin/artemis.cmd        | 0
 2 files changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9a0e6d89/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
----------------------------------------------------------------------
diff --git 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
index 324776e..23e0fd1 100644
--- 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
+++ 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
@@ -591,7 +591,6 @@ public class Create extends InputAbstract {
          write(BIN_ARTEMIS_SERVICE, null, true);
          makeExec(BIN_ARTEMIS_SERVICE);
          write(ETC_ARTEMIS_PROFILE, filters, true);
-         makeExec(ETC_ARTEMIS_PROFILE);
       }
 
       write(ETC_LOGGING_PROPERTIES, null, false);

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9a0e6d89/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd
----------------------------------------------------------------------
diff --git 
a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd
 
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd
old mode 100755
new mode 100644

Reply via email to