Repository: ambari Updated Branches: refs/heads/trunk 1a26f5b10 -> 428329bf3
AMBARI-5178. After upgrade hdfs-site and other configs don't contain properties intoduced in 1.5.0 (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/428329bf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/428329bf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/428329bf Branch: refs/heads/trunk Commit: 428329bf3d7824f6dadf88c8914395bde002e4ac Parents: 1a26f5b Author: Andrew Onischuk <[email protected]> Authored: Fri Mar 21 15:00:42 2014 -0700 Committer: Andrew Onischuk <[email protected]> Committed: Fri Mar 21 15:00:42 2014 -0700 ---------------------------------------------------------------------- .pydevproject | 7 ------- ambari-agent/.pydevproject | 13 ------------- 2 files changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/428329bf/.pydevproject ---------------------------------------------------------------------- diff --git a/.pydevproject b/.pydevproject deleted file mode 100644 index a9cca03..0000000 --- a/.pydevproject +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?eclipse-pydev version="1.0"?> - -<pydev_project> -<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> -<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property> -</pydev_project> http://git-wip-us.apache.org/repos/asf/ambari/blob/428329bf/ambari-agent/.pydevproject ---------------------------------------------------------------------- diff --git a/ambari-agent/.pydevproject b/ambari-agent/.pydevproject deleted file mode 100644 index 2358a03..0000000 --- a/ambari-agent/.pydevproject +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?eclipse-pydev version="1.0"?> - -<pydev_project> -<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> -<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property> -<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH"> -<path>/ambari-agent/src/main/python</path> -</pydev_pathproperty> -<pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH"> -<path>/root/ambari/ambari-common/src/test/python</path> -</pydev_pathproperty> -</pydev_project>
