andreyvit / yoursway-eclipse-osx-repackager

Repackages Eclipse and Rich Client Platform applications as Mac OS X bundles
http://code.google.com/p/eclipse-osx-repackager/
12 stars 7 forks source link

Repackager does not update ini file when not called eclipse.ini #3

Open skjpope opened 13 years ago

skjpope commented 13 years ago

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