output = BuildPathsBlock.getDefaultOutputLocation(javaProject);
}
javaProject.setOutputLocation(output, null);
}
javaProject.makeConsistent(null);
javaProject.save(null, false);
}
/**
* Creates or updates the projects dependencies on other projects.
*