----------------------------------------------------------------------
OOIS 2
Online Orienteering Information System 2
Directory structure and
location of important files
----------------------------------------------------------------------
This document describes the directory structure and the location of
important files within the project repository.
1. Directory Structure
|-- assmebly o Maven project to assemble the artificats to be installed
|
|-- bin o Scripts to start/stop the subsystems
|
|-- common o Common UI components
|
|-- database o Scripts to create an empty OOIS database
|
|-- dist o Maven project to create the installation packages
|
|-- doc o Documentation
|
|-- infoadmin o Maven project infoadmin
|
|-- infocore o Maven project infocore (contains infospeaker)
|
|-- infofeeder o Maven project infofeeder
|
|-- infosimulator o Maven project infosimulator. Used to test OOIS by simulating races.
|
|-- infostress o Maven project infostress. Used to test muliple clients.
|
|-- integration-tests o Maven project integration-tests. Integration tests for infocore.
|
|-- maven-plugins o Maven plugins to support the build process of the other projects.
|
|-- pack-n-deploy o Maven project to pack the infocore ear file.
|
|-- parent o Parent maven project. Dependency and plugin management.
|
|-- resources o Resources for code quality support in eclipse.
|
|-- tools o Tools for code quality support in eclipse.
|
`-- testdata o Test data
2. Important Files
|-- README o The file you are reading right now :P
|
`-- pom.xml o Maven reactor pom. Build the whole project in root dir with "mvn install".