示例#1
0
 /**
  * Checks if project is installed by checking if it's basedir directory exists.
  *
  * @param d Depot object to check.
  * @return true if project exists
  */
 public static boolean isInstalled(final FrameworkProject d) {
   return d.getBaseDir().exists();
 }