|
@@ -59,18 +59,16 @@ import java.io.Reader; |
|
|
import org.apache.tools.ant.Project; |
|
|
import org.apache.tools.ant.Project; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Attach a prefix to every line |
|
|
|
|
|
|
|
|
* Expand Ant properties, if any, in the data. |
|
|
* |
|
|
* |
|
|
* Example: |
|
|
* Example: |
|
|
* ======= |
|
|
* ======= |
|
|
* |
|
|
* |
|
|
* <prefixlines prefix="Foo"/> |
|
|
|
|
|
|
|
|
* <expandproperties/> |
|
|
* |
|
|
* |
|
|
* Or: |
|
|
* Or: |
|
|
* |
|
|
* |
|
|
* <filterreader classname="org.apache.tools.ant.filters.PrefixLines"> |
|
|
|
|
|
* <param name="prefix" value="Foo"/> |
|
|
|
|
|
* </filterreader> |
|
|
|
|
|
|
|
|
* <filterreader classname="org.apache.tools.ant.filters.ExpandProperties"/> |
|
|
* |
|
|
* |
|
|
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> |
|
|
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> |
|
|
*/ |
|
|
*/ |
|
|