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

Bug 325331

Summary: Use 3.5 p2 Repository as target platform search path
Product: [Modeling] TMF Reporter: Dennis Huebner <dennis.huebner>
Component: RelengAssignee: 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:

Description Dennis Huebner CLA 2010-09-15 06:49:58 EDT
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
Comment 1 Dennis Huebner CLA 2011-03-30 03:46:46 EDT
fixed with <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature" versionDesignator="[3.5.0,3.6.0)" /> cspec entry.