blob: d7b88c88acbc2a9dadbc1cd60b0f2902ece0ed17 [file] [log] [blame]
Timothy Bennettff51f4f2005-08-23 04:50:13 +00001***********************
2* Apache Felix README *
3***********************
4
5This document is basically a catch-all for general information about the Apache
6Felix project. It is anticipated that this document will be updated from time
7to time with new information.
8
9SVN PROJECT STRUCTURE
10
11The Apache Felix project has the following directory structure in order to organize
12the project's varied product artifacts.
13
14+ framework
Carsten Ziegeler1b9c5042015-08-11 12:01:53 +000015+ project-xyz
Timothy Bennettff51f4f2005-08-23 04:50:13 +000016+ tools
17
18The *framework* directory contains the source and build tree for the OSGi-compliant
Carsten Ziegeler1b9c5042015-08-11 12:01:53 +000019framework implementation.
Timothy Bennettff51f4f2005-08-23 04:50:13 +000020
Carsten Ziegeler1b9c5042015-08-11 12:01:53 +000021The *project-xyz* is a placeholder for the various subprojects of Apache Felix. The
22subprojects cover other OSGi specifications like Declarative Services, Config Admin as
23well as other useful OSGi bundles.
Timothy Bennettff51f4f2005-08-23 04:50:13 +000024
Timothy Bennettff51f4f2005-08-23 04:50:13 +000025
Timothy Bennettff51f4f2005-08-23 04:50:13 +000026
Carsten Ziegeler1b9c5042015-08-11 12:01:53 +000027The *tools* directory contains a directory tree for various build tools.
Timothy Bennettff51f4f2005-08-23 04:50:13 +000028