Create directory structure
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Sun, 8 Sep 2019 10:03:44 +0000 (12:03 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Sun, 8 Sep 2019 10:04:45 +0000 (12:04 +0200)
commit7a944eaca643edca048748fbea1cad78d1e9e59c
tree35863d4fd68ba512acdef0bfd38cddedc3624dbf
parent31c04a2c9b8adf4cc95010acadf0e6bf75bbb743
Create directory structure

The inital directory structure for the OAM repository.
- distribution: to cover code artifacts for packaging the code.
- features:     to cover all OSGi bundles for karaf
- model:        to cover all OAM information and data modules
- solution:     to cover code artifacts to combine several code packages (distributions) to provide a install and deployment instractions, creating a solution.
- .gitignore

Issue-ID: OAM-007
Change-Id: Icbeeb74bc2f11470dd61d58bd85397b87cc0b733
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
.gitignore [new file with mode: 0644]
distribution/README.md [new file with mode: 0644]
features/README.md [new file with mode: 0644]
model/README.md [new file with mode: 0644]
solution/README.md [new file with mode: 0644]