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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 44 * when natures are added to the project using
46 * by clients. The nature extension id is added to the list of natures
67 * workspace when natures are removed from the project using
69 * by clients. The nature extension id is removed from the list of natures
128 // Add the natures. We need to add the Java nature first, so it adds its builder to the
141 * Android Natures are always inserted at the beginning of the list of natures in order to
154 String[] natures = description.getNatureIds(); local
155 String[] newNatures = new String[natures.length + 1];
157 // Android natures always come first
    [all...]
ProjectHelper.java 518 String[] natures = description.getNatureIds(); local
521 if (AdtConstants.NATURE_DEFAULT.equals(natures[0]) == false) {
523 for (int i = 0 ; i < natures.length ; i++) {
524 if (AdtConstants.NATURE_DEFAULT.equals(natures[i])) {
534 natures = description.getNatureIds();
536 String[] newNatures = new String[natures.length + 1];
542 System.arraycopy(natures, 0, newNatures, 1, natures.length);
544 // set the new natures
564 String[] natures = description.getNatureIds() local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 156 milliseconds