diff options
author | Kis Gergely <gergely.kis@mattakis.com> | 2009-06-01 23:35:56 +0200 |
---|---|---|
committer | Kis Gergely <gergely.kis@mattakis.com> | 2009-06-02 00:09:07 +0200 |
commit | 078a8b270ff7b8b8c3da5029b1d3ff690fb94cc1 (patch) | |
tree | fd882674144c816a0adc9d013d3def5f484c7122 /.project | |
parent | 3c8dea1f8d7c4257d080f9f34159cdb2fffb81e6 (diff) | |
download | git-repo-078a8b270ff7b8b8c3da5029b1d3ff690fb94cc1.tar.gz |
Add PyDev project files to repo
Diffstat (limited to '.project')
-rw-r--r-- | .project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 00000000..67e4a0f1 --- /dev/null +++ b/.project | |||
@@ -0,0 +1,17 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <projectDescription> | ||
3 | <name>repo</name> | ||
4 | <comment></comment> | ||
5 | <projects> | ||
6 | </projects> | ||
7 | <buildSpec> | ||
8 | <buildCommand> | ||
9 | <name>org.python.pydev.PyDevBuilder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
13 | </buildSpec> | ||
14 | <natures> | ||
15 | <nature>org.python.pydev.pythonNature</nature> | ||
16 | </natures> | ||
17 | </projectDescription> | ||