Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] what variable should i use to run some native touch point actions on the feature that is just installed?

Hi,

Reading the code of ChmodAction, it looks like you'd rather use

org.eclipse.equinox.p2.touchpoint.natives.chmod(targetDir:@artifact,targetFile:jre/Contents/Home/bin,permissions:755,options:-R);

HTH


Back to the top