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
This commit is contained in:
parent
c62ef69d59
commit
408a5350d2
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue