Hi, you can try this (untested):
> <PatternSet id="other-jars">
> <include name="abc*.jar" if="support.abc”/>
<exclude name=“**/*” unless=“support.abc”/>
> </PatternSet>
The idea is to add an exclude element which fill fire only if support.abc is
not set.
Regards,
Antoine
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
