diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-10 10:52:56 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-10 10:52:56 +0000 |
commit | 80c80a1067fdc885d55e0feb9eac7c3ad6611cd0 (patch) | |
tree | 0fcb688e8bd5d9eb8ab417c3919d124e4a497642 /branches/sca-java-1.4/tutorials/store/web-services | |
parent | 9809f8dcf79ef1619eefea3e7b9b3d7abacdd007 (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/web-services')
-rw-r--r-- | branches/sca-java-1.4/tutorials/store/web-services/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/tutorials/store/web-services/pom.xml b/branches/sca-java-1.4/tutorials/store/web-services/pom.xml index b3abb93a8b..18341e9bc5 100644 --- a/branches/sca-java-1.4/tutorials/store/web-services/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/web-services/pom.xml @@ -65,6 +65,9 @@ <version>1.4</version> <executions> <execution> + <configuration> + <pathToRootDir>../../..</pathToRootDir> + </configuration> <goals> <goal>generate</goal> </goals> |