Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325331 - Use 3.5 p2 Repository as target platform search path
Summary: Use 3.5 p2 Repository as target platform search path
Status: CLOSED FIXED
Alias: None
Product: TMF
Classification: Modeling
Component: Releng (show other bugs)
Version: 1.0.1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dennis Huebner CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-15 06:49 EDT by Dennis Huebner CLA
Modified: 2011-03-30 03:46 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.