IvyTag configurations = new IvyTag("configurations",
"container for configuration elements");
IvyTag conf = new IvyTag("conf", "declares a configuration of this module");
conf.addAttribute(new IvyTagAttribute("name", "the name of the declared configuration",
true));
conf.addAttribute(new IvyTagAttribute("description",
"a short description for the declared configuration", false));
IvyTagAttribute visibilityTagAttribute = new IvyTagAttribute("visibility",
"the visibility of the declared configuration.\n"
+ "'public' means that this configuration can be used by other modules, \n"
+ "while 'private' means that this configuration is used only in the\n"