Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] how to install framework extensions


Hi Martin, this is indeed possible with p2.  The p2 metadata of your bundle can specify an instruction to add that property when your bundle is installed. There is a bug report with a discussion about this and the solution is described there:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=231557#c8

John




Martin Lippert <lippert@xxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

07/09/2008 08:28 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox Project <equinox-dev@xxxxxxxxxxx>
cc
Subject
[equinox-dev] how to install framework extensions





Hi all!

I have a question with regards to framework extensions. Currently people
who are using equinox aspects for example have to define

-Dosgi.framework.extensions=org.eclipse.equinox.weaving.hook

to enable the equinox aspects framework extension. Is there an easier
way for people who are installing the framework extension via an update
site or p2? I don't would like to tell them to edit config.ini or
something like that...

Thanks for your help!
-Martin

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top