Skip to content

Commit

Permalink
Added touchpoint for chmod for balloon executable
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Feb 20, 2012
1 parent 920dee9 commit 83cdbf1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/net.bioclipse.balloon.linux/META-INF/p2.inf
@@ -0,0 +1,4 @@
instructions.install = \
chmod(targetDir:${artifact.location},targetFile:exec/balloon,permissions:755);
instructions.install.import= \
org.eclipse.equinox.p2.touchpoint.natives.chmod
4 changes: 4 additions & 0 deletions plugins/net.bioclipse.balloon.macosx/META-INF/p2.inf
@@ -0,0 +1,4 @@
instructions.install = \
chmod(targetDir:${artifact.location},targetFile:exec/balloon,permissions:755);
instructions.install.import= \
org.eclipse.equinox.p2.touchpoint.natives.chmod
4 changes: 4 additions & 0 deletions plugins/net.bioclipse.balloon.win32/META-INF/p2.inf
@@ -0,0 +1,4 @@
instructions.install = \
chmod(targetDir:${artifact.location},targetFile:exec/balloon.exe,permissions:755);
instructions.install.import= \
org.eclipse.equinox.p2.touchpoint.natives.chmod

0 comments on commit 83cdbf1

Please sign in to comment.