From 28b56cf47433d58ca9b3fabe723ddbf277055388 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sun, 24 Nov 2013 14:21:35 +0000 Subject: [PATCH] Moved expat --- {expat => lib/expat}/ascii.h | 0 {expat => lib/expat}/asciitab.h | 0 {expat => lib/expat}/expat.h | 0 {expat => lib/expat}/expat_external.h | 0 {expat => lib/expat}/iasciitab.h | 0 {expat => lib/expat}/internal.h | 0 {expat => lib/expat}/latin1tab.h | 0 {expat => lib/expat}/nametab.h | 0 {expat => lib/expat}/utf8tab.h | 0 {expat => lib/expat}/winconfig.h | 0 {expat => lib/expat}/xmlparse.c | 0 {expat => lib/expat}/xmlrole.c | 0 {expat => lib/expat}/xmlrole.h | 0 {expat => lib/expat}/xmltok.c | 0 {expat => lib/expat}/xmltok.h | 0 {expat => lib/expat}/xmltok_impl.c | 0 {expat => lib/expat}/xmltok_impl.h | 0 {expat => lib/expat}/xmltok_ns.c | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {expat => lib/expat}/ascii.h (100%) rename {expat => lib/expat}/asciitab.h (100%) rename {expat => lib/expat}/expat.h (100%) rename {expat => lib/expat}/expat_external.h (100%) rename {expat => lib/expat}/iasciitab.h (100%) rename {expat => lib/expat}/internal.h (100%) rename {expat => lib/expat}/latin1tab.h (100%) rename {expat => lib/expat}/nametab.h (100%) rename {expat => lib/expat}/utf8tab.h (100%) rename {expat => lib/expat}/winconfig.h (100%) rename {expat => lib/expat}/xmlparse.c (100%) rename {expat => lib/expat}/xmlrole.c (100%) rename {expat => lib/expat}/xmlrole.h (100%) rename {expat => lib/expat}/xmltok.c (100%) rename {expat => lib/expat}/xmltok.h (100%) rename {expat => lib/expat}/xmltok_impl.c (100%) rename {expat => lib/expat}/xmltok_impl.h (100%) rename {expat => lib/expat}/xmltok_ns.c (100%) diff --git a/expat/ascii.h b/lib/expat/ascii.h similarity index 100% rename from expat/ascii.h rename to lib/expat/ascii.h diff --git a/expat/asciitab.h b/lib/expat/asciitab.h similarity index 100% rename from expat/asciitab.h rename to lib/expat/asciitab.h diff --git a/expat/expat.h b/lib/expat/expat.h similarity index 100% rename from expat/expat.h rename to lib/expat/expat.h diff --git a/expat/expat_external.h b/lib/expat/expat_external.h similarity index 100% rename from expat/expat_external.h rename to lib/expat/expat_external.h diff --git a/expat/iasciitab.h b/lib/expat/iasciitab.h similarity index 100% rename from expat/iasciitab.h rename to lib/expat/iasciitab.h diff --git a/expat/internal.h b/lib/expat/internal.h similarity index 100% rename from expat/internal.h rename to lib/expat/internal.h diff --git a/expat/latin1tab.h b/lib/expat/latin1tab.h similarity index 100% rename from expat/latin1tab.h rename to lib/expat/latin1tab.h diff --git a/expat/nametab.h b/lib/expat/nametab.h similarity index 100% rename from expat/nametab.h rename to lib/expat/nametab.h diff --git a/expat/utf8tab.h b/lib/expat/utf8tab.h similarity index 100% rename from expat/utf8tab.h rename to lib/expat/utf8tab.h diff --git a/expat/winconfig.h b/lib/expat/winconfig.h similarity index 100% rename from expat/winconfig.h rename to lib/expat/winconfig.h diff --git a/expat/xmlparse.c b/lib/expat/xmlparse.c similarity index 100% rename from expat/xmlparse.c rename to lib/expat/xmlparse.c diff --git a/expat/xmlrole.c b/lib/expat/xmlrole.c similarity index 100% rename from expat/xmlrole.c rename to lib/expat/xmlrole.c diff --git a/expat/xmlrole.h b/lib/expat/xmlrole.h similarity index 100% rename from expat/xmlrole.h rename to lib/expat/xmlrole.h diff --git a/expat/xmltok.c b/lib/expat/xmltok.c similarity index 100% rename from expat/xmltok.c rename to lib/expat/xmltok.c diff --git a/expat/xmltok.h b/lib/expat/xmltok.h similarity index 100% rename from expat/xmltok.h rename to lib/expat/xmltok.h diff --git a/expat/xmltok_impl.c b/lib/expat/xmltok_impl.c similarity index 100% rename from expat/xmltok_impl.c rename to lib/expat/xmltok_impl.c diff --git a/expat/xmltok_impl.h b/lib/expat/xmltok_impl.h similarity index 100% rename from expat/xmltok_impl.h rename to lib/expat/xmltok_impl.h diff --git a/expat/xmltok_ns.c b/lib/expat/xmltok_ns.c similarity index 100% rename from expat/xmltok_ns.c rename to lib/expat/xmltok_ns.c