You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/01 07:16:49 UTC

svn commit: r981156 - /ant/sandbox/antlibs/build.xml

Author: bodewig
Date: Sun Aug  1 05:16:48 2010
New Revision: 981156

URL: http://svn.apache.org/viewvc?rev=981156&view=rev
Log:
strip empty lines from externals

Modified:
    ant/sandbox/antlibs/build.xml

Modified: ant/sandbox/antlibs/build.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/build.xml?rev=981156&r1=981155&r2=981156&view=diff
==============================================================================
--- ant/sandbox/antlibs/build.xml (original)
+++ ant/sandbox/antlibs/build.xml Sun Aug  1 05:16:48 2010
@@ -438,6 +438,9 @@ artifact.version=1.0alpha</echo>
       <string>${antlib.shortname} http://svn.apache.org/repos/asf/ant/sandbox/antlibs/${antlib.trunk}
 </string>
       <filterchain>
+        <linecontainsregexp>
+          <regexp pattern="."/>
+        </linecontainsregexp>
         <sortfilter/>
       </filterchain>
     </concat>