Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-31 Thread Rinku
Hi Reinhard, Some notes inlined below: Reinhard Poetz wrote: Rinku wrote: snip/ 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.

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

Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-16 Thread Rinku
Hi Reinhard, Some notes inlined.. snip 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

Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-16 Thread Reinhard Poetz
Rinku wrote: snip/ 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