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. 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.. thanks, valerio -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni
