diff options
-rw-r--r-- | .project | 17 | ||||
-rw-r--r-- | .pydevproject | 10 |
2 files changed, 27 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> | ||
diff --git a/.pydevproject b/.pydevproject new file mode 100644 index 00000000..b74568ab --- /dev/null +++ b/.pydevproject | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <?eclipse-pydev version="1.0"?> | ||
3 | |||
4 | <pydev_project> | ||
5 | <pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH"> | ||
6 | <path>/repo</path> | ||
7 | </pydev_pathproperty> | ||
8 | <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.4</pydev_property> | ||
9 | <pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> | ||
10 | </pydev_project> | ||