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

Bug 325332

Summary: [releng] Use local reader instead of git to grab mwe artifacts
Product: [Modeling] EMFT Reporter: Dennis Huebner <dennis.huebner>
Component: MWEAssignee: Dennis Huebner <dennis.huebner>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: emft-mwe-inbox
Version: 1.0.1   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Dennis Huebner CLA 2010-09-15 06:56:11 EDT
To improve performance use local reader to grab artifacts from the checkout location.
See xtext.rmap as example:
<searchPath name="xtext">
		<provider componentTypes="osgi.bundle" readerType="local" mutable="false">
			<uri format="{0}/plugins/{1}">
				<bc:propertyRef key="checkout.location" />
				<bc:propertyRef key="buckminster.component" />
			</uri>
		</provider>
Comment 1 Dennis Huebner CLA 2011-03-30 03:33:23 EDT
fixed