From 35e9f326a5e12c8cc23672e68e5f47da12a984f1 Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Tue, 6 Nov 2007 09:30:03 +0000 Subject: [PATCH] moved libbrux subdir into jtag subdir git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@675 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- {libbrux => jtag/libbrux}/.cvsignore | 0 {libbrux => jtag/libbrux}/AUTHORS | 0 {libbrux => jtag/libbrux}/ChangeLog | 0 {libbrux => jtag/libbrux}/Makefile.am | 0 {libbrux => jtag/libbrux}/Makefile.rules | 0 {libbrux => jtag/libbrux}/NEWS | 0 {libbrux => jtag/libbrux}/README | 0 {libbrux => jtag/libbrux}/THANKS | 0 {libbrux => jtag/libbrux}/autogen.sh | 0 {libbrux => jtag/libbrux}/cmd/cmd.c | 0 {libbrux => jtag/libbrux}/cmd/cmd_detectflash.c | 0 {libbrux => jtag/libbrux}/cmd/help.c | 0 {libbrux => jtag/libbrux}/cmd/quit.c | 0 {libbrux => jtag/libbrux}/configure.ac | 0 {libbrux => jtag/libbrux}/flash/amd.c | 0 {libbrux => jtag/libbrux}/flash/cfi.c | 0 {libbrux => jtag/libbrux}/flash/detectflash.c | 0 {libbrux => jtag/libbrux}/flash/intel.c | 0 {libbrux => jtag/libbrux}/flash/jedec.c | 0 {libbrux => jtag/libbrux}/gettext.h | 0 {libbrux => jtag/libbrux}/po/.cvsignore | 0 {libbrux => jtag/libbrux}/po/ChangeLog | 0 {libbrux => jtag/libbrux}/po/LINGUAS | 0 {libbrux => jtag/libbrux}/po/Makevars | 0 {libbrux => jtag/libbrux}/po/POTFILES.in | 0 {libbrux => jtag/libbrux}/sysdep.h | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename {libbrux => jtag/libbrux}/.cvsignore (100%) rename {libbrux => jtag/libbrux}/AUTHORS (100%) rename {libbrux => jtag/libbrux}/ChangeLog (100%) rename {libbrux => jtag/libbrux}/Makefile.am (100%) rename {libbrux => jtag/libbrux}/Makefile.rules (100%) rename {libbrux => jtag/libbrux}/NEWS (100%) rename {libbrux => jtag/libbrux}/README (100%) rename {libbrux => jtag/libbrux}/THANKS (100%) rename {libbrux => jtag/libbrux}/autogen.sh (100%) rename {libbrux => jtag/libbrux}/cmd/cmd.c (100%) rename {libbrux => jtag/libbrux}/cmd/cmd_detectflash.c (100%) rename {libbrux => jtag/libbrux}/cmd/help.c (100%) rename {libbrux => jtag/libbrux}/cmd/quit.c (100%) rename {libbrux => jtag/libbrux}/configure.ac (100%) rename {libbrux => jtag/libbrux}/flash/amd.c (100%) rename {libbrux => jtag/libbrux}/flash/cfi.c (100%) rename {libbrux => jtag/libbrux}/flash/detectflash.c (100%) rename {libbrux => jtag/libbrux}/flash/intel.c (100%) rename {libbrux => jtag/libbrux}/flash/jedec.c (100%) rename {libbrux => jtag/libbrux}/gettext.h (100%) rename {libbrux => jtag/libbrux}/po/.cvsignore (100%) rename {libbrux => jtag/libbrux}/po/ChangeLog (100%) rename {libbrux => jtag/libbrux}/po/LINGUAS (100%) rename {libbrux => jtag/libbrux}/po/Makevars (100%) rename {libbrux => jtag/libbrux}/po/POTFILES.in (100%) rename {libbrux => jtag/libbrux}/sysdep.h (100%) diff --git a/libbrux/.cvsignore b/jtag/libbrux/.cvsignore similarity index 100% rename from libbrux/.cvsignore rename to jtag/libbrux/.cvsignore diff --git a/libbrux/AUTHORS b/jtag/libbrux/AUTHORS similarity index 100% rename from libbrux/AUTHORS rename to jtag/libbrux/AUTHORS diff --git a/libbrux/ChangeLog b/jtag/libbrux/ChangeLog similarity index 100% rename from libbrux/ChangeLog rename to jtag/libbrux/ChangeLog diff --git a/libbrux/Makefile.am b/jtag/libbrux/Makefile.am similarity index 100% rename from libbrux/Makefile.am rename to jtag/libbrux/Makefile.am diff --git a/libbrux/Makefile.rules b/jtag/libbrux/Makefile.rules similarity index 100% rename from libbrux/Makefile.rules rename to jtag/libbrux/Makefile.rules diff --git a/libbrux/NEWS b/jtag/libbrux/NEWS similarity index 100% rename from libbrux/NEWS rename to jtag/libbrux/NEWS diff --git a/libbrux/README b/jtag/libbrux/README similarity index 100% rename from libbrux/README rename to jtag/libbrux/README diff --git a/libbrux/THANKS b/jtag/libbrux/THANKS similarity index 100% rename from libbrux/THANKS rename to jtag/libbrux/THANKS diff --git a/libbrux/autogen.sh b/jtag/libbrux/autogen.sh similarity index 100% rename from libbrux/autogen.sh rename to jtag/libbrux/autogen.sh diff --git a/libbrux/cmd/cmd.c b/jtag/libbrux/cmd/cmd.c similarity index 100% rename from libbrux/cmd/cmd.c rename to jtag/libbrux/cmd/cmd.c diff --git a/libbrux/cmd/cmd_detectflash.c b/jtag/libbrux/cmd/cmd_detectflash.c similarity index 100% rename from libbrux/cmd/cmd_detectflash.c rename to jtag/libbrux/cmd/cmd_detectflash.c diff --git a/libbrux/cmd/help.c b/jtag/libbrux/cmd/help.c similarity index 100% rename from libbrux/cmd/help.c rename to jtag/libbrux/cmd/help.c diff --git a/libbrux/cmd/quit.c b/jtag/libbrux/cmd/quit.c similarity index 100% rename from libbrux/cmd/quit.c rename to jtag/libbrux/cmd/quit.c diff --git a/libbrux/configure.ac b/jtag/libbrux/configure.ac similarity index 100% rename from libbrux/configure.ac rename to jtag/libbrux/configure.ac diff --git a/libbrux/flash/amd.c b/jtag/libbrux/flash/amd.c similarity index 100% rename from libbrux/flash/amd.c rename to jtag/libbrux/flash/amd.c diff --git a/libbrux/flash/cfi.c b/jtag/libbrux/flash/cfi.c similarity index 100% rename from libbrux/flash/cfi.c rename to jtag/libbrux/flash/cfi.c diff --git a/libbrux/flash/detectflash.c b/jtag/libbrux/flash/detectflash.c similarity index 100% rename from libbrux/flash/detectflash.c rename to jtag/libbrux/flash/detectflash.c diff --git a/libbrux/flash/intel.c b/jtag/libbrux/flash/intel.c similarity index 100% rename from libbrux/flash/intel.c rename to jtag/libbrux/flash/intel.c diff --git a/libbrux/flash/jedec.c b/jtag/libbrux/flash/jedec.c similarity index 100% rename from libbrux/flash/jedec.c rename to jtag/libbrux/flash/jedec.c diff --git a/libbrux/gettext.h b/jtag/libbrux/gettext.h similarity index 100% rename from libbrux/gettext.h rename to jtag/libbrux/gettext.h diff --git a/libbrux/po/.cvsignore b/jtag/libbrux/po/.cvsignore similarity index 100% rename from libbrux/po/.cvsignore rename to jtag/libbrux/po/.cvsignore diff --git a/libbrux/po/ChangeLog b/jtag/libbrux/po/ChangeLog similarity index 100% rename from libbrux/po/ChangeLog rename to jtag/libbrux/po/ChangeLog diff --git a/libbrux/po/LINGUAS b/jtag/libbrux/po/LINGUAS similarity index 100% rename from libbrux/po/LINGUAS rename to jtag/libbrux/po/LINGUAS diff --git a/libbrux/po/Makevars b/jtag/libbrux/po/Makevars similarity index 100% rename from libbrux/po/Makevars rename to jtag/libbrux/po/Makevars diff --git a/libbrux/po/POTFILES.in b/jtag/libbrux/po/POTFILES.in similarity index 100% rename from libbrux/po/POTFILES.in rename to jtag/libbrux/po/POTFILES.in diff --git a/libbrux/sysdep.h b/jtag/libbrux/sysdep.h similarity index 100% rename from libbrux/sysdep.h rename to jtag/libbrux/sysdep.h