PrintRemover.epj

branch
eric7
changeset 57
8e12947695cb
parent 54
d061dda35cef
child 62
81f446717433
--- a/PrintRemover.epj	Mon May 31 17:36:21 2021 +0200
+++ b/PrintRemover.epj	Mon May 31 17:43:54 2021 +0200
@@ -113,15 +113,12 @@
     "DOCSTRING": "",
     "DOCUMENTATIONPARMS": {
       "ERIC4DOC": {
-        "cssFile": "%PYTHON%/eric6/CSSs/default.css",
+        "cssFile": "%PYTHON%/eric7/CSSs/default.css",
         "ignoreDirectories": [
           ".ropeproject",
-          ".eric5project",
           ".hg",
-          "_ropeproject",
-          "_eric5project",
           ".eric6project",
-          "_eric6project"
+          ".eric7project"
         ],
         "ignoreFilePatterns": [
           "Ui_*.py"
@@ -134,17 +131,24 @@
     "EMAIL": "detlev@die-offenbachs.de",
     "EOL": 1,
     "FILETYPES": {
+      "*.epj": "OTHERS",
       "*.idl": "INTERFACES",
+      "*.md": "OTHERS",
+      "*.proto": "PROTOCOLS",
       "*.py": "SOURCES",
       "*.py3": "SOURCES",
       "*.pyw": "SOURCES",
       "*.pyw3": "SOURCES",
       "*.qm": "TRANSLATIONS",
-      "*.qrc": "RESOURCES",
+      "*.rst": "OTHERS",
       "*.ts": "TRANSLATIONS",
+      "*.txt": "OTHERS",
       "*.ui": "FORMS",
-      "*.ui.h": "FORMS",
-      "Ui_*.py": "__IGNORE__"
+      "GNUmakefile": "OTHERS",
+      "Makefile": "OTHERS",
+      "README": "OTHERS",
+      "README.*": "OTHERS",
+      "makefile": "OTHERS"
     },
     "FORMS": [
       "PrintRemover/ConfigurationPage/PrintRemoverPage.ui"
@@ -172,7 +176,6 @@
       "ChangeLog",
       "PKGLIST",
       "PluginPrintRemover.zip",
-      "PrintRemover.e4p",
       "PrintRemover/Documentation/LICENSE.GPL3",
       "PrintRemover/Documentation/source",
       "PrintRemover/icons/edit-dark.svg",
@@ -186,7 +189,7 @@
     "OTHERTOOLSPARMS": {},
     "PACKAGERSPARMS": {},
     "PROGLANGUAGE": "Python3",
-    "PROJECTTYPE": "E6Plugin",
+    "PROJECTTYPE": "E7Plugin",
     "PROJECTTYPESPECIFICDATA": {},
     "PROTOCOLS": [],
     "RCCPARAMS": {
@@ -201,7 +204,8 @@
       "PrintRemover/ConfigurationPage/PrintRemoverPage.py",
       "PrintRemover/ConfigurationPage/__init__.py",
       "PrintRemover/__init__.py",
-      "__init__.py"
+      "__init__.py",
+      "PrintRemover/ConfigurationPage/Ui_PrintRemoverPage.py"
     ],
     "SPELLEXCLUDES": "",
     "SPELLLANGUAGE": "en_US",
@@ -266,6 +270,6 @@
       ]
     },
     "VCSOTHERDATA": {},
-    "VERSION": "2.x"
+    "VERSION": ""
   }
 }
\ No newline at end of file

eric ide

mercurial