diff --git a/Source-structure.md b/Source-structure.md index 1314e608..b49988ff 100644 --- a/Source-structure.md +++ b/Source-structure.md @@ -4,8 +4,8 @@ - README : quick README to point to the github project - doc/ - doc/wiki : clone of the associated github wiki repository -- example/ -- test/ +- examples/ +- tests/ - library/ - library/ewsgi/ewsgi.ecf - library/ewsgi/ewsgi.ecf @@ -19,9 +19,9 @@ Any library/component (in development mode) should follow the following structur - **library/** : the place to put the source code of the related library/component - **doc/** : notes, documentations, ... - **test/** : standard place to put your tests, if you are using Eiffel Software auto-tests, I would suggest to add a new target into the associated .ecf (instead of building a new .ecf under test/ ) -- **example/** : standard place to put the example +- **examples/** : standard place to put the example - **build/** : a convenient place to compile your project, using this convention, you can setup utilities such as backup to ignore this folder. -- **resource/** : contains pixmap files, .... +- **resources/** : contains pixmap files, .... - **install/** : contains installation scripts for each platform - **data/** : contains eventual data for the related tools