From 12c991ab837e7927c3a30ce408f42cde420197ea Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 25 Jun 2012 10:36:48 -0400 Subject: Bug 370704 - equinox launchers build - patch v2 --- launcher-binary-parent/pom.xml | 71 ++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 20 deletions(-) (limited to 'launcher-binary-parent') diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml index 6c6d10bc5..40fbb3602 100644 --- a/launcher-binary-parent/pom.xml +++ b/launcher-binary-parent/pom.xml @@ -32,34 +32,65 @@ - org.apache.maven.plugins - maven-dependency-plugin - 2.3 + org.eclipse.tycho + target-platform-configuration + ${tycho.version} + + + + ${os} + ${ws} + ${arch} + + + + + + maven-antrun-plugin + 1.7 - copy-binary - - copy - + copy-launcher-natives generate-resources - - - ${project.groupId} - ${project.artifactId} - ${launcher-binary.version} - binary - ${launcher-binary.ext} - - ${project.basedir} - eclipse_${launcher-binary.version}.${launcher-binary.ext} - - + + + + + + + + + + + run + + + + bsf + bsf + 2.4.0 + + + rhino + js + 1.7R2 + + + org.apache.ant + ant-apache-bsf + 1.8.3 + + + org.apache.ant + ant-nodeps + 1.8.1 + + - -- cgit v1.2.3