initial Service implementation. Also little refactor of RepoManager.
authorJosef Reidinger <jreidinger@suse.cz>
Thu, 19 Jun 2008 13:50:48 +0000 (13:50 +0000)
committerJosef Reidinger <jreidinger@suse.cz>
Thu, 19 Jun 2008 13:50:48 +0000 (13:50 +0000)
commit8f7d94eea1ef91c9aacd10563c762e60040b18cc
treef6e0632743ff0a88dec57b1e58a68285605dd881
parent680d20cfce0424a7aed4d8d88de5d503029c2167
initial Service implementation. Also little refactor of RepoManager.
20 files changed:
zypp.conf
zypp/CMakeLists.txt
zypp/RepoManager.cc
zypp/RepoManager.h
zypp/Service.cc [new file with mode: 0644]
zypp/Service.h [new file with mode: 0644]
zypp/ZConfig.cc
zypp/ZConfig.h
zypp/parser/RepoindexFileReader.cc [new file with mode: 0644]
zypp/parser/RepoindexFileReader.h [new file with mode: 0644]
zypp/parser/ServiceFileReader.cc [new file with mode: 0644]
zypp/parser/ServiceFileReader.h [new file with mode: 0644]
zypp/parser/yum/schema/patch.rng
zypp/parser/yum/schema/primary.rng
zypp/parser/yum/schema/products.rng
zypp/parser/yum/schema/repoindex.rnc [new file with mode: 0644]
zypp/parser/yum/schema/repoindex.rng [new file with mode: 0644]
zypp/parser/yum/schema/rpm-ns.rng
zypp/parser/yum/schema/suse-primary.rng
zypp/parser/yum/schemanames.h