You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/07/08 06:45:08 UTC

DO NOT REPLY [Bug 22129] - Provide a way to specify default excludes in a property file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=22129>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=22129

Provide a way to specify default excludes in a property file





------- Additional Comments From jan@materne.de  2004-07-08 04:45 -------
Just a workaround with Ant 1.6+:

<project name="de">
    <defaultexcludes .../>
</project>

<project name="work">
    <import file="de.xml"/>
</project>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org