commit | 17ed4834c6333dd913aba776ee5a387c6eb221d5 | [log] [tgz] |
---|---|---|
author | kfukuda <kfukuda> | Fri Oct 10 16:12:59 2008 +0000 |
committer | kfukuda <kfukuda> | Fri Oct 10 16:12:59 2008 +0000 |
tree | 85b880b7f161ec0ccfa46900b92beb621f0e5c20 | |
parent | 37a6f9e004fe1dc938a2cb4927a52eb3559208e8 [diff] |
0.5.0 release
diff --git a/plugins/org.eclipse.actf.ai.navigator/META-INF/MANIFEST.MF b/plugins/org.eclipse.actf.ai.navigator/META-INF/MANIFEST.MF index 0138ada..fb336fc 100644 --- a/plugins/org.eclipse.actf.ai.navigator/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.actf.ai.navigator/META-INF/MANIFEST.MF
@@ -19,4 +19,5 @@ org.eclipse.actf.ui Eclipse-LazyStart: true Export-Package: org.eclipse.actf.ai.navigator, + org.eclipse.actf.ai.navigator.impl, org.eclipse.actf.ai.navigator.ui
diff --git a/plugins/org.eclipse.actf.ai.navigator/plugin.xml b/plugins/org.eclipse.actf.ai.navigator/plugin.xml index 9f782e2..916a927 100644 --- a/plugins/org.eclipse.actf.ai.navigator/plugin.xml +++ b/plugins/org.eclipse.actf.ai.navigator/plugin.xml
@@ -15,11 +15,6 @@ name="%NavigationTreeView.name"/> </extension> <extension - point="org.eclipse.actf.model.ui.webBrowserEventListener"> - <listener - class="org.eclipse.actf.ai.navigator.impl.WebEventListener"/> - </extension> - <extension point="org.eclipse.ui.preferencePages"> <page category="org.eclipse.actf.ui.preferences.RootPreferencePage"