From 5082ad9dc7a4acd417da380a2ba11d3bed81182b Mon Sep 17 00:00:00 2001 From: rfeng Date: Fri, 13 Feb 2009 05:29:32 +0000 Subject: Add profiles to control if tools.jar should be listed as a system dependency. tools.jar doesn't exist on Mac OS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743992 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/distribution/bin-distro-unzip/pom.xml | 134 +++++++++++++++------ 1 file changed, 94 insertions(+), 40 deletions(-) diff --git a/java/sca/itest/distribution/bin-distro-unzip/pom.xml b/java/sca/itest/distribution/bin-distro-unzip/pom.xml index 22d27b51cc..e81becaf3e 100644 --- a/java/sca/itest/distribution/bin-distro-unzip/pom.xml +++ b/java/sca/itest/distribution/bin-distro-unzip/pom.xml @@ -34,47 +34,101 @@ tuscany-distribution-all pom 2.0-SNAPSHOT - + - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.3 - - - ant - ant-trax - 1.6.5 - - - - sun.jdk - tools - 1.6 - system - ${java.home}/../lib/tools.jar - - + + + + + not-sun-jdk + + + ${java.home}/../lib/tools.jar + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + + + run-samples + verify + + run + + + + + + + + + + + + + + + sun-jdk + + + ${java.home}/../lib/tools.jar + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + sun.jdk + tools + 1.6 + system + ${java.home}/../lib/tools.jar + + + + + + run-samples + verify + + run + + + + + + + + + + + + + - - - run-samples - verify - - run - - - - - - - - - - - -- cgit v1.2.3