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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 162 File projectFile = new File(mLocation, ".project"); //$NON-NLS-1$
163 if (projectFile.exists()) {
166 xml = Files.toString(projectFile, Charsets.UTF_8);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 454 File projectFile = mProject.getLocation().toFile();
463 File library = new File(projectFile, state.getRelativePath());
522 File projectFile = mProject.getLocation().toFile();
534 File library1 = new File(projectFile, oldRelativePath);
535 File library2 = new File(projectFile, state.getRelativePath());
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 449 milliseconds