Bug 170408 - org.eclipse.wst.common.core and ui backport to eclipse 302
Summary: org.eclipse.wst.common.core and ui backport to eclipse 302
Status: CLOSED WONTFIX
Alias: None
Product: WTP Common Tools
Classification: WebTools
Component: wst.common (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.common CLA
QA Contact: Konstantin Komissarchik CLA
URL:
Whiteboard:
Keywords: info
Depends on:
Blocks:
 
Reported: 2007-01-14 14:28 EST by Dave Spriet CLA
Modified: 2007-04-03 11:50 EDT (History)
1 user (show)

See Also:


Attachments
Updated Plugins (116.00 KB, application/x-zip-compressed)
2007-01-14 14:29 EST, Dave Spriet CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Spriet CLA 2007-01-14 14:28:55 EST
WebSphere Integration Developer v6.0.2 is based on eclipse 3.0.2, which does not contain the org.eclipse.wst.common.core and org.eclipse.wst.common.ui
plugin.  We would like to deliver a tech preview of some new technology, which is based on eclipse 3.2 so we backported these 2 plugins to use within eclipse 3.0.2

These are the changes that were needed to run these 2 plugins in eclipse 3.0.2 platform 

copied from version 1.1.100.v200608220540
org.eclipse.wst.common.core
Modified org.eclipse.wst.common.core.search.internal.Messages class due to NLS changes in eclipse 31
Modified org.eclipse.wst.common.core.search.SearchEngine to use getString method on Messages class


copied from version 1.1.100.v200608221521
org.eclipse.wst.common.ui
Modified org.eclipse.wst.common.ui.internal.Messages for NLS class
Removed org.eclipse.wst.common.ui.internal.search.SearchResultPage
Removed org.eclipse.wst.common.ui.internal.search.SearchResultTableContentProvider
Removed org.eclipse.wst.common.ui.internal.search.dialog.ScopedComponentSearchListDialog

Added to SearchMessages.properties
FileSearchQuery_label=File Search
FileSearchQuery_singularLabel= ''{0}'' - 1 match in {1}
FileSearchQuery_singularLabel_fileNameSearch=1 file name matching ''{0}'' in {1}
FileSearchQuery_pluralPattern= ''{0}'' - {1} matches in {2}
FileSearchQuery_pluralPattern_fileNameSearch={1} file names matching ''{0}'' in {2}
TextSearchEngine_statusMessage= Problems encountered during text search.

I have attached an updated copy of the changes.  

I was informed that I need to open a bugzilla to track this backported copy of the plugin so we don’t have any legal problems.
Please let me know if you see any problems with this.

This copy will only be used in the tech preview.  

Dave Spriet
spriet@ca.ibm.com
Comment 1 Dave Spriet CLA 2007-01-14 14:29:49 EST
Created attachment 56882 [details]
Updated Plugins

Updated Plugins
Comment 2 David Williams CLA 2007-01-16 18:52:37 EST
Thanks for this information and code. I'm closing as "won't fix", just to signify that we do not currently plan to put this code in our released code stream, which I do not think you were requesting. 

But, I do appreciate you providing it here, in case others are interested in it. 

Comment 3 John Lanuti CLA 2007-04-03 11:50:38 EDT
Closing as part of mass query to clean up old resolved bugs in untargetted milestones.