Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-31 Thread Rinku
Hi Reinhard, Some notes inlined below: Reinhard Poetz wrote: Rinku wrote: So far I added the configuration parameter "pde". If set to true, the PluginNature and the schema and manifest builders are added to .project. I have a patch submitted for this for the maven-eclipse-plugin. Thou

Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-16 Thread Reinhard Poetz
Rinku wrote: So far I added the configuration parameter "pde". If set to true, the PluginNature and the schema and manifest builders are added to .project. I have a patch submitted for this for the maven-eclipse-plugin. Though not sure when that gets integrated into the plugin. IMHO you w

Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-16 Thread Rinku
Hi Reinhard, Some notes inlined.. 1) Running eclipse:eclipse should generate the project definition just as it does now, it detects if a "org.eclipse.pde.PluginNature" is specified for .project and setups the PDE nature (updates to .classpath) accordingly. 2) A Bundle Manifest writer could

Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-16 Thread Reinhard Poetz
Rinku wrote: Hi, Not sure if there is some work in progress for Eclipse Plugin support but here are some quick notes on the following logged in JIRA http://jira.codehaus.org/browse/MECLIPSE-92 http://jira.codehaus.org/browse/MECLIPSE-103 1) Running eclipse:eclipse should generate the project

maven-eclipse-plugin and Eclipse Plugin support

2006-05-06 Thread Rinku
Hi, Not sure if there is some work in progress for Eclipse Plugin support but here are some quick notes on the following logged in JIRA http://jira.codehaus.org/browse/MECLIPSE-92 http://jira.codehaus.org/browse/MECLIPSE-103 1) Running eclipse:eclipse should generate the project definition jus