Package org.eclipse.m2e.core.project.configurator

Examples of org.eclipse.m2e.core.project.configurator.AbstractProjectConfigurator


        // workaround for tycho projects that have maven-bundle-plugin enabled for them
        ListIterator<AbstractProjectConfigurator> li = configurators.listIterator();
        while ( li.hasNext() )
        {
            AbstractProjectConfigurator configurator = li.next();
            if ( configurator instanceof MavenBundlePluginConfigurator
                || configurator instanceof PDEMavenBundlePluginConfigurator )
            {
                li.remove();
            }
View Full Code Here

TOP

Related Classes of org.eclipse.m2e.core.project.configurator.AbstractProjectConfigurator

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.