You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2011/05/21 23:59:48 UTC

svn commit: r789893 - in /websites/production/aries: ./ content/documentation/application-dependencies.html

Author: not
Date: Sat May 21 21:59:47 2011
New Revision: 789893

Log:
Publishing merge to aries site by not

Modified:
    websites/production/aries/   (props changed)
    websites/production/aries/content/documentation/application-dependencies.html

Propchange: websites/production/aries/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat May 21 21:59:47 2011
@@ -1 +1 @@
-/websites/staging/aries/trunk:782169-789846
+/websites/staging/aries/trunk:782169-789892

Modified: websites/production/aries/content/documentation/application-dependencies.html
==============================================================================
--- websites/production/aries/content/documentation/application-dependencies.html (original)
+++ websites/production/aries/content/documentation/application-dependencies.html Sat May 21 21:59:47 2011
@@ -262,8 +262,8 @@ mavenBundle("org.apache.aries.applicatio
 mavenBundle("org.apache.aries.application","org.apache.aries.application.utils" ),<br/>
 mavenBundle("org.apache.aries.application","org.apache.aries.application.modeller"),<br/>
 mavenBundle("org.apache.aries.application","org.apache.aries.application.default.local.platform"),<br/>
-mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.platform.repo"),<br/>
-mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.postresolve.process"),<br/>
+mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.platform.repo"), &lt;-- This module no longer exists in 0.3.1-SNAPSHOT<br/>
+mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.postresolve.process"), &lt;-- This module no longer exists in 0.3.1-SNAPSHOT<br/>
 mavenBundle("org.apache.aries.application","org.apache.aries.application.deployment.management"),<br/></p>
 <p>Besides the above bundles, either the non-isolated runtime or isolated runtime is also required.
 <a name="Applications-NonIsoloatedAriesapplication"></a></p>
@@ -280,6 +280,7 @@ mavenBundle("org.apache.aries.applicatio
 <p>If the application modules are used in a application server, the following bundles should/can be replaced and the services should/can be implemented by the application server.</p>
 <h4 id="orgapacheariesapplicationdefaultlocalplatform">org.apache.aries.application.default.local.platform</h4>
 <p>This bundle should be replaced with an alternative bundle by the application server. This bundle provides the temp directory location.</p>
+<p>Note - The following two bundles no longer exist in 0.3.1-SNAPSHOT</p>
 <p>The following two bundles can be replaced by the application server if necessary. </p>
 <h4 id="orgapacheariesapplicationnoopplatformrepo">org.apache.aries.application.noop.platform.repo</h4>
 <p>The above bundle provides the URL location for the application server runtime capabilities, which are xml file understood by the Felix OBR resolver.</p>