summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/tutorials/store/domain/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/domain/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 '')
-rw-r--r--branches/sca-java-1.4/tutorials/store/domain/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/tutorials/store/domain/pom.xml b/branches/sca-java-1.4/tutorials/store/domain/pom.xml
index a45cdadd09..c46eb7a116 100644
--- a/branches/sca-java-1.4/tutorials/store/domain/pom.xml
+++ b/branches/sca-java-1.4/tutorials/store/domain/pom.xml
@@ -159,6 +159,7 @@
<execution>
<configuration>
<mainClass>launch.LaunchTutorialAdmin</mainClass>
+ <pathToRootDir>../../..</pathToRootDir>
</configuration>
<goals>
<goal>generate</goal>