Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325332 - [releng] Use local reader instead of git to grab mwe artifacts
Summary: [releng] Use local reader instead of git to grab mwe artifacts
Status: CLOSED FIXED
Alias: None
Product: EMFT
Classification: Modeling
Component: MWE (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:56 EDT by Dennis Huebner CLA
Modified: 2011-03-30 03:33 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: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