| Summary: | Use 3.5 p2 Repository as target platform search path | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Dennis Huebner <dennis.huebner> |
| Component: | Releng | Assignee: | Dennis Huebner <dennis.huebner> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | sven.efftinge |
| Version: | 1.0.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
fixed with <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature" versionDesignator="[3.5.0,3.6.0)" /> cspec entry. |
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