You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ie...@apache.org on 2009/05/13 15:49:09 UTC

svn commit: r774368 - /incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml

Author: ieb
Date: Wed May 13 13:49:09 2009
New Revision: 774368

URL: http://svn.apache.org/viewvc?rev=774368&view=rev
Log:
Fixed line ending issues with source bundle.

Modified:
    incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml

Modified: incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml?rev=774368&r1=774367&r2=774368&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml Wed May 13 13:49:09 2009
@@ -54,7 +54,6 @@
         <exclude>*.patch</exclude>
         <exclude>*.diff</exclude>
       </excludes>
-      <lineEnding>unix</lineEnding>
     </fileSet>
   </fileSets>
 </assembly>