Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Changed directory layout to:

Code Block

build/ ........................ build scripts and build tools

...


    tools/

...


    ...

...


doc/ .......................... documentation

...


lib/ .......................... shared libraries (binaries)

...


src/ .......................... source code

...

 only (!)
test/ ......................... test projects, groupped in the same way as src

...


test-data/ .................... data used in tests

Files in the lib, src, test, test-data directories are groupped using the following rules:

...