summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Ross <rick@dzone.com>2010-01-31 12:57:27 -0500
committerRick Ross <rick@dzone.com>2010-01-31 12:57:27 -0500
commitad8b847b35ede943dd916ca84eb42d8992317000 (patch)
treed4cbd335786ec69f7c626256b99606c8e076dc45
parentad2e22b999b3b795f60e0f95abcaf3b339567294 (diff)
downloadaskbot-ad8b847b35ede943dd916ca84eb42d8992317000.tar.gz
askbot-ad8b847b35ede943dd916ca84eb42d8992317000.tar.bz2
askbot-ad8b847b35ede943dd916ca84eb42d8992317000.zip
Eclipse PyDev project files (allows you to use OSQA as an Eclipse project)
-rw-r--r--.project23
-rw-r--r--.pydevproject10
2 files changed, 33 insertions, 0 deletions
diff --git a/.project b/.project
new file mode 100644
index 00000000..8e56b007
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>osqa</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.python.pydev.PyDevBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.python.pydev.pythonNature</nature>
+ <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
+ </natures>
+</projectDescription>
diff --git a/.pydevproject b/.pydevproject
new file mode 100644
index 00000000..f7f3fd1a
--- /dev/null
+++ b/.pydevproject
@@ -0,0 +1,10 @@
+<?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.6</pydev_property>
+<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
+<path>/osqa</path>
+</pydev_pathproperty>
+</pydev_project>