Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » how we add a plugin to a RCP project
how we add a plugin to a RCP project [message #987876] Wed, 28 November 2012 13:33 Go to next message
sam mn is currently offline sam mnFriend
Messages: 26
Registered: August 2010
Junior Member
how we add a plugin "org.eclipse.compare" to a RCP project.

tried adding following dependency to our plugin pom.xml:

<dependency>
<groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare</artifactId>
<version>3.5.200-v370</version>
<scope>compile</scope>
</dependency>

and tried running the maven command to install the jar to local maven repo. However did not work.What am I missing ?, could anyone guide me.


[Updated on: Wed, 28 November 2012 13:40]

Report message to a moderator

Re: how we add a plugin to a RCP project [message #988468 is a reply to message #987876] Fri, 30 November 2012 03:55 Go to previous message
sam mn is currently offline sam mnFriend
Messages: 26
Registered: August 2010
Junior Member
index.php/fa/12554/0/

[Updated on: Fri, 30 November 2012 09:39]

Report message to a moderator

Previous Topic:Need Command Reference on Startup
Next Topic:[SOLVED] Key Binding only works when menu visible?
Goto Forum:
  


Current Time: Wed Sep 25 05:02:36 GMT 2024

Powered by FUDForum. Page generated in 0.03551 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top