CLOUDSTACK-1318:Fix build devcloud issue
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/07102fc8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/07102fc8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/07102fc8 Branch: refs/heads/storage_refactor Commit: 07102fc8ab37d2688f88c732c337bac34224a5c5 Parents: fb689e7 Author: Gavin Lee <[email protected]> Authored: Tue Feb 19 23:22:16 2013 +0800 Committer: Gavin Lee <[email protected]> Committed: Tue Feb 19 23:22:16 2013 +0800 ---------------------------------------------------------------------- tools/devcloud/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/07102fc8/tools/devcloud/pom.xml ---------------------------------------------------------------------- diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml index b3fd79b..f45a86d 100644 --- a/tools/devcloud/pom.xml +++ b/tools/devcloud/pom.xml @@ -62,8 +62,8 @@ </goals> <configuration> <files> - <file>${project.parent.basedir}/utils/conf/db.properties</file> - <file>${project.parent.basedir}/utils/conf/db.properties.override</file> + <file>${project.parent.parent.basedir}/utils/conf/db.properties</file> + <file>${project.parent.parent.basedir}/utils/conf/db.properties.override</file> </files> <quiet>true</quiet> </configuration>
