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

Bug 361715

Summary: refactor features for consistent naming
Product: [SOA] BPMN2Modeler Reporter: Nick Boldt <nboldt>
Component: CoreAssignee: Robert Brodt <bbrodt>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: contributed
Version: unspecifiedFlags: bbrodt: iplog+
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
patch to fix inconsistent names in features (and make the update site feature NOT a patch) none

Description Nick Boldt CLA 2011-10-21 19:09:51 EDT
Created attachment 205758 [details]
patch to fix inconsistent names in features (and make the update site feature NOT a patch)

Convention dictates that features should be named w/ ".feature" at the end, not "-feature" and not "".

Switching to Tycho 0.13.0 exposes the fact that your feature's pom.xml and feature.xml use different conventions. 

So, here's a patch to make everything consistent, after first doing this:

  git mv org.eclipse.bpmn2.modeler.updatesite-feature org.eclipse.bpmn2.modeler.updatesite.feature
  git mv org.eclipse.bpmn2.modeler-feature org.eclipse.bpmn2.modeler.feature
Comment 1 Robert Brodt CLA 2011-10-24 13:18:27 EDT
Fixed - thanks Nick!
Comment 2 Robert Brodt CLA 2011-10-24 14:25:33 EDT
Patch contributed by nboldt@redhat.com