You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/09/28 00:17:49 UTC

svn commit: r1391238 - /activemq/trunk/assembly/src/main/descriptors/windows-bin.xml

Author: tabish
Date: Thu Sep 27 22:17:49 2012
New Revision: 1391238

URL: http://svn.apache.org/viewvc?rev=1391238&view=rev
Log:
apply patch for: https://issues.apache.org/jira/browse/AMQ-4084


Modified:
    activemq/trunk/assembly/src/main/descriptors/windows-bin.xml

Modified: activemq/trunk/assembly/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/main/descriptors/windows-bin.xml?rev=1391238&r1=1391237&r2=1391238&view=diff
==============================================================================
--- activemq/trunk/assembly/src/main/descriptors/windows-bin.xml (original)
+++ activemq/trunk/assembly/src/main/descriptors/windows-bin.xml Thu Sep 27 22:17:49 2012
@@ -40,8 +40,6 @@
       <outputDirectory>/</outputDirectory>
       <includes>
         <include>bin/*.bat</include>
-         <include>bin/activemq</include>
-         <include>bin/activemq-admin</include>
         <include>bin/win32/*.bat</include>
         <include>bin/win32/*.conf</include>
         <include>bin/win64/*.bat</include>
@@ -50,6 +48,16 @@
       <lineEnding>dos</lineEnding>
     </fileSet>
 
+    <fileSet>
+      <directory>src/release</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>bin/activemq</include>
+        <include>bin/activemq-admin</include>
+      </includes>
+      <lineEnding>unix</lineEnding>
+    </fileSet>
+
     <!-- Copy over files that should not get the line endings converted -->
     <fileSet>
       <directory>src/release</directory>