From e8c841d7c96e576bc98976352b6719d1786cd25b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 8 Jan 2011 10:46:21 +0000 Subject: [PATCH] 2011-01-08 11:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbplist + contrib/hbformat - utils/hbformat * utils/Makefile * Moved hbformat to contrib area. --- harbour/ChangeLog | 7 +++++++ harbour/{utils => contrib}/hbformat/Makefile | 0 harbour/{utils => contrib}/hbformat/hbformac.c | 0 harbour/{utils => contrib}/hbformat/hbformat.hbp | 0 harbour/{utils => contrib}/hbformat/hbformat.ini | 0 harbour/{utils => contrib}/hbformat/hbformat.prg | 0 harbour/contrib/hbplist | 1 + harbour/utils/Makefile | 1 - 8 files changed, 8 insertions(+), 1 deletion(-) rename harbour/{utils => contrib}/hbformat/Makefile (100%) rename harbour/{utils => contrib}/hbformat/hbformac.c (100%) rename harbour/{utils => contrib}/hbformat/hbformat.hbp (100%) rename harbour/{utils => contrib}/hbformat/hbformat.ini (100%) rename harbour/{utils => contrib}/hbformat/hbformat.prg (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9c654ac3b0..4cb5c9b979 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-08 11:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbplist + + contrib/hbformat + - utils/hbformat + * utils/Makefile + * Moved hbformat to contrib area. + 2011-01-08 11:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/cmdarg.c * Formatting. diff --git a/harbour/utils/hbformat/Makefile b/harbour/contrib/hbformat/Makefile similarity index 100% rename from harbour/utils/hbformat/Makefile rename to harbour/contrib/hbformat/Makefile diff --git a/harbour/utils/hbformat/hbformac.c b/harbour/contrib/hbformat/hbformac.c similarity index 100% rename from harbour/utils/hbformat/hbformac.c rename to harbour/contrib/hbformat/hbformac.c diff --git a/harbour/utils/hbformat/hbformat.hbp b/harbour/contrib/hbformat/hbformat.hbp similarity index 100% rename from harbour/utils/hbformat/hbformat.hbp rename to harbour/contrib/hbformat/hbformat.hbp diff --git a/harbour/utils/hbformat/hbformat.ini b/harbour/contrib/hbformat/hbformat.ini similarity index 100% rename from harbour/utils/hbformat/hbformat.ini rename to harbour/contrib/hbformat/hbformat.ini diff --git a/harbour/utils/hbformat/hbformat.prg b/harbour/contrib/hbformat/hbformat.prg similarity index 100% rename from harbour/utils/hbformat/hbformat.prg rename to harbour/contrib/hbformat/hbformat.prg diff --git a/harbour/contrib/hbplist b/harbour/contrib/hbplist index 45341f6b67..5bf761ef5d 100644 --- a/harbour/contrib/hbplist +++ b/harbour/contrib/hbplist @@ -16,6 +16,7 @@ hbcurl/hbcurl.hbp hbexpat/hbexpat.hbp # uses: expat (locally hosted) hbfbird/hbfbird.hbp hbfimage/hbfimage.hbp +hbformat/hbformat.hbp hbfoxpro/hbfoxpro.hbp hbfship/hbfship.hbp hbgd/hbgd.hbp diff --git a/harbour/utils/Makefile b/harbour/utils/Makefile index c203c93086..7f003be4ba 100644 --- a/harbour/utils/Makefile +++ b/harbour/utils/Makefile @@ -15,7 +15,6 @@ ifneq ($(HB_BUILD_PARTS),compiler) DIRS += \ hbi18n \ hbtest \ - hbformat \ $(__HB_UTIL_ADDONS) endif