Package org.erlide.engine.internal.model.root

Examples of org.erlide.engine.internal.model.root.ErlProject.configurationChanged()


    @Before
    public void setup() throws Exception {
        final String name = "testproject3";
        project = createProject(name, getTmpPath(name));
        final ErlProject p = (ErlProject) project;
        p.configurationChanged();
    }

    protected void setFileContent(final String name, final String content)
            throws CoreException {
        final IProject wproject = project.getWorkspaceProject();
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.