]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: create common storage RNG grammar file
authorEric Blake <eblake@redhat.com>
Sat, 12 Apr 2014 01:33:45 +0000 (19:33 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 14 Apr 2014 13:07:01 +0000 (07:07 -0600)
commit110c0db88c27eb44f6cceb02873a32f559559ed2
tree8ecb90312b5c9c9973a3b2fa8fa659a364e2200d
parentc4206d7c7e2c82bcdabd8a7548e14c48cdab4e14
conf: create common storage RNG grammar file

Having two tiny files with a couple definitions didn't make
as much sense as one common file, especially since I plan to
add more definitions and use it in more places.

* docs/schemas/storageencryption.rng: Merge this...
* docs/schemas/storagefilefeatures.rng: ...and this, into...
* docs/schemas/storagecommon.rng: ...this new file.
* docs/schemas/Makefile.am (schema_DATA): Reflect renames.
* docs/schemas/storagevol.rng: Likewise.
* docs/schemas/domaincommon.rng: Likewise.
* libvirt.spec.in: Likewise.
* mingw-libvirt.spec.in: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
docs/schemas/Makefile.am
docs/schemas/domaincommon.rng
docs/schemas/storagecommon.rng [moved from docs/schemas/storageencryption.rng with 52% similarity]
docs/schemas/storagefilefeatures.rng [deleted file]
docs/schemas/storagevol.rng
libvirt.spec.in
mingw-libvirt.spec.in