return antResource;
}
private Shortcut importShortcut(com.jigen.xsd.Shortcut shortcut)
{
Shortcut antShortcut = new Shortcut();
antShortcut.setName (shortcut.getName());
antShortcut.setDescription(shortcut.getDescription());
antShortcut.setLocation (shortcut.getLocation().toString());
return antShortcut;
}