export wizard and activities [message #146833] |
Tue, 04 April 2006 20:57 |
Eclipse User |
|
|
|
I am trying to remove entries (ant build files) from the export wizard
selection page (first page).
I have tried setting up an org.eclipse.ui.activities element in my
plugin.xml. The activity category shows up (with the appropriate label)
in the capabilities screen. However the export dialog doesn't seem to
remove the selected wizard.
The docs on help.eclipse.org don't explicitly list the export wizard as a
contribution that is affected by activities. There is however a
TriggerPoint for the exportWizards.
should the export wizard be filtering based on activities? if not, what
is this TripperPoint for?
my extension point element is below.
<extension
point="org.eclipse.ui.activities">
<activity
description="%test.AntExport.description"
id="test.AntExport"
name="%test.AntExport.name"/>
<activityPatternBinding
activityId="test.AntExport"
pattern="org\.eclipse\.ant\.ui/org\.eclipse\.ant\.ui\.export "/>
<categoryActivityBinding
activityId="test.AntExport"
categoryId="test.category"/>
</extension>
Thanks.
|
|
|
Powered by
FUDForum. Page generated in 0.08184 seconds