Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 78588 | Differences between
and this patch

Collapse All | Expand All

(-)PDEPluginConverter.java (-1 / +1 lines)
Lines 24-30 Link Here
24
		try {
24
		try {
25
			File outputFile = new File(project.getLocation().append(
25
			File outputFile = new File(project.getLocation().append(
26
					"META-INF/MANIFEST.MF").toOSString()); //$NON-NLS-1$
26
					"META-INF/MANIFEST.MF").toOSString()); //$NON-NLS-1$
27
			File inputFile = new File(project.getLocation().append(filename).toOSString());
27
			File inputFile = new File(project.getLocation().toOSString());
28
			ServiceTracker tracker = new ServiceTracker(PDECore.getDefault()
28
			ServiceTracker tracker = new ServiceTracker(PDECore.getDefault()
29
					.getBundleContext(), PluginConverter.class.getName(), null);
29
					.getBundleContext(), PluginConverter.class.getName(), null);
30
			tracker.open();
30
			tracker.open();

Return to bug 78588