Community
Participate
Working Groups
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.
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)