Package org.eclipse.cdt.managedbuilder.ui.wizards

Examples of org.eclipse.cdt.managedbuilder.ui.wizards.CfgHolder


      CfgHolder[] cfgs = super.getCfgItems(defaults);
      if (cfgs == null || cfgs.length == 0){
        IToolChain tc = ManagedBuildManager
          .getExtensionToolChain(ConfigurationDataProvider.PREF_TC_ID);
        cfgs = new CfgHolder[1];
        cfgs[0] = new CfgHolder(tc, null);
      }
      return cfgs;
    }
View Full Code Here

TOP

Related Classes of org.eclipse.cdt.managedbuilder.ui.wizards.CfgHolder

Copyright © 2018 www.massapicom. 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.