Community
Participate
Working Groups
After regenerating an editor the manifest can be corrupted as below: Require-Bundle: org.eclipse.core.runtime, org.eclipse.ocl.examples.xtext.base;bundle-version="[3.1.0, 4.0.0)";visibility:=reexport, org.eclipse.xtext.util;bundle-version="[2.0.0, 3.0.0)";visibility:=reexport, org.antlr.runtime;bundle-version="[3.2.0, org.eclipse.emf.common;visibility:=reexport, org.eclipse.xtext.common.types;bundle-version="[2.0.0, org.eclipse.xtext, org.eclipse.emf.ecore [This was a problem occasionally in Xtext 1.0 as well as now 2.0M4 and a half]
I think the original was: Require-Bundle: org.eclipse.core.runtime, org.eclipse.ocl.examples.xtext.base;bundle-version="[3.1.0,4.0.0)";visibility:=reexport, org.eclipse.xtext.util;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, org.antlr.runtime;bundle-version="[3.2.0,4.0.0)";visibility:=reexport, org.eclipse.emf.common;visibility:=reexport, org.eclipse.xtext.common.types;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
Ping. Any news on this? Still a problem on M7. I'm getting a little frustrated at having to do a Replace with Latest from HEAD on 8 manifests after each editor regeneration.
A patch is most welcome.
fixed by splitting the comma-separated-list of exported packages quote-aware. pushed to master.
Thanks Moritz. I was beginning to think I might need to take up Sebastian's patch request.
Closing all bugs that were set to RESOLVED before Neon.0