Fix bug with header for compiled templates in build.xml

This commit is contained in:
Dmitriy Simushev 2013-03-04 08:46:20 +00:00
parent 23ac4ef88a
commit 3c080e4725

View File

@ -427,7 +427,7 @@
<filterchain> <filterchain>
<!-- Add header --> <!-- Add header -->
<concatfilter prepend="compiled_templates_header.txt" /> <concatfilter prepend="tools/compiled_templates_header.txt" />
<!-- Skip empty lines --> <!-- Skip empty lines -->
<linecontainsregexp negate="true"> <linecontainsregexp negate="true">
<regexp pattern="^\s+$$" /> <regexp pattern="^\s+$$" />