Examples of IBuildPropertyManager


Examples of org.eclipse.cdt.managedbuilder.buildproperties.IBuildPropertyManager

  {
    // TODO: - support other project types:
    //         executable, shared library, static library
    //       - support specifying the toolchain to use.

    final IBuildPropertyManager buildManager =
      ManagedBuildManager.getBuildPropertyManager();
    final IBuildPropertyValue[] vs = buildManager
      .getPropertyType(MBSWizardHandler.ARTIFACT).getSupportedValues();
    Arrays.sort(vs, BuildListComparator.getInstance());

    MBSWizardHandler handler = null;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.