diff options
author | bdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-08 07:22:49 +0000 |
---|---|---|
committer | bdaniel <bdaniel@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-08 07:22:49 +0000 |
commit | 408a5350d21154e6d4b2bb5bd5742eade4e59546 (patch) | |
tree | ce80ac0c722d047eb5ade7aa5c23c6253f701522 /sca-java-2.x/branches | |
parent | c62ef69d599c02b467096b831746cbf3ef60fbe5 (diff) |
Fix paths in build.xml for implementation.script sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-script/calculator-contribution/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-script/calculator-contribution/build.xml b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-script/calculator-contribution/build.xml index 837e3b6716..cfb163955e 100644 --- a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-script/calculator-contribution/build.xml +++ b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-script/calculator-contribution/build.xml @@ -18,7 +18,7 @@ -->
<project name="sample-implementation-script-calculator-contribution" default="compile">
- <property name="tuscany.home" value="../../.."/>
+ <property name="tuscany.home" value="../../../.."/>
<property name="jar.name" value="sample-implementation-script-calculator-contribution.jar" />
<echo>${tuscany.home}</echo>
|