From ee20438e4ec03aea7e47a38086564957df531648 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sat, 2 Feb 2008 18:56:45 +0000 Subject: [PATCH] Moved libisofs trunk to attic, due to libisofs-ng --- libisofs/{trunk => attic}/AUTHORS | 0 libisofs/{trunk => attic}/CONTRIBUTORS | 0 libisofs/{trunk => attic}/COPYING | 0 libisofs/{trunk => attic}/COPYRIGHT | 0 libisofs/{trunk => attic}/ChangeLog | 0 libisofs/{trunk => attic}/INSTALL | 0 libisofs/{trunk => attic}/Makefile.am | 0 libisofs/{trunk => attic}/NEWS | 0 libisofs/{trunk => attic}/README | 0 libisofs/{trunk => attic}/TODO | 0 libisofs/{trunk => attic}/acinclude.m4 | 0 libisofs/{trunk => attic}/bootstrap | 0 libisofs/{trunk => attic}/configure.ac | 0 libisofs/{trunk => attic}/doc/Makefile | 0 libisofs/{trunk => attic}/doc/comments | 0 libisofs/{trunk => attic}/doc/comments_test_ts | 0 libisofs/{trunk => attic}/doc/doxygen.conf.in | 0 libisofs/{trunk => attic}/libisofs-5.pc.in | 0 libisofs/{trunk => attic}/libisofs/Makefile | 0 libisofs/{trunk => attic}/libisofs/data_source.c | 0 libisofs/{trunk => attic}/libisofs/ecma119.c | 0 libisofs/{trunk => attic}/libisofs/ecma119.h | 0 libisofs/{trunk => attic}/libisofs/ecma119_read.c | 0 libisofs/{trunk => attic}/libisofs/ecma119_read.h | 0 libisofs/{trunk => attic}/libisofs/ecma119_read_rr.c | 0 libisofs/{trunk => attic}/libisofs/ecma119_read_rr.h | 0 libisofs/{trunk => attic}/libisofs/ecma119_tree.c | 0 libisofs/{trunk => attic}/libisofs/ecma119_tree.h | 0 libisofs/{trunk => attic}/libisofs/eltorito.c | 0 libisofs/{trunk => attic}/libisofs/eltorito.h | 0 libisofs/{trunk => attic}/libisofs/exclude.c | 0 libisofs/{trunk => attic}/libisofs/exclude.h | 0 libisofs/{trunk => attic}/libisofs/file.c | 0 libisofs/{trunk => attic}/libisofs/file.h | 0 libisofs/{trunk => attic}/libisofs/file_src.c | 0 libisofs/{trunk => attic}/libisofs/file_src.h | 0 libisofs/{trunk => attic}/libisofs/hash.c | 0 libisofs/{trunk => attic}/libisofs/hash.h | 0 libisofs/{trunk => attic}/libisofs/joliet.c | 0 libisofs/{trunk => attic}/libisofs/joliet.h | 0 libisofs/{trunk => attic}/libisofs/libiso_msgs.c | 0 libisofs/{trunk => attic}/libisofs/libiso_msgs.h | 0 libisofs/{trunk => attic}/libisofs/libisofs.h | 0 libisofs/{trunk => attic}/libisofs/messages.c | 0 libisofs/{trunk => attic}/libisofs/messages.h | 0 libisofs/{trunk => attic}/libisofs/rockridge.c | 0 libisofs/{trunk => attic}/libisofs/rockridge.h | 0 libisofs/{trunk => attic}/libisofs/susp.c | 0 libisofs/{trunk => attic}/libisofs/susp.h | 0 libisofs/{trunk => attic}/libisofs/tree.c | 0 libisofs/{trunk => attic}/libisofs/tree.h | 0 libisofs/{trunk => attic}/libisofs/util.c | 0 libisofs/{trunk => attic}/libisofs/util.h | 0 libisofs/{trunk => attic}/libisofs/volume.c | 0 libisofs/{trunk => attic}/libisofs/volume.h | 0 libisofs/{trunk => attic}/test.sh | 0 libisofs/{trunk => attic}/test/Makefile | 0 libisofs/{trunk => attic}/test/iso.c | 0 libisofs/{trunk => attic}/test/iso.py | 0 libisofs/{trunk => attic}/test/iso_add.c | 0 libisofs/{trunk => attic}/test/iso_grow.c | 0 libisofs/{trunk => attic}/test/iso_ms.c | 0 libisofs/{trunk => attic}/test/iso_read.c | 0 libisofs/{trunk => attic}/test/test.c | 0 libisofs/{trunk => attic}/test/test.h | 0 libisofs/{trunk => attic}/test/test_data_source.c | 0 libisofs/{trunk => attic}/test/test_ecma119_tree.c | 0 libisofs/{trunk => attic}/test/test_exclude.c | 0 libisofs/{trunk => attic}/test/test_file_hashtable.c | 0 libisofs/{trunk => attic}/test/test_read.c | 0 libisofs/{trunk => attic}/test/test_tree.c | 0 libisofs/{trunk => attic}/test/test_util.c | 0 libisofs/{trunk => attic}/test/test_volume.c | 0 libisofs/{trunk => attic}/test/tree.py | 0 libisofs/{trunk => attic}/version.h.in | 0 75 files changed, 0 insertions(+), 0 deletions(-) rename libisofs/{trunk => attic}/AUTHORS (100%) rename libisofs/{trunk => attic}/CONTRIBUTORS (100%) rename libisofs/{trunk => attic}/COPYING (100%) rename libisofs/{trunk => attic}/COPYRIGHT (100%) rename libisofs/{trunk => attic}/ChangeLog (100%) rename libisofs/{trunk => attic}/INSTALL (100%) rename libisofs/{trunk => attic}/Makefile.am (100%) rename libisofs/{trunk => attic}/NEWS (100%) rename libisofs/{trunk => attic}/README (100%) rename libisofs/{trunk => attic}/TODO (100%) rename libisofs/{trunk => attic}/acinclude.m4 (100%) rename libisofs/{trunk => attic}/bootstrap (100%) rename libisofs/{trunk => attic}/configure.ac (100%) rename libisofs/{trunk => attic}/doc/Makefile (100%) rename libisofs/{trunk => attic}/doc/comments (100%) rename libisofs/{trunk => attic}/doc/comments_test_ts (100%) rename libisofs/{trunk => attic}/doc/doxygen.conf.in (100%) rename libisofs/{trunk => attic}/libisofs-5.pc.in (100%) rename libisofs/{trunk => attic}/libisofs/Makefile (100%) rename libisofs/{trunk => attic}/libisofs/data_source.c (100%) rename libisofs/{trunk => attic}/libisofs/ecma119.c (100%) rename libisofs/{trunk => attic}/libisofs/ecma119.h (100%) rename libisofs/{trunk => attic}/libisofs/ecma119_read.c (100%) rename libisofs/{trunk => attic}/libisofs/ecma119_read.h (100%) rename libisofs/{trunk => attic}/libisofs/ecma119_read_rr.c (100%) rename libisofs/{trunk => attic}/libisofs/ecma119_read_rr.h (100%) rename libisofs/{trunk => attic}/libisofs/ecma119_tree.c (100%) rename libisofs/{trunk => attic}/libisofs/ecma119_tree.h (100%) rename libisofs/{trunk => attic}/libisofs/eltorito.c (100%) rename libisofs/{trunk => attic}/libisofs/eltorito.h (100%) rename libisofs/{trunk => attic}/libisofs/exclude.c (100%) rename libisofs/{trunk => attic}/libisofs/exclude.h (100%) rename libisofs/{trunk => attic}/libisofs/file.c (100%) rename libisofs/{trunk => attic}/libisofs/file.h (100%) rename libisofs/{trunk => attic}/libisofs/file_src.c (100%) rename libisofs/{trunk => attic}/libisofs/file_src.h (100%) rename libisofs/{trunk => attic}/libisofs/hash.c (100%) rename libisofs/{trunk => attic}/libisofs/hash.h (100%) rename libisofs/{trunk => attic}/libisofs/joliet.c (100%) rename libisofs/{trunk => attic}/libisofs/joliet.h (100%) rename libisofs/{trunk => attic}/libisofs/libiso_msgs.c (100%) rename libisofs/{trunk => attic}/libisofs/libiso_msgs.h (100%) rename libisofs/{trunk => attic}/libisofs/libisofs.h (100%) rename libisofs/{trunk => attic}/libisofs/messages.c (100%) rename libisofs/{trunk => attic}/libisofs/messages.h (100%) rename libisofs/{trunk => attic}/libisofs/rockridge.c (100%) rename libisofs/{trunk => attic}/libisofs/rockridge.h (100%) rename libisofs/{trunk => attic}/libisofs/susp.c (100%) rename libisofs/{trunk => attic}/libisofs/susp.h (100%) rename libisofs/{trunk => attic}/libisofs/tree.c (100%) rename libisofs/{trunk => attic}/libisofs/tree.h (100%) rename libisofs/{trunk => attic}/libisofs/util.c (100%) rename libisofs/{trunk => attic}/libisofs/util.h (100%) rename libisofs/{trunk => attic}/libisofs/volume.c (100%) rename libisofs/{trunk => attic}/libisofs/volume.h (100%) rename libisofs/{trunk => attic}/test.sh (100%) rename libisofs/{trunk => attic}/test/Makefile (100%) rename libisofs/{trunk => attic}/test/iso.c (100%) rename libisofs/{trunk => attic}/test/iso.py (100%) rename libisofs/{trunk => attic}/test/iso_add.c (100%) rename libisofs/{trunk => attic}/test/iso_grow.c (100%) rename libisofs/{trunk => attic}/test/iso_ms.c (100%) rename libisofs/{trunk => attic}/test/iso_read.c (100%) rename libisofs/{trunk => attic}/test/test.c (100%) rename libisofs/{trunk => attic}/test/test.h (100%) rename libisofs/{trunk => attic}/test/test_data_source.c (100%) rename libisofs/{trunk => attic}/test/test_ecma119_tree.c (100%) rename libisofs/{trunk => attic}/test/test_exclude.c (100%) rename libisofs/{trunk => attic}/test/test_file_hashtable.c (100%) rename libisofs/{trunk => attic}/test/test_read.c (100%) rename libisofs/{trunk => attic}/test/test_tree.c (100%) rename libisofs/{trunk => attic}/test/test_util.c (100%) rename libisofs/{trunk => attic}/test/test_volume.c (100%) rename libisofs/{trunk => attic}/test/tree.py (100%) rename libisofs/{trunk => attic}/version.h.in (100%) diff --git a/libisofs/trunk/AUTHORS b/libisofs/attic/AUTHORS similarity index 100% rename from libisofs/trunk/AUTHORS rename to libisofs/attic/AUTHORS diff --git a/libisofs/trunk/CONTRIBUTORS b/libisofs/attic/CONTRIBUTORS similarity index 100% rename from libisofs/trunk/CONTRIBUTORS rename to libisofs/attic/CONTRIBUTORS diff --git a/libisofs/trunk/COPYING b/libisofs/attic/COPYING similarity index 100% rename from libisofs/trunk/COPYING rename to libisofs/attic/COPYING diff --git a/libisofs/trunk/COPYRIGHT b/libisofs/attic/COPYRIGHT similarity index 100% rename from libisofs/trunk/COPYRIGHT rename to libisofs/attic/COPYRIGHT diff --git a/libisofs/trunk/ChangeLog b/libisofs/attic/ChangeLog similarity index 100% rename from libisofs/trunk/ChangeLog rename to libisofs/attic/ChangeLog diff --git a/libisofs/trunk/INSTALL b/libisofs/attic/INSTALL similarity index 100% rename from libisofs/trunk/INSTALL rename to libisofs/attic/INSTALL diff --git a/libisofs/trunk/Makefile.am b/libisofs/attic/Makefile.am similarity index 100% rename from libisofs/trunk/Makefile.am rename to libisofs/attic/Makefile.am diff --git a/libisofs/trunk/NEWS b/libisofs/attic/NEWS similarity index 100% rename from libisofs/trunk/NEWS rename to libisofs/attic/NEWS diff --git a/libisofs/trunk/README b/libisofs/attic/README similarity index 100% rename from libisofs/trunk/README rename to libisofs/attic/README diff --git a/libisofs/trunk/TODO b/libisofs/attic/TODO similarity index 100% rename from libisofs/trunk/TODO rename to libisofs/attic/TODO diff --git a/libisofs/trunk/acinclude.m4 b/libisofs/attic/acinclude.m4 similarity index 100% rename from libisofs/trunk/acinclude.m4 rename to libisofs/attic/acinclude.m4 diff --git a/libisofs/trunk/bootstrap b/libisofs/attic/bootstrap similarity index 100% rename from libisofs/trunk/bootstrap rename to libisofs/attic/bootstrap diff --git a/libisofs/trunk/configure.ac b/libisofs/attic/configure.ac similarity index 100% rename from libisofs/trunk/configure.ac rename to libisofs/attic/configure.ac diff --git a/libisofs/trunk/doc/Makefile b/libisofs/attic/doc/Makefile similarity index 100% rename from libisofs/trunk/doc/Makefile rename to libisofs/attic/doc/Makefile diff --git a/libisofs/trunk/doc/comments b/libisofs/attic/doc/comments similarity index 100% rename from libisofs/trunk/doc/comments rename to libisofs/attic/doc/comments diff --git a/libisofs/trunk/doc/comments_test_ts b/libisofs/attic/doc/comments_test_ts similarity index 100% rename from libisofs/trunk/doc/comments_test_ts rename to libisofs/attic/doc/comments_test_ts diff --git a/libisofs/trunk/doc/doxygen.conf.in b/libisofs/attic/doc/doxygen.conf.in similarity index 100% rename from libisofs/trunk/doc/doxygen.conf.in rename to libisofs/attic/doc/doxygen.conf.in diff --git a/libisofs/trunk/libisofs-5.pc.in b/libisofs/attic/libisofs-5.pc.in similarity index 100% rename from libisofs/trunk/libisofs-5.pc.in rename to libisofs/attic/libisofs-5.pc.in diff --git a/libisofs/trunk/libisofs/Makefile b/libisofs/attic/libisofs/Makefile similarity index 100% rename from libisofs/trunk/libisofs/Makefile rename to libisofs/attic/libisofs/Makefile diff --git a/libisofs/trunk/libisofs/data_source.c b/libisofs/attic/libisofs/data_source.c similarity index 100% rename from libisofs/trunk/libisofs/data_source.c rename to libisofs/attic/libisofs/data_source.c diff --git a/libisofs/trunk/libisofs/ecma119.c b/libisofs/attic/libisofs/ecma119.c similarity index 100% rename from libisofs/trunk/libisofs/ecma119.c rename to libisofs/attic/libisofs/ecma119.c diff --git a/libisofs/trunk/libisofs/ecma119.h b/libisofs/attic/libisofs/ecma119.h similarity index 100% rename from libisofs/trunk/libisofs/ecma119.h rename to libisofs/attic/libisofs/ecma119.h diff --git a/libisofs/trunk/libisofs/ecma119_read.c b/libisofs/attic/libisofs/ecma119_read.c similarity index 100% rename from libisofs/trunk/libisofs/ecma119_read.c rename to libisofs/attic/libisofs/ecma119_read.c diff --git a/libisofs/trunk/libisofs/ecma119_read.h b/libisofs/attic/libisofs/ecma119_read.h similarity index 100% rename from libisofs/trunk/libisofs/ecma119_read.h rename to libisofs/attic/libisofs/ecma119_read.h diff --git a/libisofs/trunk/libisofs/ecma119_read_rr.c b/libisofs/attic/libisofs/ecma119_read_rr.c similarity index 100% rename from libisofs/trunk/libisofs/ecma119_read_rr.c rename to libisofs/attic/libisofs/ecma119_read_rr.c diff --git a/libisofs/trunk/libisofs/ecma119_read_rr.h b/libisofs/attic/libisofs/ecma119_read_rr.h similarity index 100% rename from libisofs/trunk/libisofs/ecma119_read_rr.h rename to libisofs/attic/libisofs/ecma119_read_rr.h diff --git a/libisofs/trunk/libisofs/ecma119_tree.c b/libisofs/attic/libisofs/ecma119_tree.c similarity index 100% rename from libisofs/trunk/libisofs/ecma119_tree.c rename to libisofs/attic/libisofs/ecma119_tree.c diff --git a/libisofs/trunk/libisofs/ecma119_tree.h b/libisofs/attic/libisofs/ecma119_tree.h similarity index 100% rename from libisofs/trunk/libisofs/ecma119_tree.h rename to libisofs/attic/libisofs/ecma119_tree.h diff --git a/libisofs/trunk/libisofs/eltorito.c b/libisofs/attic/libisofs/eltorito.c similarity index 100% rename from libisofs/trunk/libisofs/eltorito.c rename to libisofs/attic/libisofs/eltorito.c diff --git a/libisofs/trunk/libisofs/eltorito.h b/libisofs/attic/libisofs/eltorito.h similarity index 100% rename from libisofs/trunk/libisofs/eltorito.h rename to libisofs/attic/libisofs/eltorito.h diff --git a/libisofs/trunk/libisofs/exclude.c b/libisofs/attic/libisofs/exclude.c similarity index 100% rename from libisofs/trunk/libisofs/exclude.c rename to libisofs/attic/libisofs/exclude.c diff --git a/libisofs/trunk/libisofs/exclude.h b/libisofs/attic/libisofs/exclude.h similarity index 100% rename from libisofs/trunk/libisofs/exclude.h rename to libisofs/attic/libisofs/exclude.h diff --git a/libisofs/trunk/libisofs/file.c b/libisofs/attic/libisofs/file.c similarity index 100% rename from libisofs/trunk/libisofs/file.c rename to libisofs/attic/libisofs/file.c diff --git a/libisofs/trunk/libisofs/file.h b/libisofs/attic/libisofs/file.h similarity index 100% rename from libisofs/trunk/libisofs/file.h rename to libisofs/attic/libisofs/file.h diff --git a/libisofs/trunk/libisofs/file_src.c b/libisofs/attic/libisofs/file_src.c similarity index 100% rename from libisofs/trunk/libisofs/file_src.c rename to libisofs/attic/libisofs/file_src.c diff --git a/libisofs/trunk/libisofs/file_src.h b/libisofs/attic/libisofs/file_src.h similarity index 100% rename from libisofs/trunk/libisofs/file_src.h rename to libisofs/attic/libisofs/file_src.h diff --git a/libisofs/trunk/libisofs/hash.c b/libisofs/attic/libisofs/hash.c similarity index 100% rename from libisofs/trunk/libisofs/hash.c rename to libisofs/attic/libisofs/hash.c diff --git a/libisofs/trunk/libisofs/hash.h b/libisofs/attic/libisofs/hash.h similarity index 100% rename from libisofs/trunk/libisofs/hash.h rename to libisofs/attic/libisofs/hash.h diff --git a/libisofs/trunk/libisofs/joliet.c b/libisofs/attic/libisofs/joliet.c similarity index 100% rename from libisofs/trunk/libisofs/joliet.c rename to libisofs/attic/libisofs/joliet.c diff --git a/libisofs/trunk/libisofs/joliet.h b/libisofs/attic/libisofs/joliet.h similarity index 100% rename from libisofs/trunk/libisofs/joliet.h rename to libisofs/attic/libisofs/joliet.h diff --git a/libisofs/trunk/libisofs/libiso_msgs.c b/libisofs/attic/libisofs/libiso_msgs.c similarity index 100% rename from libisofs/trunk/libisofs/libiso_msgs.c rename to libisofs/attic/libisofs/libiso_msgs.c diff --git a/libisofs/trunk/libisofs/libiso_msgs.h b/libisofs/attic/libisofs/libiso_msgs.h similarity index 100% rename from libisofs/trunk/libisofs/libiso_msgs.h rename to libisofs/attic/libisofs/libiso_msgs.h diff --git a/libisofs/trunk/libisofs/libisofs.h b/libisofs/attic/libisofs/libisofs.h similarity index 100% rename from libisofs/trunk/libisofs/libisofs.h rename to libisofs/attic/libisofs/libisofs.h diff --git a/libisofs/trunk/libisofs/messages.c b/libisofs/attic/libisofs/messages.c similarity index 100% rename from libisofs/trunk/libisofs/messages.c rename to libisofs/attic/libisofs/messages.c diff --git a/libisofs/trunk/libisofs/messages.h b/libisofs/attic/libisofs/messages.h similarity index 100% rename from libisofs/trunk/libisofs/messages.h rename to libisofs/attic/libisofs/messages.h diff --git a/libisofs/trunk/libisofs/rockridge.c b/libisofs/attic/libisofs/rockridge.c similarity index 100% rename from libisofs/trunk/libisofs/rockridge.c rename to libisofs/attic/libisofs/rockridge.c diff --git a/libisofs/trunk/libisofs/rockridge.h b/libisofs/attic/libisofs/rockridge.h similarity index 100% rename from libisofs/trunk/libisofs/rockridge.h rename to libisofs/attic/libisofs/rockridge.h diff --git a/libisofs/trunk/libisofs/susp.c b/libisofs/attic/libisofs/susp.c similarity index 100% rename from libisofs/trunk/libisofs/susp.c rename to libisofs/attic/libisofs/susp.c diff --git a/libisofs/trunk/libisofs/susp.h b/libisofs/attic/libisofs/susp.h similarity index 100% rename from libisofs/trunk/libisofs/susp.h rename to libisofs/attic/libisofs/susp.h diff --git a/libisofs/trunk/libisofs/tree.c b/libisofs/attic/libisofs/tree.c similarity index 100% rename from libisofs/trunk/libisofs/tree.c rename to libisofs/attic/libisofs/tree.c diff --git a/libisofs/trunk/libisofs/tree.h b/libisofs/attic/libisofs/tree.h similarity index 100% rename from libisofs/trunk/libisofs/tree.h rename to libisofs/attic/libisofs/tree.h diff --git a/libisofs/trunk/libisofs/util.c b/libisofs/attic/libisofs/util.c similarity index 100% rename from libisofs/trunk/libisofs/util.c rename to libisofs/attic/libisofs/util.c diff --git a/libisofs/trunk/libisofs/util.h b/libisofs/attic/libisofs/util.h similarity index 100% rename from libisofs/trunk/libisofs/util.h rename to libisofs/attic/libisofs/util.h diff --git a/libisofs/trunk/libisofs/volume.c b/libisofs/attic/libisofs/volume.c similarity index 100% rename from libisofs/trunk/libisofs/volume.c rename to libisofs/attic/libisofs/volume.c diff --git a/libisofs/trunk/libisofs/volume.h b/libisofs/attic/libisofs/volume.h similarity index 100% rename from libisofs/trunk/libisofs/volume.h rename to libisofs/attic/libisofs/volume.h diff --git a/libisofs/trunk/test.sh b/libisofs/attic/test.sh similarity index 100% rename from libisofs/trunk/test.sh rename to libisofs/attic/test.sh diff --git a/libisofs/trunk/test/Makefile b/libisofs/attic/test/Makefile similarity index 100% rename from libisofs/trunk/test/Makefile rename to libisofs/attic/test/Makefile diff --git a/libisofs/trunk/test/iso.c b/libisofs/attic/test/iso.c similarity index 100% rename from libisofs/trunk/test/iso.c rename to libisofs/attic/test/iso.c diff --git a/libisofs/trunk/test/iso.py b/libisofs/attic/test/iso.py similarity index 100% rename from libisofs/trunk/test/iso.py rename to libisofs/attic/test/iso.py diff --git a/libisofs/trunk/test/iso_add.c b/libisofs/attic/test/iso_add.c similarity index 100% rename from libisofs/trunk/test/iso_add.c rename to libisofs/attic/test/iso_add.c diff --git a/libisofs/trunk/test/iso_grow.c b/libisofs/attic/test/iso_grow.c similarity index 100% rename from libisofs/trunk/test/iso_grow.c rename to libisofs/attic/test/iso_grow.c diff --git a/libisofs/trunk/test/iso_ms.c b/libisofs/attic/test/iso_ms.c similarity index 100% rename from libisofs/trunk/test/iso_ms.c rename to libisofs/attic/test/iso_ms.c diff --git a/libisofs/trunk/test/iso_read.c b/libisofs/attic/test/iso_read.c similarity index 100% rename from libisofs/trunk/test/iso_read.c rename to libisofs/attic/test/iso_read.c diff --git a/libisofs/trunk/test/test.c b/libisofs/attic/test/test.c similarity index 100% rename from libisofs/trunk/test/test.c rename to libisofs/attic/test/test.c diff --git a/libisofs/trunk/test/test.h b/libisofs/attic/test/test.h similarity index 100% rename from libisofs/trunk/test/test.h rename to libisofs/attic/test/test.h diff --git a/libisofs/trunk/test/test_data_source.c b/libisofs/attic/test/test_data_source.c similarity index 100% rename from libisofs/trunk/test/test_data_source.c rename to libisofs/attic/test/test_data_source.c diff --git a/libisofs/trunk/test/test_ecma119_tree.c b/libisofs/attic/test/test_ecma119_tree.c similarity index 100% rename from libisofs/trunk/test/test_ecma119_tree.c rename to libisofs/attic/test/test_ecma119_tree.c diff --git a/libisofs/trunk/test/test_exclude.c b/libisofs/attic/test/test_exclude.c similarity index 100% rename from libisofs/trunk/test/test_exclude.c rename to libisofs/attic/test/test_exclude.c diff --git a/libisofs/trunk/test/test_file_hashtable.c b/libisofs/attic/test/test_file_hashtable.c similarity index 100% rename from libisofs/trunk/test/test_file_hashtable.c rename to libisofs/attic/test/test_file_hashtable.c diff --git a/libisofs/trunk/test/test_read.c b/libisofs/attic/test/test_read.c similarity index 100% rename from libisofs/trunk/test/test_read.c rename to libisofs/attic/test/test_read.c diff --git a/libisofs/trunk/test/test_tree.c b/libisofs/attic/test/test_tree.c similarity index 100% rename from libisofs/trunk/test/test_tree.c rename to libisofs/attic/test/test_tree.c diff --git a/libisofs/trunk/test/test_util.c b/libisofs/attic/test/test_util.c similarity index 100% rename from libisofs/trunk/test/test_util.c rename to libisofs/attic/test/test_util.c diff --git a/libisofs/trunk/test/test_volume.c b/libisofs/attic/test/test_volume.c similarity index 100% rename from libisofs/trunk/test/test_volume.c rename to libisofs/attic/test/test_volume.c diff --git a/libisofs/trunk/test/tree.py b/libisofs/attic/test/tree.py similarity index 100% rename from libisofs/trunk/test/tree.py rename to libisofs/attic/test/tree.py diff --git a/libisofs/trunk/version.h.in b/libisofs/attic/version.h.in similarity index 100% rename from libisofs/trunk/version.h.in rename to libisofs/attic/version.h.in