java - How to prevent P2 to overwrite eclipse.ini -
i'm using eclipse 3.72 (indigo) rcp application. , works fine. i've implemented p2 automated updates. after using p2 updating features eclipse.ini gets overwritten! how can disable that?
my customer able change language-settings prog using , -data-param storing specific data "@user.home ...". can't tell him modify eclipse.ini after update placed.
advice customer introduce additional program arguments in separate batch file, execute youreclipseproduct.exe:
#!/bin/bash youreclipseproduct.exe -data <path>
these program arguments have precedence on in youreclipseproduct.ini
i not recommend messing p2, since installed ius may need customize .ini file.
Comments
Post a Comment