Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] [Gsoc][ECF Tooling]-Generate codes for Service Registration & Service Client

On 09/09/2013 05:28 AM, Salinda Jayawardana wrote:
> I am  currently working on the service client generating stuff ,  I have
> almost finish that but now I am facing following problem
> 
> I need to add following classpath entry  to my client project
> 
> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
> 
> Still I couldn't find a way to add new classpathenrty , Could you please
> advise me to how to do this task ??

This is usually automatically done by Eclipse when you create a plug-in
project. Are you sure yours isn't just a simple java project instead?

M.


Back to the top