Skip to content

Commit 6a64313

Browse files
committed
Restored Eclipse project files
1 parent 8e2dbf4 commit 6a64313

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>AndroidViewClient</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>

.pydevproject

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
3+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python 2.7</pydev_property>
4+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
5+
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
6+
<path>/AndroidViewClient/src</path>
7+
<path>/AndroidViewClient/examples</path>
8+
</pydev_pathproperty>
9+
<pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH">
10+
<path>/usr/local/lib/python2.7/site-packages/PIL</path>
11+
</pydev_pathproperty>
12+
</pydev_project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
eclipse.preferences.version=1
2+
encoding//src/com/dtmilano/android/culebron.py=utf-8
3+
encoding//src/com/dtmilano/android/viewclient.py=utf-8
4+
encoding//tests/com/dtmilano/android/mocks.py=utf-8
5+
encoding//tests/com/dtmilano/android/viewclient.py=utf-8
6+
encoding//tools/culebra=utf-8

0 commit comments

Comments
 (0)