Examples of IManagedProject


Examples of org.eclipse.cdt.managedbuilder.core.IManagedProject

    //from Import >�C/C++ Executable
    if(info == null) {
      return configurations;
    }
    //get ManagedProject associated with build info
    IManagedProject mProj = info.getManagedProject();

    //get all build configurations of the project
    configurations = mProj.getConfigurations();
    return configurations;
  }
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.