Community
Participate
Working Groups
Created attachment 178798 [details] patch Attached is the pom.xml for the test bundle. It will trigger automatic execution of the test suite in the Hudson build. This patch fixes also some issues I found in the project's metadata: - test bundle version is changed from "1.0.0" to "0.5.0.qualifier" - bundles are now Java 1.5 compatible. Few Java 1.6 related @Override annotation are removed from the source code. - fixed version dependencies like org.eclipse.emf.ecore.xmi;bundle-version="2.5.0" are fixed. Dependencies should not specify a fixed version, but a version range, or no version constraints at all.
Created attachment 178813 [details] parent pom patch I forgot to attach a change in the parent pom.xml.
The patch is committed ...