summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-04-18 10:57:46 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-04-19 09:35:43 +0900
commit9d5bf60d3ce18441d43deb6ad9cec931b94e10b6 (patch)
tree92260add56caee1254d0573e26c486947731cc8b
parentfef4ae74e26efecf5c803793351b6c843eab4970 (diff)
downloadgit-repo-9d5bf60d3ce18441d43deb6ad9cec931b94e10b6.tar.gz
Set correct name in PyDev and Eclipse project config
The name of the project is shown as "repo" in the project list in the Eclipse workspace. This change renames it to "git-repo" to match the name of the git repository. The existing project in Eclipse must be removed (it is not necessary to delete project contents on disk) and re-imported for the change to take effect. Change-Id: I2ac022d22f46e5361dfe49c0dbcad482aaefe628
-rw-r--r--.project2
-rw-r--r--.pydevproject2
2 files changed, 2 insertions, 2 deletions
diff --git a/.project b/.project
index 67e4a0f1..3aefb86b 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription> 2<projectDescription>
3 <name>repo</name> 3 <name>git-repo</name>
4 <comment></comment> 4 <comment></comment>
5 <projects> 5 <projects>
6 </projects> 6 </projects>
diff --git a/.pydevproject b/.pydevproject
index 880abd62..27c2485a 100644
--- a/.pydevproject
+++ b/.pydevproject
@@ -3,7 +3,7 @@
3 3
4<pydev_project> 4<pydev_project>
5<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH"> 5<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
6<path>/repo</path> 6<path>/git-repo</path>
7</pydev_pathproperty> 7</pydev_pathproperty>
8<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property> 8<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
9<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> 9<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>