Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to install framework extension?
How to install framework extension? [message #761995] Wed, 07 December 2011 12:01 Go to next message
Anastasia Drozhzha is currently offline Anastasia DrozhzhaFriend
Messages: 2
Registered: December 2011
Junior Member
I have a custom framework extension(let it be test.framework.extension). I wanna make it available via a feature installation. I added a p2.inf to a META-INF directory of the framework extenstion fragment, created a feature containing this fragment only, created an update site for this feature.
p2.inf contains:
instructions.configure = \
 setProgramProperty(propName:testValue1,propValue:testValue2); 

As far as I understand this property should be added to config.ini file.
(of course, not testValue1 but osgi.framework.extensions should be used but it does not matter for now)
I install my fragment through UI (Help->Install New Software->select local site) but I do not see any changes in eclipse/configuration/config.ini
Am I doing something wrong? Eclipse version is 3.7.

[Updated on: Fri, 09 December 2011 09:27]

Report message to a moderator

Re: How to install framework extension? [message #766252 is a reply to message #761995] Thu, 15 December 2011 13:08 Go to previous message
Anastasia Drozhzha is currently offline Anastasia DrozhzhaFriend
Messages: 2
Registered: December 2011
Junior Member
The topic can be closed. The approach was right but eclipse.ini override default configuration file so I was looking in the wrong place.
Previous Topic:Jetty hosted in Equinox: can Jetty code access Equionox hosted bundles?
Next Topic:Issue with Jetty 7 upgrade because Equinox SDK 3.7.1 includes old Jetty libs - version 6.1.23
Goto Forum:
  


Current Time: Thu Apr 25 08:11:50 GMT 2024

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

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

Back to the top