You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2012/10/30 18:45:44 UTC

svn commit: r1403802 - /aries/trunk/subsystem/readme.txt

Author: jwross
Date: Tue Oct 30 17:45:43 2012
New Revision: 1403802

URL: http://svn.apache.org/viewvc?rev=1403802&view=rev
Log:
Updated readme to reflect bundle directory support.

Modified:
    aries/trunk/subsystem/readme.txt

Modified: aries/trunk/subsystem/readme.txt
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/readme.txt?rev=1403802&r1=1403801&r2=1403802&view=diff
==============================================================================
--- aries/trunk/subsystem/readme.txt (original)
+++ aries/trunk/subsystem/readme.txt Tue Oct 30 17:45:43 2012
@@ -25,12 +25,12 @@ mavenBundle("org.eclipse.equinox",      
 USING
 =====
 
-When installing subsystems from a directory structure, note that the names of nested directories representing child subsystems must end with ".esa". The root directory does not.
+When installing subsystems from a directory structure, note that the names of nested directories representing child subsystems must end with ".esa", and those representing bundles must end with ".jar".
 
 
 KNOWN ISSUES
 ============
 
 (1)
-Does not currently support service dependencies provided by child subsystems. This will fail with a resolution exception because, during installation of the parent along with its child, the child has not reached the state where service capabilities have been computed before they are needed.
+Does not currently support service dependencies provided by child subsystems to the parent. This will fail with a resolution exception because, during installation of the parent along with its child, the child has not reached the state where service capabilities have been computed before they are needed.