|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> |
|
3 <!-- eric4 project file for project iro --> |
|
4 <!-- Saved: 2009-10-16, 01:34:46 --> |
|
5 <!-- Copyright (C) 2009 Sandro Knauß, bugs@sandroknauss.de --> |
|
6 <Project version="4.6"> |
|
7 <Language></Language> |
|
8 <ProgLanguage mixed="0">Python</ProgLanguage> |
|
9 <ProjectType>Console</ProjectType> |
|
10 <Description>Ein Daemon zum Senden von Massensms, -faxen und emails</Description> |
|
11 <Version>0.1</Version> |
|
12 <Author>Sandro Knauß</Author> |
|
13 <Email>bugs@sandroknauss.de</Email> |
|
14 <Sources> |
|
15 <Source>iro.py</Source> |
|
16 <Source>content.py</Source> |
|
17 <Source>__init__.py</Source> |
|
18 <Source>xmlrpc/SecureXMLRPCServer.py</Source> |
|
19 <Source>xmlrpc/__init__.py</Source> |
|
20 <Source>xmlrpc/SecureAuthentificateXMLRPCServer.py</Source> |
|
21 <Source>xmlrpc/AuthentificateXMLRPCServer.py</Source> |
|
22 <Source>xmlserver_test.py</Source> |
|
23 <Source>anbieter/smtp.py</Source> |
|
24 <Source>anbieter/geonet.py</Source> |
|
25 <Source>anbieter/__init__.py</Source> |
|
26 <Source>anbieter/FAX_de.py</Source> |
|
27 <Source>anbieter/sipgate.py</Source> |
|
28 <Source>anbieter/anbieter.py</Source> |
|
29 <Source>xmlrpc/SecureUserdbXMLRPCServer.py</Source> |
|
30 <Source>worker.py</Source> |
|
31 <Source>user.py</Source> |
|
32 <Source>anbieter/telnumber.py</Source> |
|
33 <Source>anbieter/test.py</Source> |
|
34 <Source>test.py</Source> |
|
35 </Sources> |
|
36 <Forms> |
|
37 </Forms> |
|
38 <Translations> |
|
39 </Translations> |
|
40 <Resources> |
|
41 </Resources> |
|
42 <Interfaces> |
|
43 </Interfaces> |
|
44 <Others> |
|
45 <Other>iro.conf.inst</Other> |
|
46 </Others> |
|
47 <MainScript>iro.py</MainScript> |
|
48 <Vcs> |
|
49 <VcsType>Subversion</VcsType> |
|
50 <VcsOptions> |
|
51 <dict> |
|
52 <key> |
|
53 <string>add</string> |
|
54 </key> |
|
55 <value> |
|
56 <list> |
|
57 <string></string> |
|
58 </list> |
|
59 </value> |
|
60 <key> |
|
61 <string>checkout</string> |
|
62 </key> |
|
63 <value> |
|
64 <list> |
|
65 <string></string> |
|
66 </list> |
|
67 </value> |
|
68 <key> |
|
69 <string>commit</string> |
|
70 </key> |
|
71 <value> |
|
72 <list> |
|
73 <string></string> |
|
74 </list> |
|
75 </value> |
|
76 <key> |
|
77 <string>diff</string> |
|
78 </key> |
|
79 <value> |
|
80 <list> |
|
81 <string></string> |
|
82 </list> |
|
83 </value> |
|
84 <key> |
|
85 <string>export</string> |
|
86 </key> |
|
87 <value> |
|
88 <list> |
|
89 <string></string> |
|
90 </list> |
|
91 </value> |
|
92 <key> |
|
93 <string>global</string> |
|
94 </key> |
|
95 <value> |
|
96 <list> |
|
97 <string></string> |
|
98 </list> |
|
99 </value> |
|
100 <key> |
|
101 <string>history</string> |
|
102 </key> |
|
103 <value> |
|
104 <list> |
|
105 <string></string> |
|
106 </list> |
|
107 </value> |
|
108 <key> |
|
109 <string>log</string> |
|
110 </key> |
|
111 <value> |
|
112 <list> |
|
113 <string></string> |
|
114 </list> |
|
115 </value> |
|
116 <key> |
|
117 <string>remove</string> |
|
118 </key> |
|
119 <value> |
|
120 <list> |
|
121 <string></string> |
|
122 </list> |
|
123 </value> |
|
124 <key> |
|
125 <string>status</string> |
|
126 </key> |
|
127 <value> |
|
128 <list> |
|
129 <string></string> |
|
130 </list> |
|
131 </value> |
|
132 <key> |
|
133 <string>tag</string> |
|
134 </key> |
|
135 <value> |
|
136 <list> |
|
137 <string></string> |
|
138 </list> |
|
139 </value> |
|
140 <key> |
|
141 <string>update</string> |
|
142 </key> |
|
143 <value> |
|
144 <list> |
|
145 <string></string> |
|
146 </list> |
|
147 </value> |
|
148 </dict> |
|
149 </VcsOptions> |
|
150 <VcsOtherData> |
|
151 <dict> |
|
152 <key> |
|
153 <string>standardLayout</string> |
|
154 </key> |
|
155 <value> |
|
156 <bool>True</bool> |
|
157 </value> |
|
158 </dict> |
|
159 </VcsOtherData> |
|
160 </Vcs> |
|
161 <FiletypeAssociations> |
|
162 <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> |
|
163 <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> |
|
164 <FiletypeAssociation pattern="*.py" type="SOURCES" /> |
|
165 <FiletypeAssociation pattern="*.ptl" type="SOURCES" /> |
|
166 </FiletypeAssociations> |
|
167 <Documentation> |
|
168 <DocumentationParams> |
|
169 <dict> |
|
170 <key> |
|
171 <string>ERIC4API</string> |
|
172 </key> |
|
173 <value> |
|
174 <dict> |
|
175 <key> |
|
176 <string>basePackage</string> |
|
177 </key> |
|
178 <value> |
|
179 <unicode>iro</unicode> |
|
180 </value> |
|
181 <key> |
|
182 <string>ignoreFilePatterns</string> |
|
183 </key> |
|
184 <value> |
|
185 <list> |
|
186 <unicode></unicode> |
|
187 </list> |
|
188 </value> |
|
189 <key> |
|
190 <string>includePrivate</string> |
|
191 </key> |
|
192 <value> |
|
193 <bool>True</bool> |
|
194 </value> |
|
195 <key> |
|
196 <string>languages</string> |
|
197 </key> |
|
198 <value> |
|
199 <list> |
|
200 <unicode>Python</unicode> |
|
201 </list> |
|
202 </value> |
|
203 <key> |
|
204 <string>outputFile</string> |
|
205 </key> |
|
206 <value> |
|
207 <unicode>iro.api</unicode> |
|
208 </value> |
|
209 <key> |
|
210 <string>useRecursion</string> |
|
211 </key> |
|
212 <value> |
|
213 <bool>True</bool> |
|
214 </value> |
|
215 </dict> |
|
216 </value> |
|
217 </dict> |
|
218 </DocumentationParams> |
|
219 </Documentation> |
|
220 </Project> |