From 75dc9fac3e1a8717e770c7adbe9a2ae3723981b4 Mon Sep 17 00:00:00 2001 From: jocelyn Date: Tue, 2 Aug 2011 07:32:31 -0700 Subject: [PATCH] Updated Source structure (markdown) --- Source-structure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source-structure.md b/Source-structure.md index b49988ff..477cd4b1 100644 --- a/Source-structure.md +++ b/Source-structure.md @@ -7,8 +7,8 @@ - examples/ - tests/ - library/ -- library/ewsgi/ewsgi.ecf -- library/ewsgi/ewsgi.ecf +- library/server/ewsgi/ewsgi.ecf +- library/server/ewsgi/ewsgi.ecf Any library/component (in development mode) should follow the following structure (when not needed, there is no need to create the associated folder(s) ): @@ -18,7 +18,7 @@ Any library/component (in development mode) should follow the following structur - **.ecf** and **-safe.ecf** : configuration file - **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/ ) +- **tests/** : 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/ ) - **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. - **resources/** : contains pixmap files, ....