Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] setting the osgi.frameworkClassPath from p2.inf file

Hi,

How can I set the osgi.frameworkClassPath entry in config.ini through
the p2.inf?

I need to add 2 lines to it and in the end, the entry should look
something like this:

osgi.frameworkClassPath=
 file\:<path to org.eclise.osgi system bundle>,
 file\:<path to adaptor hook bundle being installed>

Is this possible?

thanks,
--a


Back to the top