|
From: <no...@se...> - 2007-02-14 13:35:49
|
Dear developers, today I will present you my thoughts about a new directory structure for our code base. The current situation is as follows: /phase1/ src/ etc/ Schemata/ PhingStyles/ doc/ build/ build.xml build.properties LICENSE README I would like to change that to something like this: /phase1/ etc/ Schemata/ PhingStyles/ doc/ TEAM ROADMAP CHANGELOG build/ 0.5.0/ apidoc/ reports/ code-coverage/ unittests/ OpenDocumentPHP-0.5.0.zip OpenDocumentPHP-0.5.0-source.zip 0.5.1/ apidoc/ reports/ code-coverage/ unittests/ OpenDocumentPHP-0.5.1.zip OpenDocumentPHP-0.5.1-source.zip .../ src/ OpenDocumentPHP/ unittests/ samples/ tools/ build.xml build.properties LICENSE README What do you think about this? Regards, Norman |