Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-09-10 20:12:49 +0000
committerThomas Watson2012-09-12 14:09:35 +0000
commitf4aeaeec0e9831e11d6c7ccb9c09e94c72358683 (patch)
tree5b77b1e73e894cda130c1397565b8533fdf643b2 /launcher-binary-parent
parentc148003088f37263e3a7b64bbd562b06b9387523 (diff)
downloadrt.equinox.framework-f4aeaeec0e9831e11d6c7ccb9c09e94c72358683.tar.gz
rt.equinox.framework-f4aeaeec0e9831e11d6c7ccb9c09e94c72358683.tar.xz
rt.equinox.framework-f4aeaeec0e9831e11d6c7ccb9c09e94c72358683.zip
Bug 370704 - equinox launchers build
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 40fbb3602..1114aebea 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -51,7 +51,7 @@
<executions>
<execution>
<id>copy-launcher-natives</id>
- <phase>generate-resources</phase>
+ <phase>process-resources</phase>
<configuration>
<property name="feature.base" value="." />
<target>

Back to the top