Implement spring Conduit bean registry and lots of cleanup
authorStefan Bund <stefan@j32.de>
Mon, 20 Sep 2010 20:14:19 +0000 (22:14 +0200)
committerStefan Bund <stefan@j32.de>
Mon, 20 Sep 2010 20:14:19 +0000 (22:14 +0200)
commitaeb7d91db3d650d30a9191cbe84192d6b3b23df7
tree1ddc4168018329f12e74101e93960a991c717d4f
parent047cf507ebfb3b790d824845741f169ace317b5f
Implement spring Conduit bean registry and lots of cleanup
22 files changed:
.classpath
.gitmodules [new file with mode: 0644]
.springBeans
build.xml
conduits.xml [new file with mode: 0644]
libs/README.txt [new file with mode: 0644]
libs/commons-logging [new submodule]
libs/spring [new submodule]
src/de/j32/avmfritz/FritzBox.java
src/de/j32/avmfritz/LoginXML.java
src/de/j32/httplib/HttpRequest.java
src/de/j32/pimstuff/Main.java
src/de/j32/pimstuff/conduit/Conduit.java [new file with mode: 0644]
src/de/j32/pimstuff/conduit/ConduitException.java [new file with mode: 0644]
src/de/j32/pimstuff/conduit/Config.java [new file with mode: 0644]
src/de/j32/pimstuff/conduit/ConfigurationException.java [new file with mode: 0644]
src/de/j32/pimstuff/conduit/FritzAddressbookConduit.java [new file with mode: 0644]
src/de/j32/pimstuff/conduit/FritzAddressbookExporter.java
src/de/j32/pimstuff/conduit/FritzAddressbookImporter.java
src/de/j32/pimstuff/conduit/Registry.java [new file with mode: 0644]
src/de/j32/util/SimpleXmlGenerator.java
src/de/j32/util/XmlUtil.java