}
// add the dependencies
GerDependencyType[] dependencies = geronimoAppClient.getDependencyArray();
for (int i = 0; i < dependencies.length; i++) {
appClientDeploymentContext.addDependency(getDependencyURI(dependencies[i]));
}
// add manifest class path entries to the app client context
addManifestClassPath(appClientDeploymentContext, appClientModule.getEarFile(), moduleFile, moduleBase);