Updated Source structure (markdown)

This commit is contained in:
jocelyn
2011-07-05 05:33:22 -07:00
parent f9a79c0800
commit e0eedef3a7

View File

@@ -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/ )