From ad96c6e68caa12d8f16d08c6e5674b11bdcfd36e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 29 May 2009 10:35:07 +0000 Subject: [PATCH] 2009-05-29 12:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - examples/hbsuper + examples/superlib * Using original name. --- harbour/ChangeLog | 7 ++++++- harbour/examples/{hbsuper => superlib}/hbsuper.dif | 0 harbour/examples/{hbsuper => superlib}/hbsuper.hbm | 0 harbour/examples/{hbsuper => superlib}/hbsuper.prg | 0 harbour/examples/{hbsuper => superlib}/readme.txt | 0 5 files changed, 6 insertions(+), 1 deletion(-) rename harbour/examples/{hbsuper => superlib}/hbsuper.dif (100%) rename harbour/examples/{hbsuper => superlib}/hbsuper.hbm (100%) rename harbour/examples/{hbsuper => superlib}/hbsuper.prg (100%) rename harbour/examples/{hbsuper => superlib}/readme.txt (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 817715e2e7..029aea9319 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-05-29 12:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + - examples/hbsuper + + examples/superlib + * Using original name. + 2009-05-29 12:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/Makefile - Deleted commented 'examples' reference. @@ -101,7 +106,7 @@ in unified distro and source tree. ; TODO: As a next step I'll replace Makefiles with .hbm files. This will allow users to build these parts - outside the source distribution. + outside the source distribution. [DONE] * doc/man/hbmk.1 * utils/hbmk2/examples/fwh.hbc diff --git a/harbour/examples/hbsuper/hbsuper.dif b/harbour/examples/superlib/hbsuper.dif similarity index 100% rename from harbour/examples/hbsuper/hbsuper.dif rename to harbour/examples/superlib/hbsuper.dif diff --git a/harbour/examples/hbsuper/hbsuper.hbm b/harbour/examples/superlib/hbsuper.hbm similarity index 100% rename from harbour/examples/hbsuper/hbsuper.hbm rename to harbour/examples/superlib/hbsuper.hbm diff --git a/harbour/examples/hbsuper/hbsuper.prg b/harbour/examples/superlib/hbsuper.prg similarity index 100% rename from harbour/examples/hbsuper/hbsuper.prg rename to harbour/examples/superlib/hbsuper.prg diff --git a/harbour/examples/hbsuper/readme.txt b/harbour/examples/superlib/readme.txt similarity index 100% rename from harbour/examples/hbsuper/readme.txt rename to harbour/examples/superlib/readme.txt