CVS Structure
Generic Services
Place the Service in an upper case directory in
src/services
when there is just one Service (e.g.
src/services/CollisionDetection
).
If there are more than one Service, say a subsystem, place the Services in a lower case directory named as the subsystem (e.g.
src/services/ubitrack
).
Application Specific Services
In a directory named as the application in upper case (e.g.
src/services/ARCHIE
).
Application Specific Service Descriptions and Configuration Data Files
In a separate directory in applications (e.g.
application/sheepDemo
).
--
MarcusToennis - 04 Jan 2006