Skip to main content

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

Hi Andrea. It is a magic extension that tells the system to stick the source code there when a source build is release. It is very important and nobody beyond the eclipse guys really understand what is happening.


Jesse

On Aug 17, 2007, at 11:10 PM, Andrea Antonello wrote:

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
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top