HomeSort by relevance Sort by last modified time
    Searched defs:commonRoot (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 219 private void computeOverride(String commonRoot) {
229 boolean settingsFile = new File(commonRoot, BuildFileCreator.SETTINGS_FILE).exists();
230 boolean buildFile = new File(commonRoot, BuildFileCreator.BUILD_FILE).exists();
265 String commonRoot = mBuilder.getCommonRoot().toOSString();
266 computeOverride(commonRoot);
267 mProjectRootLabel.setText(commonRoot);
ProjectSetupBuilder.java 296 IPath commonRoot = null;
298 if (commonRoot == null) {
299 commonRoot = module.getJavaProject().getProject().getLocation();
301 commonRoot = findCommonRoot(commonRoot,
306 return commonRoot;
BuildFileCreator.java 139 // get the commonRoot for all modules. If only one module, this returns the path
141 IPath commonRoot = builder.getCommonRoot();
146 IPath relativePath = commonRoot.makeRelativeTo(workspaceLocation);
147 // if makeRelativePath to returns the same path, then commonRoot is not in the
149 boolean rootInWorkspace = !relativePath.equals(commonRoot);
154 File settingsFile = new File(commonRoot.toFile(), SETTINGS_FILE);
162 // different path, means commonRoot is inside the workspace, which means we have
174 for (File wrapperFile : getGradleWrapperFiles(commonRoot.toFile())) {
262 File mainBuildFile = new File(commonRoot.toFile(), BUILD_FILE);
275 copyGradleWrapper(gradleLocation, commonRoot.toFile(), status)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 604 milliseconds