Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE RE [gef-dev] How to run a GEF Application

Hi !

I m not sure to have all understood.
If you have no contributorClass, you need to delete it in the plugin.xml
file:
(when you open the plug-in manifest editor, it is indicated in the tab
Extensions)

This is an example:
<extension
         point="org.eclipse.ui.editors">
      <editor
            name="Hello World Editor"
            icon="example.gif"
            filenames="hello.world"
            class="gef.example.helloworld.HelloWorldEditor"
            id="gef.example.helloworld.editor1">
      </editor>
   </extension>

Can you give the source?



Back to the top