Updated Source structure (markdown)

This commit is contained in:
jocelyn
2011-07-07 06:41:47 -07:00
parent 5a4a749c0f
commit 1f385658ed

View File

@@ -4,8 +4,8 @@
- README : quick README to point to the github project - README : quick README to point to the github project
- doc/ - doc/
- doc/wiki : clone of the associated github wiki repository - doc/wiki : clone of the associated github wiki repository
- example/ - examples/
- test/ - tests/
- library/ - library/
- library/ewsgi/ewsgi.ecf - library/ewsgi/ewsgi.ecf
- 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 - **library/** : the place to put the source code of the related library/component
- **doc/** : notes, documentations, ... - **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/ ) - **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. - **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 - **install/** : contains installation scripts for each platform
- **data/** : contains eventual data for the related tools - **data/** : contains eventual data for the related tools