Timothy Bennett | ff51f4f | 2005-08-23 04:50:13 +0000 | [diff] [blame] | 1 | *********************** |
| 2 | * Apache Felix README * |
| 3 | *********************** |
| 4 | |
| 5 | This document is basically a catch-all for general information about the Apache |
| 6 | Felix project. It is anticipated that this document will be updated from time |
| 7 | to time with new information. |
| 8 | |
| 9 | SVN PROJECT STRUCTURE |
| 10 | |
| 11 | The Apache Felix project has the following directory structure in order to organize |
| 12 | the project's varied product artifacts. |
| 13 | |
| 14 | + framework |
Carsten Ziegeler | 1b9c504 | 2015-08-11 12:01:53 +0000 | [diff] [blame] | 15 | + project-xyz |
Timothy Bennett | ff51f4f | 2005-08-23 04:50:13 +0000 | [diff] [blame] | 16 | + tools |
| 17 | |
| 18 | The *framework* directory contains the source and build tree for the OSGi-compliant |
Carsten Ziegeler | 1b9c504 | 2015-08-11 12:01:53 +0000 | [diff] [blame] | 19 | framework implementation. |
Timothy Bennett | ff51f4f | 2005-08-23 04:50:13 +0000 | [diff] [blame] | 20 | |
Carsten Ziegeler | 1b9c504 | 2015-08-11 12:01:53 +0000 | [diff] [blame] | 21 | The *project-xyz* is a placeholder for the various subprojects of Apache Felix. The |
| 22 | subprojects cover other OSGi specifications like Declarative Services, Config Admin as |
| 23 | well as other useful OSGi bundles. |
Timothy Bennett | ff51f4f | 2005-08-23 04:50:13 +0000 | [diff] [blame] | 24 | |
Timothy Bennett | ff51f4f | 2005-08-23 04:50:13 +0000 | [diff] [blame] | 25 | |
Timothy Bennett | ff51f4f | 2005-08-23 04:50:13 +0000 | [diff] [blame] | 26 | |
Benson Margulies | f9f66ed | 2015-10-24 11:47:10 +0000 | [diff] [blame] | 27 | The *tools* directory contains a directory tree for various build |
| 28 | tools. The maven-bundle-plugin lives in tools/maven-bundle-plugin. |
Timothy Bennett | ff51f4f | 2005-08-23 04:50:13 +0000 | [diff] [blame] | 29 | |