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