The repackager is not updating the correct ini file. If it's a custom Eclipse RCP application, the ini file could be called something different (such as "xyz.ini" for example).
So in (the excerpt from) the ini file below, it is not removing the "../../../" prefix:
The repackager is not updating the correct ini file. If it's a custom Eclipse RCP application, the ini file could be called something different (such as "xyz.ini" for example).
So in (the excerpt from) the ini file below, it is not removing the "../../../" prefix:
../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1.R36x_v20100810
Would it be possible to change this to modify the first "*.ini" file found in the Contents/MacOS directory?
Thanks