HomeSort by relevance Sort by last modified time
    Searched defs:natures (Results 1 - 7 of 7) 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
130 // Add the natures. We need to add the Java nature first, so it adds its builder to the
145 * Android Natures are always inserted at the beginning of the list of natures in order to
158 String[] natures = description.getNatureIds(); local
159 String[] newNatures = new String[natures.length + 1];
161 // Android natures always come first
    [all...]
ProjectHelper.java 636 String[] natures = description.getNatureIds(); local
639 if (AdtConstants.NATURE_DEFAULT.equals(natures[0]) == false) {
641 for (int i = 0 ; i < natures.length ; i++) {
642 if (AdtConstants.NATURE_DEFAULT.equals(natures[i])) {
652 natures = description.getNatureIds();
654 String[] newNatures = new String[natures.length + 1];
660 System.arraycopy(natures, 0, newNatures, 1, natures.length);
662 // set the new natures
682 String[] natures = description.getNatureIds() local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 465 String[] natures = new String[] { AdtConstants.NATURE_DEFAULT, JavaCore.NATURE_ID }; local
466 description.setNatureIds(natures);
  /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 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 389 milliseconds