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>