summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/tutorials/store/store-db/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-10 10:52:56 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-10 10:52:56 +0000
commit80c80a1067fdc885d55e0feb9eac7c3ad6611cd0 (patch)
tree0fcb688e8bd5d9eb8ab417c3919d124e4a497642 /branches/sca-java-1.4/tutorials/store/store-db/pom.xml
parent9809f8dcf79ef1619eefea3e7b9b3d7abacdd007 (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@725054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/tutorials/store/store-db/pom.xml')
-rw-r--r--branches/sca-java-1.4/tutorials/store/store-db/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/tutorials/store/store-db/pom.xml b/branches/sca-java-1.4/tutorials/store/store-db/pom.xml
index 7d32760d44..331174461c 100644
--- a/branches/sca-java-1.4/tutorials/store/store-db/pom.xml
+++ b/branches/sca-java-1.4/tutorials/store/store-db/pom.xml
@@ -65,6 +65,9 @@
<version>1.4</version>
<executions>
<execution>
+ <configuration>
+ <pathToRootDir>../../..</pathToRootDir>
+ </configuration>
<goals>
<goal>generate</goal>
</goals>