Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 266893

Summary: Moving command framework to web services project (for R3_0_maintenance and R3_0_4_patches branches)
Product: [WebTools] WTP Webservices Reporter: Keith Chong <keith.chong.ca>
Component: wst.wsAssignee: Keith Chong <keith.chong.ca>
Status: VERIFIED FIXED QA Contact: Keith Chong <keith.chong.ca>
Severity: enhancement    
Priority: P3 CC: david_williams, d_a_carver, keith.chong.ca, konstantin, webmaster
Version: 3.0.4Keywords: plan
Target Milestone: 3.0.5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 264262    
Bug Blocks:    
Attachments:
Description Flags
Apply to R3_0_maintenance
none
Updated patch
none
Map changes in R3_0_4_patches branch none

Description Keith Chong CLA 2009-03-03 12:24:03 EST
+++ This bug was initially created as a clone of Bug #264262 +++

I'm proposing to move the command framework plugins from the webtools.common project to the webtools.webservices project.  These plugins are:

- org.eclipse.wst.command.env 
- org.eclipse.wst.command.env.core 
- org.eclipse.wst.command.env.ui 

These plugins contain the command framework used by the Web services tools currently but could potentially be used by other components.  That's why they reside in the webtools.common project.  These plugins was contributed by developers who currently also work on the Web services project and are actively maintained by them.  Since these plugins are currently only used by the Web services plugins (and I'm not aware of any team planning to use that framework), I propose to move these plugins to webtools.webservices project.  Note that the org.eclipse.wst.common.environment plugin which contains the environment frameswork will remain in webtools.common since the J2EE team is actively using it.
Comment 1 Keith Chong CLA 2009-03-03 12:29:02 EST
Created attachment 127343 [details]
Apply to R3_0_maintenance

Patch applies to the following:

org.eclipse.wst.common_core.feature
org.eclipse.wst.common_ui.feature
org.eclipse.wst.ws_core.feature
org.eclipse.wst.ws_ui.feature
releng.common
 /releng.common/maps/common-docs.map
 /releng.common/maps/wst-common-core.map
 /releng.common/maps/wst-common-ui.map
releng.webservices
 /releng.webservices/maps/webservices-docs.map
 /releng.webservices/maps/wst-ws-core.map
 /releng.webservices/maps/wst-ws-ui.map
 
David, let me know when you are ready to commit and release.
Comment 2 Keith Chong CLA 2009-03-03 12:30:01 EST
Feature versions bumped up to 3.0.5.
Comment 3 David Williams CLA 2009-03-03 12:47:24 EST
well ... hold on. :)

I don't think we were going to change the _features_ in the maintenance branch, just the map files. To correct their cvs location. But the features we'd leave the same as they were in maintenance. I may not have been clear in some IM's we exchanged the other day. 


Comment 4 Keith Chong CLA 2009-03-03 14:38:23 EST
Created attachment 127368 [details]
Updated patch

Ok, thanks for the clarification.  Updated patch attached.
Comment 5 Keith Chong CLA 2009-03-03 15:11:59 EST
Created attachment 127378 [details]
Map changes in R3_0_4_patches branch
Comment 6 Keith Chong CLA 2009-04-15 20:56:11 EDT
Bug clean up.  The map file changes were checked in for the R3_0_maintenance release.
Comment 7 Keith Chong CLA 2009-04-15 20:58:11 EDT
Verified in 3.0.5 builds.