Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'launcher-binary-parent')
-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 d4b1f3242..168108cc3 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -52,13 +52,13 @@
<configuration>
<property name="feature.base" value="."/>
<target>
- <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"/>
<include name="*.dll"/>
</fileset>
</copy>
+ <chmod file="./*.so" perm="755" verbose="true"/>
</target>
</configuration>
<goals>

Back to the top