Skip to content
Snippets Groups Projects
Commit bb56d793 authored by david_williams's avatar david_williams
Browse files

252788 breakage due to non-api use

parent 1f7ed5c1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wtp.releng.tests.feature"
label="%featureName"
version="1.0.1.qualifier"
version="1.0.2.qualifier"
provider-name="%providerName">
<description>
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Component UI
Bundle-SymbolicName: org.eclipse.wtp.releng.tools.component.ui; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.0.1.qualifier
Bundle-Activator: org.eclipse.wtp.releng.tools.component.ui.internal.ComponentUIPlugin
Bundle-Localization: plugin
Export-Package: org.eclipse.wtp.releng.tools.component.ui,
......@@ -25,3 +25,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.pde,
org.eclipse.jdt.ui
Eclipse-AutoStart: true
Bundle-ActivationPolicy: lazy
......@@ -15,11 +15,12 @@ import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import org.eclipse.jface.dialogs.Dialog;
import org.eclipse.jface.viewers.TreeViewer;
import org.eclipse.pde.core.plugin.IFragmentModel;
import org.eclipse.pde.core.plugin.IPluginModel;
import org.eclipse.pde.internal.ui.wizards.PluginSelectionDialog;
import org.eclipse.pde.internal.ui.dialogs.PluginSelectionDialog;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.events.KeyListener;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment