There is also a thread about building eclipse RCP apps but i believe this is for eclipse 3.2 :

http://www.nabble.com/Eclipse-bundle-howto-tf2065506.html#a5690799

Stéphane.

Valerio Schiavoni a écrit :
after a quick search, i found it my self.

adding these lines to your pom:
<plugin>
     <artifactId>maven-eclipse-plugin</artifactId>
             <version>2.3-SNAPSHOT</version>
                  <configuration>
                      <pde>true</pde>
                  </configuration>
 </plugin>

you should be able at least to compile an eclipse plugin.

On 8/23/06, Valerio Schiavoni <[EMAIL PROTECTED]> wrote:

 improvements in the maven-eclipse-plugin




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

Reply via email to