Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--launcher-binary-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index f04c330c2..d4b1f3242 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -52,7 +52,7 @@
<configuration>
<property name="feature.base" value="."/>
<target>
- <chmod file="../../../rt.equinox.binaries/${project.artifactId}/*.so" perm="755"/>
+ <chmod file="../../../rt.equinox.binaries/${project.artifactId}/*.so" perm="755" verbose="true"/>
<copy todir="." overwrite="true">
<fileset dir="../../../rt.equinox.binaries/${project.artifactId}/">
<include name="*.so"/>

Back to the top