Package org.eclim.plugin.dltkruby.project

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

Related Classes of org.eclim.plugin.dltkruby.project.RubyProjectManager

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.