Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] pde dependency on source plugins

Hi Richard,
remember talking in IRC about a dependency from PDE in the sdk I'm
trying to put together, which then in fact didn't seem to be necessary?

Now I found where it wants it.
All the source plugins of udig have the following extention point:

   <extension
         point="org.eclipse.pde.core.source">
      <location path="src"/>
   </extension>

Is there a reason for that?
Dummy question: What exactly are the source plugins needed for?

Ciao
Andrea


Back to the top