diff -r 000000000000 -r 628e16dd1e31 PluginEricAssistant.e4p --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PluginEricAssistant.e4p Sun Jan 17 12:03:34 2010 +0000 @@ -0,0 +1,151 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE Project SYSTEM "Project-4.6.dtd"> +<!-- eric5 project file for project PluginEricAssistant --> +<Project version="4.6"> + <Language>en</Language> + <ProgLanguage mixed="0">Python3</ProgLanguage> + <ProjectType>E4Plugin</ProjectType> + <Description>Plugin implementing an alternative autocompletion and calltips provider.</Description> + <Version>0.1</Version> + <Author>Detlev Offenbach</Author> + <Email>detlev@die-offenbachs.de</Email> + <TranslationPattern>AssistantEric/i18n/assistant_%language%.ts</TranslationPattern> + <Sources> + <Source>__init__.py</Source> + </Sources> + <Forms> + </Forms> + <Translations> + </Translations> + <Resources> + </Resources> + <Interfaces> + </Interfaces> + <Others> + </Others> + <Vcs> + <VcsType>PySvn</VcsType> + <VcsOptions> + <dict> + <key> + <string>add</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>checkout</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>commit</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>diff</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>export</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>global</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>history</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>log</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>remove</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>status</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>tag</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>update</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + </dict> + </VcsOptions> + <VcsOtherData> + <dict> + <key> + <string>standardLayout</string> + </key> + <value> + <bool>True</bool> + </value> + </dict> + </VcsOtherData> + </Vcs> + <FiletypeAssociations> + <FiletypeAssociation pattern="*.pyw3" type="SOURCES" /> + <FiletypeAssociation pattern="*.ui" type="FORMS" /> + <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> + <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" /> + <FiletypeAssociation pattern="*.py3" 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" /> + </FiletypeAssociations> +</Project> \ No newline at end of file