Community
Participate
Working Groups
try {
File outputFile = new File(project.getLocation().append(
"META-INF/MANIFEST.MF").toOSString()); //$NON-NLS-1$
File inputFile = new File(project.getLocation().append(filename).toOSString());
File inputFile = new File(project.getLocation().toOSString());
ServiceTracker tracker = new ServiceTracker(PDECore.getDefault()
.getBundleContext(), PluginConverter.class.getName(), null);
tracker.open();