You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Christopher Schwegel <ch...@schwegel.com> on 2003/03/10 05:44:03 UTC

List of elements

Is there a method for building up a list of elements and then stuffing
that into a property ? I want to build a (longish) list of packages for
use in various CVS commands. I'm looking for the equivalent of :
PKGS += foo/boo/
PKGS += foo/bar/
PKGS += foo/baz/