Valerio Schiavoni a écrit :
Hello Stèphane,

On 7/26/06, Stéphane Bouchet <[EMAIL PROTECTED]> wrote:

Eclipse plugin is like a java project, but there is 3 files that are
mandatory :
plugin.xml, build.properties and META-INF/MANIFEST.MF .


how much different are those files from plugin to plugin ? i know that when
you start the development of an eclipse plugin, the wizard proposes you a
certain number of prepackaged templates. maybe there' can be a 1:1 mapping
between those templates and the files you suggested.
These files are always differents.... but i think to map one of the proposed PDE project is a good idea

If you try to create a new project with these templates, you can see the contents of the files.


the rest of the project can follow the maven directory structure (
src/main/java , src/test/java)..


one more thing maybe is needed:
what kind of dependencies an ecplise plugin would typically depend on ? i
guess some of the eclipse apis are needed..
the actual maven-eclipse-plugin handle the required dependencies very well, so you need to use it ( i think) .

Stéphane.



thanks,
valerio



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to