From e0eedef3a76394a371a60879a1bacf70175e68f5 Mon Sep 17 00:00:00 2001 From: jocelyn Date: Tue, 5 Jul 2011 05:33:22 -0700 Subject: [PATCH] Updated Source structure (markdown) --- Source-structure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source-structure.md b/Source-structure.md index 80da56a1..1314e608 100644 --- a/Source-structure.md +++ b/Source-structure.md @@ -11,10 +11,11 @@ - library/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) ): + - **README** - **COPYRIGHT** - **LICENSE** -- **.ecf** and **-safe.ecf** +- **.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/ )