| Summary: | generated org.eclipse.xtend.util.stdlib dependency cannot be resolved | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Kai Toedter <kai.toedter> |
| Component: | Xtext | Assignee: | 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
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 :)
Already fixed. (2011-10-21) |