}
// add the includes
GerDependencyType[] includes = geronimoAppClient.getIncludeArray();
for (int i = 0; i < includes.length; i++) {
GerDependencyType include = includes[i];
URI uri = getDependencyURI(include);
String name = uri.toString();
int idx = name.lastIndexOf('/');
if (idx != -1) {
name = name.substring(idx + 1);