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

Bug 359545

Summary: generated org.eclipse.xtend.util.stdlib dependency cannot be resolved
Product: [Modeling] TMF Reporter: Kai Toedter <kai.toedter>
Component: XtextAssignee: Project Inbox <tmf.xtext-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dennis.huebner
Version: 2.0.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Kai Toedter CLA 2011-09-30 06:38:52 EDT
When generating a DSL project using the xtext wizard generator, in the generated manifest.mf there is a dependency to bundle org.eclipse.xtend.util.stdlib. This bundle does not seem to exist in the xtext 2.0.1 SDK.
Comment 1 Kai Toedter CLA 2011-09-30 07:52:07 EDT
the code is in org.eclipse.xtext.ui.wizard.AbstractPluginProjectCreator

	protected List<String> getRequiredBundles() {
		return Lists.newArrayList(
			"com.ibm.icu",
			"org.eclipse.xtext", 
			"org.eclipse.xtext.generator",
			"org.eclipse.xtend",
			"org.eclipse.xtend.typesystem.emf",
			"org.eclipse.xpand", 
			"de.itemis.xtext.antlr;resolution:=optional",
			"org.eclipse.xtend.util.stdlib",
			"org.eclipse.emf.mwe2.launch;resolution:=optional");
	}

Sure I can override this in my derived but it would be nice if the originally generated code would work out of the box :)
Comment 2 Dennis Huebner CLA 2011-11-11 04:44:20 EST
Already fixed. (2011-10-21)