Now that beta8 is release, I commit this.
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 16 Mar 2006 09:35:38 +0000 (09:35 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 16 Mar 2006 09:35:38 +0000 (09:35 +0000)
commit16bf73dee17fd69fff32e7e133a75e4b2c85d186
tree600b5de8cb54a97d1ed111a9ec86485d40367ba0
parent0247b29bb069c5b67fa71dc82ff5df47f7a1c010
Now that beta8 is release, I commit this.
This moves the store away from YUM. The format stays the same, except
for the use of capabilities instead of entries, and the patches store
atoms not packages inside.

The patch also complements my YUM patches fixes to complete the chain
of reading a patch from the source, storing it into the store and
reading it back.
21 files changed:
configure.ac
zypp/parser/Makefile.am
zypp/parser/xmlstore/Makefile.am [new file with mode: 0644]
zypp/parser/xmlstore/XMLParserData.cc [new file with mode: 0644]
zypp/parser/xmlstore/XMLParserData.h [new file with mode: 0644]
zypp/parser/xmlstore/XMLPatchParser.cc [new file with mode: 0644]
zypp/parser/xmlstore/XMLPatchParser.h [new file with mode: 0644]
zypp/parser/xmlstore/XMLPatternParser.cc [new file with mode: 0644]
zypp/parser/xmlstore/XMLPatternParser.h [new file with mode: 0644]
zypp/parser/xmlstore/XMLProductParser.cc [new file with mode: 0644]
zypp/parser/xmlstore/XMLProductParser.h [new file with mode: 0644]
zypp/parser/xmlstore/XMLResObjectParser.cc [new file with mode: 0644]
zypp/parser/xmlstore/XMLResObjectParser.h [new file with mode: 0644]
zypp/parser/xmlstore/schemanames.h [new file with mode: 0644]
zypp/target/store/XMLFilesBackend.cc
zypp/target/store/XMLFilesBackend.h
zypp/target/store/serialize.cc
zypp/target/store/serialize.h
zypp/target/store/xml/Makefile.am
zypp/target/store/xml/XMLAtomImpl.cc [new file with mode: 0644]
zypp/target/store/xml/XMLAtomImpl.h [new file with mode: 0644]