PluginPyInstaller.epj

branch
eric7
changeset 38
fc9ef9dcd51a
parent 35
d9b3cadaf707
child 39
5b34af15d930
diff -r 9ecfea29a47c -r fc9ef9dcd51a PluginPyInstaller.epj
--- a/PluginPyInstaller.epj	Thu May 27 19:23:58 2021 +0200
+++ b/PluginPyInstaller.epj	Thu May 27 20:28:55 2021 +0200
@@ -113,12 +113,12 @@
     "DOCSTRING": "",
     "DOCUMENTATIONPARMS": {
       "ERIC4DOC": {
-        "cssFile": "%PYTHON%/eric6/CSSs/default.css",
+        "cssFile": "%PYTHON%/eric7/CSSs/default.css",
         "ignoreDirectories": [
           ".eric6project",
           ".ropeproject",
-          "_eric6project",
-          ".hg"
+          ".hg",
+          "eric7project"
         ],
         "ignoreFilePatterns": [
           "Ui_*.py"
@@ -131,7 +131,7 @@
     "EMAIL": "detlev@die-offenbachs.de",
     "EOL": 1,
     "FILETYPES": {
-      "*.e4p": "OTHERS",
+      "*.epj": "OTHERS",
       "*.idl": "INTERFACES",
       "*.md": "OTHERS",
       "*.proto": "PROTOCOLS",
@@ -140,19 +140,21 @@
       "*.pyw": "SOURCES",
       "*.pyw3": "SOURCES",
       "*.qm": "TRANSLATIONS",
-      "*.qrc": "RESOURCES",
       "*.rst": "OTHERS",
       "*.ts": "TRANSLATIONS",
       "*.txt": "OTHERS",
       "*.ui": "FORMS",
+      "GNUmakefile": "OTHERS",
+      "Makefile": "OTHERS",
       "README": "OTHERS",
       "README.*": "OTHERS",
-      "Ui_*.py": "__IGNORE__"
+      "Ui_*.py": "__IGNORE__",
+      "makefile": "OTHERS"
     },
     "FORMS": [
-      "PyInstaller/PyInstallerCleanupDialog.ui",
-      "PyInstaller/PyInstallerConfigDialog.ui",
-      "PyInstaller/PyInstallerExecDialog.ui"
+      "PyInstallerInterface/PyInstallerConfigDialog.ui",
+      "PyInstallerInterface/PyInstallerExecDialog.ui",
+      "PyInstallerInterface/PyInstallerCleanupDialog.ui"
     ],
     "HASH": "3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13",
     "IDLPARAMS": {
@@ -176,16 +178,15 @@
       ".hgignore",
       "ChangeLog",
       "PKGLIST",
-      "PluginPyInstaller.e4p",
       "PluginPyInstaller.zip",
-      "PyInstaller/Documentation/LICENSE.GPL3",
-      "PyInstaller/Documentation/source",
-      "PluginPyInstaller.epj"
+      "PluginPyInstaller.epj",
+      "PyInstallerInterface/Documentation/LICENSE.GPL3",
+      "PyInstallerInterface/Documentation/source"
     ],
     "OTHERTOOLSPARMS": {},
     "PACKAGERSPARMS": {},
     "PROGLANGUAGE": "Python3",
-    "PROJECTTYPE": "E6Plugin",
+    "PROJECTTYPE": "E7Plugin",
     "PROJECTTYPESPECIFICDATA": {},
     "PROTOCOLS": [],
     "RCCPARAMS": {
@@ -197,27 +198,27 @@
     "RESOURCES": [],
     "SOURCES": [
       "PluginPyInstaller.py",
-      "PyInstaller/PyInstallerCleanupDialog.py",
-      "PyInstaller/PyInstallerConfigDialog.py",
-      "PyInstaller/PyInstallerExecDialog.py",
-      "PyInstaller/__init__.py",
-      "__init__.py"
+      "__init__.py",
+      "PyInstallerInterface/__init__.py",
+      "PyInstallerInterface/PyInstallerExecDialog.py",
+      "PyInstallerInterface/PyInstallerConfigDialog.py",
+      "PyInstallerInterface/PyInstallerCleanupDialog.py"
     ],
     "SPELLEXCLUDES": "",
     "SPELLLANGUAGE": "en_US",
     "SPELLWORDS": "",
     "TRANSLATIONEXCEPTIONS": [],
-    "TRANSLATIONPATTERN": "PyInstaller/i18n/pyinstaller_%language%.ts",
+    "TRANSLATIONPATTERN": "PyInstallerInterface/i18n/pyinstaller_%language%.ts",
     "TRANSLATIONS": [
-      "PyInstaller/i18n/pyinstaller_de.qm",
-      "PyInstaller/i18n/pyinstaller_de.ts",
-      "PyInstaller/i18n/pyinstaller_empty.ts",
-      "PyInstaller/i18n/pyinstaller_en.qm",
-      "PyInstaller/i18n/pyinstaller_en.ts",
-      "PyInstaller/i18n/pyinstaller_es.qm",
-      "PyInstaller/i18n/pyinstaller_es.ts",
-      "PyInstaller/i18n/pyinstaller_ru.qm",
-      "PyInstaller/i18n/pyinstaller_ru.ts"
+      "PyInstallerInterface/i18n/pyinstaller_en.ts",
+      "PyInstallerInterface/i18n/pyinstaller_de.ts",
+      "PyInstallerInterface/i18n/pyinstaller_ru.ts",
+      "PyInstallerInterface/i18n/pyinstaller_es.ts",
+      "PyInstallerInterface/i18n/pyinstaller_es.qm",
+      "PyInstallerInterface/i18n/pyinstaller_en.qm",
+      "PyInstallerInterface/i18n/pyinstaller_de.qm",
+      "PyInstallerInterface/i18n/pyinstaller_empty.ts",
+      "PyInstallerInterface/i18n/pyinstaller_ru.qm"
     ],
     "TRANSLATIONSBINPATH": "",
     "UICPARAMS": {
@@ -265,6 +266,6 @@
       ]
     },
     "VCSOTHERDATA": {},
-    "VERSION": "2.x"
+    "VERSION": ""
   }
 }
\ No newline at end of file

eric ide

mercurial