CIF simulator debug plugin is missing org.apache.commons.lang3 dependency
If I understand correctly, org.eclipse.escet.cif.simulator.debug
can be used to debug the generated simulator code. The generated simulator code always generates import org.apache.commons.lang3.StringUtils;
The Manifest file of org.eclipse.escet.cif.simulator.debug
does not have org.apache.commons.lang3;bundle-version="3.1.0",
as a required bundle. The manifest file should be updated.
Edited by Dennis Hendriks