Add Eclipse sample project-files.

This commit is contained in:
Kostis Anagnostopoulos at STUW025 2015-09-11 16:52:25 +02:00
parent e57386434f
commit 1bd5b3973c
2 changed files with 29 additions and 0 deletions

21
.project.sample Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ECLIPSE project file
Just copy this file long with `.pydevproject` in wour working-dir
but without the `.sample` suffix, and import it into eclipse/liclise.
-->
<projectDescription>
<name>Pypiserver</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

8
.pydevproject.sample Normal file
View File

@ -0,0 +1,8 @@
<?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 3.0</pydev_property>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/${PROJECT_DIR_NAME}</path>
</pydev_pathproperty>
</pydev_project>