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

Bug 321784

Summary: Align feature names
Product: [RT] ECF Reporter: Markus Kuppe <bugs.eclipse.org>
Component: ecf.relengAssignee: ecf.core-inbox <ecf.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Markus Kuppe CLA 2010-08-04 15:24:36 EDT
The build has to align a bunch of feature names/ids to make them consumable by e.g. Buckminster. With git we should just fix the names in the repo.

Here's a list of all features that are touched by the build:

mv org.eclipse.ecf.base-feature org.eclipse.ecf.base_feature
mv org.eclipse.ecf.core-feature org.eclipse.ecf.core_feature
mv org.eclipse.ecf.example-feature org.eclipse.ecf.example_feature
mv org.eclipse.ecf.platform-feature org.eclipse.ecf.platform_feature
mv org.eclipse.ecf.provider.filetransfer.httpclient-feature org.eclipse.ecf.provider.filetransfer.httpclient_feature
mv org.eclipse.ecf.remoteservice-feature org.eclipse.ecf.remoteservice_feature
mv org.eclipse.ecf.sdk-feature org.eclipse.ecf.sdk_feature
mv org.eclipse.ecf.server-feature org.eclipse.ecf.server_feature
mv org.eclipse.ecf.tests-feature org.eclipse.ecf.tests_feature
mv org.eclipse.ecf.tests-platform-feature org.eclipse.ecf.tests_platform_feature

mv org.eclipse.ecf.sdk_feature org.eclipse.ecf.sdk
mv org.eclipse.ecf.core_feature org.eclipse.ecf.core

In essence we should replace "-" or "_" with single dots.
Comment 1 Markus Kuppe CLA 2010-08-04 15:32:48 EDT
org.eclipse.ecf.provider.jms.feature has been aligned
Comment 2 Markus Kuppe CLA 2010-10-28 02:09:05 EDT
Fixed a while ago