Community
Participate
Working Groups
Currently to generate the nested rcp source feature in org.eclipse.platform.source, a hard-coded feature.xml which includes the org.eclipse.rcp.source feature is required in the sourceTemplateFeature files for org.eclipse.platform. Would it be possible to remove the need for this file if the build.properties for the generated source feature (org.eclipse.platform.source) contains the directive to generate another source feature, ie. generate.feature@org.eclipse.rcp.source=org.eclipse.rcp?
Created attachment 33168 [details] patch Here is a proposed patch, which adds the ability to include a feature in a generated source feature as follows: For the following layout: SDK -> platform.source -> rcp.source in SDK build.properties put generate.feature@org.eclipse.platform.source=org.eclipse.platform, plugin@org.eclipse.platform.doc.isv, feature@org.eclipse.rcp.source The feature@org.eclipse.rcp.source will result in <includes id="org.eclipse.rcp.source" version="0.0.0"/> being added to the generated platform.source feature.xml in platform/sourceTemplateFeature/build.properties put generate.feature@org.eclipse.rcp.source=org.eclipse.rcp
Patch released in HEAD.