Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-02-20 22:44:00 +0000
committerJohn Arthorne2009-02-20 22:44:00 +0000
commit82de88aed4ba693f08a99509f6d366e11110cdf4 (patch)
treec4b4a1365eb094df591015e81af1c35ed0788621 /bundles/org.eclipse.equinox.p2.engine/plugin.xml
parent728d3af3bbaaae1d3a1fa69458159e040fd1aea7 (diff)
downloadrt.equinox.p2-82de88aed4ba693f08a99509f6d366e11110cdf4.tar.gz
rt.equinox.p2-82de88aed4ba693f08a99509f6d366e11110cdf4.tar.xz
rt.equinox.p2-82de88aed4ba693f08a99509f6d366e11110cdf4.zip
Bug 265315 Profile Scoped Preferences
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.engine/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.engine/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.engine/plugin.xml b/bundles/org.eclipse.equinox.p2.engine/plugin.xml
index 5ec33d477..38f276c8e 100644
--- a/bundles/org.eclipse.equinox.p2.engine/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.engine/plugin.xml
@@ -15,4 +15,8 @@
</filter>
</extension>
+ <extension id="preferences" point="org.eclipse.core.runtime.preferences" name="%preferencesExtPtName">
+ <scope name="profile" class="org.eclipse.equinox.internal.p2.engine.ProfilePreferences"/>
+ </extension>
+
</plugin>

Back to the top