Community
Participate
Working Groups
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
Fixed - thanks Nick!
Patch contributed by nboldt@redhat.com