Skip to main content

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


Katthy, thanks for keeping us informed.
I think, however you didn't update the map files so a build would not work?
I updated the map files on 4/2, and did a "recompute" on features dependancies.

Local build is in progress, but if all goes ok, no further action from you needed.
(but if doesn't go well, then I've obviously missed something so may need you to fix my fix :)




Kathy Chan <kathy@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

04/02/2005 01:19 AM

Please respond to
"General discussion of project-wide or architectural issues."

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[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
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top