The installation works well: the lines are added to eclipse.ini, and are in turn each one read as a separate VM arg. All fine.
But the removeJvmArg does nothing as it expects a single argument and isn't able to process multiple lines. It'd be good if the RemoveJVMArgumentAction could be augmented to support mulitple args (1 per line).
I've got a p2.inf with
The installation works well: the lines are added to eclipse.ini, and are in turn each one read as a separate VM arg. All fine.
But the removeJvmArg does nothing as it expects a single argument and isn't able to process multiple lines. It'd be good if the RemoveJVMArgumentAction could be augmented to support mulitple args (1 per line).