You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/01/20 19:37:38 UTC

git commit: AMBARI-4355. Add relocate resources scripts to the pom file. Renamed. (swagle)

Updated Branches:
  refs/heads/trunk 60d42bbe1 -> 0edf889df


AMBARI-4355. Add relocate resources scripts to the pom file. Renamed. (swagle)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0edf889d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0edf889d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0edf889d

Branch: refs/heads/trunk
Commit: 0edf889df0576ad7d55dc97b89ce53a3de23a320
Parents: 60d42bb
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Mon Jan 20 10:37:21 2014 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Mon Jan 20 10:37:21 2014 -0800

----------------------------------------------------------------------
 ambari-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0edf889d/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 54ff7ee..02fd326 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -353,7 +353,7 @@
                   <location>src/main/python/UpgradeHelper_HDP2.py</location>
                 </source>
                 <source>
-                  <location>src/main/resources/scripts/relocate_resources.py</location>
+                  <location>src/main/resources/scripts/relocate_host_components.py</location>
                 </source>
               </sources>
             </mapping>