]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move example XML files into examples/xml
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 16 Sep 2009 18:02:59 +0000 (19:02 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:48 +0000 (14:41 +0100)
commit13f59ad733477ec3c8758dde3c11e19b8204566c
treea77fead368480d13575ec9fdf5de4c68124a866c
parentbde45891897eed10b32c9bd311857b6154ccf1c7
Move example XML files into examples/xml

* docs/storage/: Move to examples/xml/storage/
* docs/test*.xml: Move to examples/xml/test/
* docs/Makefile.am: Remove example XML files from dist
* Makefile.am: Add examples/xml to EXTRA_DIST
* tests/virshtest.c: Update for moved test XML
* libvirt.spec.in: Include example XML files as docs
* tests/int-overflow: UPdate for moved XML
23 files changed:
Makefile.am
docs/Makefile.am
examples/xml/storage/pool-dir.xml [moved from docs/storage/pool-dir.xml with 100% similarity]
examples/xml/storage/pool-fs.xml [moved from docs/storage/pool-fs.xml with 100% similarity]
examples/xml/storage/pool-logical.xml [moved from docs/storage/pool-logical.xml with 100% similarity]
examples/xml/storage/pool-netfs.xml [moved from docs/storage/pool-netfs.xml with 100% similarity]
examples/xml/storage/vol-cow.xml [moved from docs/storage/vol-cow.xml with 100% similarity]
examples/xml/storage/vol-qcow.xml [moved from docs/storage/vol-qcow.xml with 100% similarity]
examples/xml/storage/vol-qcow2.xml [moved from docs/storage/vol-qcow2.xml with 100% similarity]
examples/xml/storage/vol-raw.xml [moved from docs/storage/vol-raw.xml with 100% similarity]
examples/xml/storage/vol-sparse.xml [moved from docs/storage/vol-sparse.xml with 100% similarity]
examples/xml/storage/vol-vmdk.xml [moved from docs/storage/vol-vmdk.xml with 100% similarity]
examples/xml/test/testdomfc4.xml [moved from docs/testdomfc4.xml with 100% similarity]
examples/xml/test/testdomfv0.xml [moved from docs/testdomfv0.xml with 100% similarity]
examples/xml/test/testnetdef.xml [moved from docs/testnetdef.xml with 100% similarity]
examples/xml/test/testnetpriv.xml [moved from docs/testnetpriv.xml with 100% similarity]
examples/xml/test/testnode.xml [moved from docs/testnode.xml with 100% similarity]
examples/xml/test/testnodeinline.xml [moved from docs/testnodeinline.xml with 100% similarity]
examples/xml/test/testpool.xml [moved from docs/testpool.xml with 100% similarity]
examples/xml/test/testvol.xml [moved from docs/testvol.xml with 100% similarity]
libvirt.spec.in
tests/int-overflow
tests/virshtest.c