Community
Participate
Working Groups
cspec should be fixed to match only 3.5, see mwe's cspec <cs:dependency name="org.eclipse.core.runtime" componentType="osgi.bundle" versionDesignator="[3.5.0,3.6.0)"/> <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature" versionDesignator="[3.5.0,3.6.0)"/> After that change platform rmap: <searchPath name="platform"> <provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false"> <uri format="{0}/eclipse/updates/3.5"> <bc:propertyRef key="eclipse.download" /> </uri> </provider> </searchPath> Should be done for Xpand and MWE2 Language as well
fixed with <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature" versionDesignator="[3.5.0,3.6.0)" /> cspec entry.