Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Moving WS-I preference page and context to org.eclipse.wst.ws.ui plugin


Hi,

Please note that the following classes have moved from the org.eclipse.jst.ws.ui plugin to a newly created org.eclipse.wst.ws.ui plugin.  The main reason for this change is so that the WSVT plugins would not have to depend on the jst.ws component to get the Web service WS-I preferences.

Here are the changes:

From package org.eclipse.jst.ws.internal.ui.preferences to org.eclipse.wst.ws.internal.ui.preferences:

WebServicesPreferencepage

From package org.eclipse.jst.ws.internal.ui.wsi.preferences to org.eclipse.wst.ws.internal.ui.wsi.preferences:

PersistentWSIAPContext
PersistentWSIContext
PersistentWSISSBPContext
WSICompliancePreferencePage
WSIComplianceUtils

From package org.eclipse.jst.ws.internal.ui.wsi.properties to org.eclipse.wst.ws.internal.ui.wsi.properties:

WSICompliancePropertiesPage

All references to org.eclipse.jst.ws.internal.ui.plugin.WebServiceUIPlugin to get to the WS-I preferences and contexts should be changed to org.eclipse.wst.ws.internal.ui.plugin.WSUIPlugin.

The Web Services preference category org.eclipse.jst.ws.internal.ui.preferences.name had been changed to org.eclipse.wst.ws.internal.ui.preferences.name and moved to the org.eclipse.wst.ws.ui plugin as well.

<page
            name="%PLUGIN_NEW_CATEGORY_NAME_WS"
            class="org.eclipse.wst.ws.internal.ui.preferences.WebServicesPreferencePage"
            id="org.eclipse.wst.ws.internal.ui.preferences.name">
</page>

The above changes and the jst.ws and wst.ws plugins affected by these changes had been checked into HEAD using defect 90061.


Kathy Chan
Rational Studio Java Web Services, IBM Toronto Lab
D3-354, D3/R8V/8200/MKM, 8200 Warden Avenue, Markham, Ontario, Canada, L6G 1C7
kathy@xxxxxxxxxx, (905) 413-3022, tieline: 969-6038, fax: (905) 413-4920

Back to the top