Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 321784 - Align feature names
Summary: Align feature names
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.releng (show other bugs)
Version: 3.3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 15:24 EDT by Markus Kuppe CLA
Modified: 2010-10-28 02:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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