|
@@ -554,7 +554,7 @@ that represent comments as specified by the user. |
|
|
This removes all lines that begin with #, --, REM, rem and // |
|
|
This removes all lines that begin with #, --, REM, rem and // |
|
|
<BLOCKQUOTE><PRE> |
|
|
<BLOCKQUOTE><PRE> |
|
|
<filterreader classname="org.apache.tools.ant.filters.StripLineComments"> |
|
|
<filterreader classname="org.apache.tools.ant.filters.StripLineComments"> |
|
|
<param type="comment" value="e;#"/> |
|
|
|
|
|
|
|
|
<param type="comment" value="#"/> |
|
|
<param type="comment" value="--"/> |
|
|
<param type="comment" value="--"/> |
|
|
<param type="comment" value="REM "/> |
|
|
<param type="comment" value="REM "/> |
|
|
<param type="comment" value="rem "/> |
|
|
<param type="comment" value="rem "/> |
|
|