Examples of RubyProjectManager


Examples of org.eclim.plugin.dltkruby.project.RubyProjectManager

  {
    super.initialize(name);

    ProjectNatureFactory.addNature("ruby", RubyNature.NATURE_ID);
    ProjectManagement.addProjectManager(
        RubyNature.NATURE_ID, new RubyProjectManager());

    DltkUtils.addDltkNature(RubyNature.NATURE_ID);
    DltkInterpreterTypeManager.addInterpreterType(
        "ruby",
        RubyNature.NATURE_ID,
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.