Skip to content

Commit 7f533d8

Browse files
author
Sven Wilhelm
committed
Remove basic sample from PYTHON INCLUDE PATH
Change Eclipse IDE related setting: /springpython/samples/basic does not exist anymore Signed-off-by: Sven Wilhelm <wilhelm@wiredobjects.eu>
1 parent 8bf6b1c commit 7f533d8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.pydevproject

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
<pydev_project>
55
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
66
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
7-
<path>/springpython/src</path>
8-
<path>/springpython/samples/petclinic</path>
9-
<path>/springpython/samples/springirc</path>
10-
<path>/springpython/samples/springwiki</path>
11-
<path>/springpython/test</path>
12-
<path>/springpython/samples/basic</path>
7+
<path>/spring-python/src</path>
8+
<path>/spring-python/samples/petclinic</path>
9+
<path>/spring-python/samples/springirc</path>
10+
<path>/spring-python/samples/springwiki</path>
11+
<path>/spring-python/test</path>
1312
</pydev_pathproperty>
1413
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">sp</pydev_property>
15-
</pydev_project>
14+
</pydev_project>

0 commit comments

Comments
 (0)