Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.ws/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.ws/plugin.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.ws/plugin.xml b/bundles/org.eclipse.wst.ws/plugin.xml
index cd686e35d..45e76fe2c 100644
--- a/bundles/org.eclipse.wst.ws/plugin.xml
+++ b/bundles/org.eclipse.wst.ws/plugin.xml
@@ -40,5 +40,10 @@
default-charset="UTF-8"
file-extensions="wsil"/>
</extension>
-
+
+ <extension point="org.eclipse.wst.ws.service.policy.servicepolicy">
+ <servicePolicy>
+ <loadListener class="org.eclipse.wst.ws.internal.preferences.MigrateWSIpreferencesLoadListener"/>
+ </servicePolicy>
+ </extension>
</plugin>

Back to the top