This PR changes the name of the Apache commons IO dependency in one of the MANIFEST.MF files to ensure compatibility with Eclipse v2024-03 and newer. From time to time, the dependency shipped with Eclipse itself changes the name and, thus, breaks the eMoflon implementation.
Without this fix, Eclipse gives a kind of cryptic error message:
Description Resource Path Location Type
Access restriction: The type FileUtils is not accessible due to restriction on required project org.emoflon.neo.emsl EMFImporter.xtend /org.emoflon.neo.emf/src/org/emoflon/neo/emf line 6 Xtend Problem
Access restriction: The type FileUtils is not accessible due to restriction on required project org.emoflon.neo.emsl EMFImporter.xtend /org.emoflon.neo.emf/src/org/emoflon/neo/emf line 116 Xtend Problem
This PR changes the name of the Apache commons IO dependency in one of the
MANIFEST.MF
files to ensure compatibility with Eclipse v2024-03 and newer. From time to time, the dependency shipped with Eclipse itself changes the name and, thus, breaks the eMoflon implementation.Without this fix, Eclipse gives a kind of cryptic error message: