|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> |
|
3 <!-- eric5 project file for project PluginEricAssistant --> |
|
4 <Project version="4.6"> |
|
5 <Language>en</Language> |
|
6 <ProgLanguage mixed="0">Python3</ProgLanguage> |
|
7 <ProjectType>E4Plugin</ProjectType> |
|
8 <Description>Plugin implementing an alternative autocompletion and calltips provider.</Description> |
|
9 <Version>0.1</Version> |
|
10 <Author>Detlev Offenbach</Author> |
|
11 <Email>detlev@die-offenbachs.de</Email> |
|
12 <TranslationPattern>AssistantEric/i18n/assistant_%language%.ts</TranslationPattern> |
|
13 <Sources> |
|
14 <Source>__init__.py</Source> |
|
15 </Sources> |
|
16 <Forms> |
|
17 </Forms> |
|
18 <Translations> |
|
19 </Translations> |
|
20 <Resources> |
|
21 </Resources> |
|
22 <Interfaces> |
|
23 </Interfaces> |
|
24 <Others> |
|
25 </Others> |
|
26 <Vcs> |
|
27 <VcsType>PySvn</VcsType> |
|
28 <VcsOptions> |
|
29 <dict> |
|
30 <key> |
|
31 <string>add</string> |
|
32 </key> |
|
33 <value> |
|
34 <list> |
|
35 <string></string> |
|
36 </list> |
|
37 </value> |
|
38 <key> |
|
39 <string>checkout</string> |
|
40 </key> |
|
41 <value> |
|
42 <list> |
|
43 <string></string> |
|
44 </list> |
|
45 </value> |
|
46 <key> |
|
47 <string>commit</string> |
|
48 </key> |
|
49 <value> |
|
50 <list> |
|
51 <string></string> |
|
52 </list> |
|
53 </value> |
|
54 <key> |
|
55 <string>diff</string> |
|
56 </key> |
|
57 <value> |
|
58 <list> |
|
59 <string></string> |
|
60 </list> |
|
61 </value> |
|
62 <key> |
|
63 <string>export</string> |
|
64 </key> |
|
65 <value> |
|
66 <list> |
|
67 <string></string> |
|
68 </list> |
|
69 </value> |
|
70 <key> |
|
71 <string>global</string> |
|
72 </key> |
|
73 <value> |
|
74 <list> |
|
75 <string></string> |
|
76 </list> |
|
77 </value> |
|
78 <key> |
|
79 <string>history</string> |
|
80 </key> |
|
81 <value> |
|
82 <list> |
|
83 <string></string> |
|
84 </list> |
|
85 </value> |
|
86 <key> |
|
87 <string>log</string> |
|
88 </key> |
|
89 <value> |
|
90 <list> |
|
91 <string></string> |
|
92 </list> |
|
93 </value> |
|
94 <key> |
|
95 <string>remove</string> |
|
96 </key> |
|
97 <value> |
|
98 <list> |
|
99 <string></string> |
|
100 </list> |
|
101 </value> |
|
102 <key> |
|
103 <string>status</string> |
|
104 </key> |
|
105 <value> |
|
106 <list> |
|
107 <string></string> |
|
108 </list> |
|
109 </value> |
|
110 <key> |
|
111 <string>tag</string> |
|
112 </key> |
|
113 <value> |
|
114 <list> |
|
115 <string></string> |
|
116 </list> |
|
117 </value> |
|
118 <key> |
|
119 <string>update</string> |
|
120 </key> |
|
121 <value> |
|
122 <list> |
|
123 <string></string> |
|
124 </list> |
|
125 </value> |
|
126 </dict> |
|
127 </VcsOptions> |
|
128 <VcsOtherData> |
|
129 <dict> |
|
130 <key> |
|
131 <string>standardLayout</string> |
|
132 </key> |
|
133 <value> |
|
134 <bool>True</bool> |
|
135 </value> |
|
136 </dict> |
|
137 </VcsOtherData> |
|
138 </Vcs> |
|
139 <FiletypeAssociations> |
|
140 <FiletypeAssociation pattern="*.pyw3" type="SOURCES" /> |
|
141 <FiletypeAssociation pattern="*.ui" type="FORMS" /> |
|
142 <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> |
|
143 <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" /> |
|
144 <FiletypeAssociation pattern="*.py3" type="SOURCES" /> |
|
145 <FiletypeAssociation pattern="*.qrc" type="RESOURCES" /> |
|
146 <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> |
|
147 <FiletypeAssociation pattern="*.ui.h" type="FORMS" /> |
|
148 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" /> |
|
149 <FiletypeAssociation pattern="*.py" type="SOURCES" /> |
|
150 </FiletypeAssociations> |
|
151 </Project> |