[node-patches] Change in ovirt-node[master]: Add eclipse compatability files
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Fri Dec 14 08:33:37 UTC 2012
Fabian Deutsch has uploaded a new change for review.
Change subject: Add eclipse compatability files
......................................................................
Add eclipse compatability files
This files tell eclipse what kind of project it is and what paths to
include for code-completion.
Change-Id: I4874d9e5df7143e91926460d65d171b89144b3a4
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
A .project
A .pydevproject
2 files changed, 26 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/57/10057/1
diff --git a/.project b/.project
new file mode 100644
index 0000000..3a65c42
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ovirt-node</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>
diff --git a/.pydevproject b/.pydevproject
new file mode 100644
index 0000000..255af9f
--- /dev/null
+++ b/.pydevproject
@@ -0,0 +1,9 @@
+<?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 2.7</pydev_property>
+<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
+<path>/ovirt-node/scripts</path>
+<path>/ovirt-node/scripts/tui/src</path>
+</pydev_pathproperty>
+</pydev_project>
--
To view, visit http://gerrit.ovirt.org/10057
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4874d9e5df7143e91926460d65d171b89144b3a4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list