Community
Participate
Working Groups
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.
org.eclipse.ecf.provider.jms.feature has been aligned
Fixed a while ago