Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] adding plugins

On 09/11/2011 01:53 PM, Christian Soltenborn wrote:
Hi,

I think this is exactly what target platforms are made for. See e.g.
this article:

http://kaloyanraev.blogspot.com/2011/09/sharing-pde-target-platforms-and-launch.html

Cheers,
Christian


Am 11.09.2011 18:46, schrieb Luiz E. (GMail):
hey christian.
thanks again for clarify my path :P

so, i'll keep adding my plug-ins via manifest file, and tycho will take
care of the rest? nice...

another question...about the plug-ins, like, eclipselink. how do you
manage these plug-ins?
i used to drop them inside eclipse/plugins folder and add then via
manifest, but i think this is not right, because i work with a team, and
make them copy my plugins and drop in they plugin folder is not cool.
should i make a folder inside project and add this folder to build path?
VERY THANKS again :)
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


THIS!
exactly what i need!
i've added a folder to my target platform like this: '${workspace_loc}/project_name/lib' and is this folder, dropped all my eclipselink plugins, but when i'm trying to add eclipselink plug-ins to my plugin project as a dependence, it cant found.
am i missing something?
on my eclipse preferences, the target platform points to my platform file
thanks again


Back to the top