Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Problems getting started with the editor template plugin

Sorry, I need to repost this...
--- Begin Message ---
  • From: Oleg Dulin <oleg.dulin@xxxxxxxxxxxxxxxxx>
  • Date: Tue, 06 Apr 2004 15:52:06 -0400
  • User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Dear Distinguished Colleagues:

I am trying to start a new plugin project based on the editor template plugin.

After the project is create, it complains that some of the plug in dependancies are missing.

In particular:

   <import plugin="org.eclipse.ui"/>
     <import plugin="org.eclipse.core.runtime.compatibility"/>
     <import plugin="org.eclipse.jface.text"/>
     <import plugin="org.eclipse.ui.editors"/>
     <import plugin="org.eclipse.ui.workbench.texteditor"/>

appear to fail.

Any thoughts ? I am using Eclipse 3.0M8

Regards,
Oleg


--- End Message ---

Back to the top