blob: 9b57556a9ff736aef4ade29025fda11b59247759 [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
15+ sandbox
16+ tools
17
18The *framework* directory contains the source and build tree for the OSGi-compliant
19framework implementation. It is, of course, the primary product of this project.
20
21The *sandbox* directory contains a directory tree whereby project committers can
22store various experimental and working versions of code. Each committer that wishes
23to utilize the sandbox should create a subdirectory named after his/her apache username.
24
25e.g.
26
27- sandbox
28 + erodriguez
29 + rickhall
30 + tbennett
31
32The *tools* directory contains a directory tree for various tools that may be developed
33in association with this project. One such tool is the maven-osgi-plugin currently under
34development for the MAVEN2 build system. A tools directory may itself have multiple
35products each requiring their own directory.
36
37e.g.
38
39- tools
40 - maven2
41 + maven-osgi-plugin
42
43As the project matures, we certainly may see other directories created to organize other
44types of products.