I am using Eclipse 3.5.2 and I created p2.inf with the following information:
instructions.install = \
chmod(targetDir:@artifact,targetFile:$os$/libfoo.so,permissions:755);
instructions.install.import= \
org.eclipse.equinox.p2.touchpoint.natives.chmod
I placed p2.inf inside the META-INF folder of this fragment, but when I install the update site, libfoo.so does not have execute permissions.
Having pulled out my hair, I tried p2.inf, citing the nonexistent * .so, but nothing happens. No error messages, exceptions or warnings of any type to indicate that the P2 touchpoint action failed ...
What a deal? Any ideas?
source
share