From 9d5bf60d3ce18441d43deb6ad9cec931b94e10b6 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 18 Apr 2013 10:57:46 +0900 Subject: [PATCH] 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 --- .project | 2 +- .pydevproject | 2 +- 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 @@ - repo + git-repo diff --git a/.pydevproject b/.pydevproject index 880abd62..27c2485a 100644 --- a/.pydevproject +++ b/.pydevproject @@ -3,7 +3,7 @@ -/repo +/git-repo python 2.6 Default