| File | Date | Author | Commit |
|---|---|---|---|
| emfincpp | 2008-12-12 | rgilles | [r44] started elist |
| python | 2009-08-03 | rgilles | [r91] added branch function + move the scripting func... |
| README | 2008-04-24 | rgilles | [r2] first project structure |
[project structure]
+- emfincpp/ <- main project
+- trunk/ <- main development stream
| +- src/
| | +- site/ <- Site source
| | +- main/
| | | +- cpp/ <- C++ Application/Library sources
| | | +- include/ <- Shared C++ Application/Library header sources
| | +- test/
| | | +- cpp/ <- Test sources
| | | +- include/ <- Shared C++ Test header sources
| +- pom.xml <- Maven configuration file
| +- LICENSE.txt <- Project license
+- tags/ <- release tags
+- branches/ <- bug fixing and evolutions