PluginToolGenerateHash.e4p

changeset 20
9225431210c3
parent 7
3e740cd33e30
child 30
7fa4803a4c92
--- a/PluginToolGenerateHash.e4p	Sat Apr 26 15:43:08 2014 +0200
+++ b/PluginToolGenerateHash.e4p	Sat Jul 12 13:08:43 2014 +0200
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
-<!-- eric5 project file for project PluginToolGenerateHash -->
+<!-- eric6 project file for project PluginToolGenerateHash -->
+<!-- Copyright (C) 2014 Detlev Offenbach, detlev@die-offenbachs.de -->
 <Project version="5.1">
   <Language>en_US</Language>
   <Hash>e12a2faac47650641bab7c4e2ba3e72e34c1a040</Hash>
   <ProgLanguage mixed="0">Python3</ProgLanguage>
-  <ProjectType>E4Plugin</ProjectType>
+  <ProjectType>E6Plugin</ProjectType>
   <Description>Plug-in to generate a hash for a selectable file or directory. The hash string will be inserted at the cursor position of the current editor. The menu will be disabled, if no editor is open.</Description>
-  <Version>0.x</Version>
+  <Version>2.x</Version>
   <Author>Detlev Offenbach</Author>
   <Email>detlev@die-offenbachs.de</Email>
   <TranslationPattern>ToolGenerateHash/i18n/generatehash_%language%.ts</TranslationPattern>
@@ -35,6 +36,7 @@
     <Other>ToolGenerateHash/Documentation/source</Other>
     <Other>PKGLIST</Other>
     <Other>PluginToolGenerateHash.zip</Other>
+    <Other>PluginToolGenerateHash.e4p</Other>
   </Others>
   <MainScript>PluginToolGenerateHash.py</MainScript>
   <Vcs>
@@ -168,7 +170,7 @@
               <string>cssFile</string>
             </key>
             <value>
-              <string>%PYTHON%/eric5/CSSs/default.css</string>
+              <string>%PYTHON%/eric6/CSSs/default.css</string>
             </value>
             <key>
               <string>ignoreDirectories</string>
@@ -180,6 +182,8 @@
                 <string>.ropeproject</string>
                 <string>_eric5project</string>
                 <string>_ropeproject</string>
+                <string>.eric6project</string>
+                <string>_eric6project</string>
               </list>
             </value>
             <key>

eric ide

mercurial