Package org.eclipse.pde.internal.ui.wizards.templates

Examples of org.eclipse.pde.internal.ui.wizards.templates.PluginReference


        return result.toArray(new IPluginReference[result.size()]);
    }

    private PluginReference asPluginInReference(
            String bundleId) {
        return new PluginReference(bundleId, null, 0);
    }
View Full Code Here


        return result.toArray(new IPluginReference[result.size()]);
    }

    private PluginReference asPluginInReference(
            String bundleId) {
        return new PluginReference(bundleId, null, 0);
    }
View Full Code Here

TOP

Related Classes of org.eclipse.pde.internal.ui.wizards.templates.PluginReference

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.