You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2015/02/28 22:41:53 UTC

maven git commit: Make sure the windows *.cmd files make it into the assembly

Repository: maven
Updated Branches:
  refs/heads/master e7f3768b5 -> 50899962f


Make sure the windows *.cmd files make it into the assembly


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/50899962
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/50899962
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/50899962

Branch: refs/heads/master
Commit: 50899962f62e2cc74d1f7990d980235aec786083
Parents: e7f3768
Author: Jason van Zyl <ja...@tesla.io>
Authored: Sat Feb 28 13:41:34 2015 -0800
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Sat Feb 28 13:41:34 2015 -0800

----------------------------------------------------------------------
 apache-maven/src/main/assembly/bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/50899962/apache-maven/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/apache-maven/src/main/assembly/bin.xml b/apache-maven/src/main/assembly/bin.xml
index b2aa900..ea14a9d 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -64,7 +64,7 @@ under the License.
       <directory>src/bin</directory>
       <outputDirectory>bin</outputDirectory>
       <includes>
-        <include>*.bat</include>
+        <include>*.cmd</include>
         <include>*.conf</include>
       </includes>
       <lineEnding>dos</lineEnding>