Permalink
Please sign in to comment.
Browse files
add icons for adding/editing a timer based on now/next epg of the ser…
…vicelist
- Loading branch information...
Showing
with
100 additions
and 34 deletions.
@@ -1,23 +1,23 @@ | ||
-<?xml version="1.0" encoding="UTF-8"?> | ||
-<projectDescription> | ||
- <name>enigma2-plugins-js-rewrite</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> | ||
+<?xml version="1.0" encoding="UTF-8"?> | ||
+<projectDescription> | ||
+ <name>enigma2-plugins</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> |
@@ -1,7 +1,7 @@ | ||
-<?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_project> | ||
+<?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_project> |
0 comments on commit
ae437e6