You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tb...@apache.org on 2005/08/23 06:50:16 UTC

svn commit: r239345 - /incubator/felix/trunk/readme.txt

Author: tbennett
Date: Mon Aug 22 21:50:13 2005
New Revision: 239345

URL: http://svn.apache.org/viewcvs?rev=239345&view=rev
Log: (empty)

Added:
    incubator/felix/trunk/readme.txt   (with props)

Added: incubator/felix/trunk/readme.txt
URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/readme.txt?rev=239345&view=auto
==============================================================================
--- incubator/felix/trunk/readme.txt (added)
+++ incubator/felix/trunk/readme.txt Mon Aug 22 21:50:13 2005
@@ -0,0 +1,44 @@
+***********************
+* Apache Felix README *
+***********************
+
+This document is basically a catch-all for general information about the Apache
+Felix project.  It is anticipated that this document will be updated from time
+to time with new information.
+
+SVN PROJECT STRUCTURE
+
+The Apache Felix project has the following directory structure in order to organize
+the project's varied product artifacts.
+
++ framework
++ sandbox
++ tools
+
+The *framework* directory contains the source and build tree for the OSGi-compliant
+framework implementation.  It is, of course, the primary product of this project.
+
+The *sandbox* directory contains a directory tree whereby project committers can 
+store various experimental and working versions of code.  Each committer that wishes
+to utilize the sandbox should create a subdirectory named after his/her apache username.
+
+e.g.
+
+- sandbox
+  + erodriguez
+  + rickhall
+  + tbennett
+
+The *tools* directory contains a directory tree for various tools that may be developed
+in association with this project.  One such tool is the maven-osgi-plugin currently under
+development for the MAVEN2 build system.  A tools directory may itself have multiple
+products each requiring their own directory.
+
+e.g.
+
+- tools
+  - maven2
+    + maven-osgi-plugin
+
+As the project matures, we certainly may see other directories created to organize other
+types of products.
\ No newline at end of file

Propchange: incubator/felix/trunk/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native