diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-12 11:55:29 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-12 11:55:29 +0000 |
commit | d708e33b18df952e7c5ff935277564656b427ac7 (patch) | |
tree | c635ddbf90d3d9a021b80dff214e83e57730a0cd /branches/sca-java-1.x/tutorials/store/store-db | |
parent | 2bd58b85c31bf3422f44cae374058c0f71089ff5 (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-db')
-rw-r--r-- | branches/sca-java-1.x/tutorials/store/store-db/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/store-db/pom.xml b/branches/sca-java-1.x/tutorials/store/store-db/pom.xml index 58acdfa466..88441bc868 100644 --- a/branches/sca-java-1.x/tutorials/store/store-db/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/store-db/pom.xml @@ -65,6 +65,9 @@ <version>1.5-SNAPSHOT</version> <executions> <execution> + <configuration> + <pathToRootDir>../../..</pathToRootDir> + </configuration> <goals> <goal>generate</goal> </goals> |