Repository: ambari Updated Branches: refs/heads/trunk 6ffef4c70 -> 88758cce9
AMBARI-5560. Build ubuntu fails due to not existent sql files (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/88758cce Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/88758cce Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/88758cce Branch: refs/heads/trunk Commit: 88758cce90d37662612585d900d8a7303b34476c Parents: 6ffef4c Author: Andrew Onishuk <[email protected]> Authored: Thu Apr 24 20:04:22 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Apr 24 20:04:22 2014 +0300 ---------------------------------------------------------------------- ambari-server/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/88758cce/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index ab6da98..d04fc19 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -605,7 +605,7 @@ </mapper> </data> <data> - <src>target/classes/Ambari-DDL-Postgres-REMOTE-CREATE.sql</src> + <src>target/classes/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql</src> <type>file</type> <mapper> <type>perm</type> @@ -613,7 +613,7 @@ </mapper> </data> <data> - <src>src/main/resources/Ambari-DDL-Postgres-REMOTE-DROP.sql</src> + <src>src/main/resources/Ambari-DDL-Postgres-EMBEDDED-DROP.sql</src> <type>file</type> <mapper> <type>perm</type>
