--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/iro/iro.e4p Thu Oct 22 10:00:01 2009 +0200
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE Project SYSTEM "Project-4.6.dtd">
+<!-- eric4 project file for project iro -->
+<!-- Saved: 2009-10-16, 01:34:46 -->
+<!-- Copyright (C) 2009 Sandro Knauß, bugs@sandroknauss.de -->
+<Project version="4.6">
+ <Language></Language>
+ <ProgLanguage mixed="0">Python</ProgLanguage>
+ <ProjectType>Console</ProjectType>
+ <Description>Ein Daemon zum Senden von Massensms, -faxen und emails</Description>
+ <Version>0.1</Version>
+ <Author>Sandro Knauß</Author>
+ <Email>bugs@sandroknauss.de</Email>
+ <Sources>
+ <Source>iro.py</Source>
+ <Source>content.py</Source>
+ <Source>__init__.py</Source>
+ <Source>xmlrpc/SecureXMLRPCServer.py</Source>
+ <Source>xmlrpc/__init__.py</Source>
+ <Source>xmlrpc/SecureAuthentificateXMLRPCServer.py</Source>
+ <Source>xmlrpc/AuthentificateXMLRPCServer.py</Source>
+ <Source>xmlserver_test.py</Source>
+ <Source>anbieter/smtp.py</Source>
+ <Source>anbieter/geonet.py</Source>
+ <Source>anbieter/__init__.py</Source>
+ <Source>anbieter/FAX_de.py</Source>
+ <Source>anbieter/sipgate.py</Source>
+ <Source>anbieter/anbieter.py</Source>
+ <Source>xmlrpc/SecureUserdbXMLRPCServer.py</Source>
+ <Source>worker.py</Source>
+ <Source>user.py</Source>
+ <Source>anbieter/telnumber.py</Source>
+ <Source>anbieter/test.py</Source>
+ <Source>test.py</Source>
+ </Sources>
+ <Forms>
+ </Forms>
+ <Translations>
+ </Translations>
+ <Resources>
+ </Resources>
+ <Interfaces>
+ </Interfaces>
+ <Others>
+ <Other>iro.conf.inst</Other>
+ </Others>
+ <MainScript>iro.py</MainScript>
+ <Vcs>
+ <VcsType>Subversion</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="*.pyw" type="SOURCES" />
+ <FiletypeAssociation pattern="*.idl" type="INTERFACES" />
+ <FiletypeAssociation pattern="*.py" type="SOURCES" />
+ <FiletypeAssociation pattern="*.ptl" type="SOURCES" />
+ </FiletypeAssociations>
+ <Documentation>
+ <DocumentationParams>
+ <dict>
+ <key>
+ <string>ERIC4API</string>
+ </key>
+ <value>
+ <dict>
+ <key>
+ <string>basePackage</string>
+ </key>
+ <value>
+ <unicode>iro</unicode>
+ </value>
+ <key>
+ <string>ignoreFilePatterns</string>
+ </key>
+ <value>
+ <list>
+ <unicode></unicode>
+ </list>
+ </value>
+ <key>
+ <string>includePrivate</string>
+ </key>
+ <value>
+ <bool>True</bool>
+ </value>
+ <key>
+ <string>languages</string>
+ </key>
+ <value>
+ <list>
+ <unicode>Python</unicode>
+ </list>
+ </value>
+ <key>
+ <string>outputFile</string>
+ </key>
+ <value>
+ <unicode>iro.api</unicode>
+ </value>
+ <key>
+ <string>useRecursion</string>
+ </key>
+ <value>
+ <bool>True</bool>
+ </value>
+ </dict>
+ </value>
+ </dict>
+ </DocumentationParams>
+ </Documentation>
+</Project>
\ No newline at end of file