HashMap<String, String> map = new HashMap<String, String>();
map.put("name", "org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY");
map.put("value", delayedString(NATIVES_DIR).call());
for (Node child : (List<Node>) root.children())
{
if (child.attribute("path").equals("org.springsource.ide.eclipse.gradle.classpathcontainer"))
{
child.appendNode("attributes").appendNode("attribute", map);
break;