|
Re: Disable dedicated update sites after installation [message #1745940 is a reply to message #1745937] |
Wed, 19 October 2016 12:19  |
Eclipse User |
|
|
|
P2 stores these things as preferences but in profile scope. You could install the preference's feature:
<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0">
<requirement
name="org.eclipse.oomph.preferences.feature.group"/>
</setup.p2:P2Task>
And then use Window -> Preferences -> Oomph -> All Preferences -> Edit... to open the editor and inspect what's going on with the "profile" node where all this stuff is stored. Perhaps with some work on the preference tasks so they can be easily applied to the profile preferences the problem could be solved.
|
|
|
Powered by
FUDForum. Page generated in 0.03806 seconds