PluginCxFreeze.e4p

changeset 1
0b6f3f5600da
parent 0
d461cb11339b
child 3
e3db43c5f3ea
--- a/PluginCxFreeze.e4p	Sat Jul 24 12:08:41 2010 +0200
+++ b/PluginCxFreeze.e4p	Sat Jul 24 17:42:12 2010 +0200
@@ -10,18 +10,42 @@
   <Version>5.0</Version>
   <Author>Detlev Offenbach</Author>
   <Email>detlev@die-offenbachs.de</Email>
+  <TranslationPattern>CxFreeze/i18n/cxfreeze_%language%.ts</TranslationPattern>
   <Sources>
     <Source>__init__.py</Source>
+    <Source>PluginCxFreeze.py</Source>
+    <Source>CxFreeze/__init__.py</Source>
+    <Source>CxFreeze/CxfreezeConfigDialog.py</Source>
+    <Source>CxFreeze/CxfreezeExecDialog.py</Source>
   </Sources>
   <Forms>
+    <Form>CxFreeze/CxfreezeConfigDialog.ui</Form>
+    <Form>CxFreeze/CxfreezeExecDialog.ui</Form>
   </Forms>
   <Translations>
+    <Translation>CxFreeze/i18n/cxfreeze_ru.ts</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_de.ts</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_cs.ts</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_es.ts</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_fr.ts</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_ru.qm</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_de.qm</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_cs.qm</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_es.qm</Translation>
+    <Translation>CxFreeze/i18n/cxfreeze_fr.qm</Translation>
   </Translations>
   <Resources>
   </Resources>
   <Interfaces>
   </Interfaces>
   <Others>
+    <Other>.issues</Other>
+    <Other>.hgignore</Other>
+    <Other>CxFreeze/Documentation/LICENSE.GPL3</Other>
+    <Other>ChangeLog</Other>
+    <Other>PKGLIST</Other>
+    <Other>PluginCxFreeze.e4p</Other>
+    <Other>CxFreeze/Documentation/source</Other>
   </Others>
   <MainScript>PluginCxFreeze.py</MainScript>
   <Vcs>
@@ -136,11 +160,65 @@
     <FiletypeAssociation pattern="*.ui" type="FORMS" />
     <FiletypeAssociation pattern="*.idl" type="INTERFACES" />
     <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" />
-    <FiletypeAssociation pattern="*.py3" type="SOURCES" />
+    <FiletypeAssociation pattern="*.py" type="SOURCES" />
     <FiletypeAssociation pattern="*.qrc" type="RESOURCES" />
     <FiletypeAssociation pattern="*.pyw" type="SOURCES" />
     <FiletypeAssociation pattern="*.ui.h" type="FORMS" />
     <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" />
-    <FiletypeAssociation pattern="*.py" type="SOURCES" />
+    <FiletypeAssociation pattern="*.py3" type="SOURCES" />
+    <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__" />
   </FiletypeAssociations>
+  <Documentation>
+    <DocumentationParams>
+      <dict>
+        <key>
+          <string>ERIC4DOC</string>
+        </key>
+        <value>
+          <dict>
+            <key>
+              <string>cssFile</string>
+            </key>
+            <value>
+              <string>%PYTHON%/eric5/CSSs/default.css</string>
+            </value>
+            <key>
+              <string>ignoreFilePatterns</string>
+            </key>
+            <value>
+              <list>
+                <string>Ui_*</string>
+              </list>
+            </value>
+            <key>
+              <string>outputDirectory</string>
+            </key>
+            <value>
+              <string>CxFreeze/Documentation/source</string>
+            </value>
+            <key>
+              <string>qtHelpEnabled</string>
+            </key>
+            <value>
+              <bool>False</bool>
+            </value>
+            <key>
+              <string>sourceExtensions</string>
+            </key>
+            <value>
+              <list>
+                <string></string>
+              </list>
+            </value>
+            <key>
+              <string>useRecursion</string>
+            </key>
+            <value>
+              <bool>True</bool>
+            </value>
+          </dict>
+        </value>
+      </dict>
+    </DocumentationParams>
+  </Documentation>
 </Project>
\ No newline at end of file

eric ide

mercurial