[node-patches] Change in ovirt-node[master]: Add files for Eclipse

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Dec 11 20:09:39 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: Add files for Eclipse
......................................................................

Add files for Eclipse

With these files it should be easy to manage the code using eclipse.

Change-Id: I91d0ef2ffbb44fe8c4c814c0e7f9f97ef111f9d2
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
A scripts/tui/.checkstyle
A scripts/tui/.project
A scripts/tui/.pydevproject
3 files changed, 38 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/29/9929/1

diff --git a/scripts/tui/.checkstyle b/scripts/tui/.checkstyle
new file mode 100644
index 0000000..9f21f47
--- /dev/null
+++ b/scripts/tui/.checkstyle
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true">
+  <fileset name="all" enabled="true" check-config-name="Sun Checks (Eclipse)" local="false">
+    <file-match-pattern match-pattern="." include-pattern="true"/>
+  </fileset>
+</fileset-config>
diff --git a/scripts/tui/.project b/scripts/tui/.project
new file mode 100644
index 0000000..e3e139d
--- /dev/null
+++ b/scripts/tui/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ovirt-node-molch</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.python.pydev.PyDevBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.python.pydev.pythonNature</nature>
+		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
+	</natures>
+</projectDescription>
diff --git a/scripts/tui/.pydevproject b/scripts/tui/.pydevproject
new file mode 100644
index 0000000..cdeebe8
--- /dev/null
+++ b/scripts/tui/.pydevproject
@@ -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 2.7</pydev_property>
+<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
+<path>/ovirt-node-molch/src</path>
+</pydev_pathproperty>
+</pydev_project>


--
To view, visit http://gerrit.ovirt.org/9929
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I91d0ef2ffbb44fe8c4c814c0e7f9f97ef111f9d2
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