From ec8fdd98c8863a7f67523fa0f1683daab68374a8 Mon Sep 17 00:00:00 2001 From: slaws Date: Sat, 8 May 2010 14:41:14 +0000 Subject: Add a tuscany.home property to make it easy to run the ant script from outside a distribution, e.g. from eclipse git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942392 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/samples/calculator-equinox/build.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'sca-java-2.x/trunk') diff --git a/sca-java-2.x/trunk/samples/calculator-equinox/build.xml b/sca-java-2.x/trunk/samples/calculator-equinox/build.xml index f67c2502b5..9fd79a3fba 100644 --- a/sca-java-2.x/trunk/samples/calculator-equinox/build.xml +++ b/sca-java-2.x/trunk/samples/calculator-equinox/build.xml @@ -17,8 +17,12 @@ * under the License. --> + + + ${java.home} + ${tuscany.home} @@ -31,7 +35,7 @@ source="1.5" target="1.5"> - + @@ -44,7 +48,7 @@ - + @@ -57,12 +61,12 @@ - + - + -- cgit v1.2.3