IvyTag artifact2 = new IvyTag("artifact", "defines artifacts restriction \n"
+ "use only if you do not control dependency ivy file");
artifact2.addAttribute(new IvyTagAttribute("name", "the name of an artifact of the \n"
+ "dependency module to add to the include list, \n"
+ "or a regexp matching this name", false));
artifact2.addAttribute(new IvyTagAttribute("type", "the type of the artifact of the \n"
+ "dependency module to add to the include list, \n"
+ "or a regexp matching this name", false,
new ListValueProvider(getDefault("type"))));
artifact2
.addAttribute(new IvyTagAttribute("ext", "the extension of the artifact of the \n"