summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/tutorials/store/store-mashup
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 11:55:29 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 11:55:29 +0000
commitd708e33b18df952e7c5ff935277564656b427ac7 (patch)
treec635ddbf90d3d9a021b80dff214e83e57730a0cd /branches/sca-java-1.x/tutorials/store/store-mashup
parent2bd58b85c31bf3422f44cae374058c0f71089ff5 (diff)
TUSCANY-2739 - fix ant generator to allow the path to the distribution root directory to be specified
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/tutorials/store/store-mashup')
-rw-r--r--branches/sca-java-1.x/tutorials/store/store-mashup/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/store-mashup/pom.xml b/branches/sca-java-1.x/tutorials/store/store-mashup/pom.xml
index cd7a6486a5..91f68117ac 100644
--- a/branches/sca-java-1.x/tutorials/store/store-mashup/pom.xml
+++ b/branches/sca-java-1.x/tutorials/store/store-mashup/pom.xml
@@ -65,6 +65,9 @@
<version>1.5-SNAPSHOT</version>
<executions>
<execution>
+ <configuration>
+ <pathToRootDir>../../..</pathToRootDir>
+ </configuration>
<goals>
<goal>generate</goal>
</goals>