Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2A724B82 for ; Sat, 21 May 2011 21:59:36 +0000 (UTC) Received: (qmail 29177 invoked by uid 500); 21 May 2011 21:59:36 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 29119 invoked by uid 500); 21 May 2011 21:59:36 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 29111 invoked by uid 99); 21 May 2011 21:59:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 21:59:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2011 21:59:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9E2162388A6B; Sat, 21 May 2011 21:59:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r789892 - /websites/staging/aries/trunk/content/documentation/application-dependencies.html Date: Sat, 21 May 2011 21:59:15 -0000 To: commits@aries.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110521215915.9E2162388A6B@eris.apache.org> Author: buildbot Date: Sat May 21 21:59:15 2011 New Revision: 789892 Log: Staging update by buildbot Modified: websites/staging/aries/trunk/content/documentation/application-dependencies.html Modified: websites/staging/aries/trunk/content/documentation/application-dependencies.html ============================================================================== --- websites/staging/aries/trunk/content/documentation/application-dependencies.html (original) +++ websites/staging/aries/trunk/content/documentation/application-dependencies.html Sat May 21 21:59:15 2011 @@ -262,8 +262,8 @@ mavenBundle("org.apache.aries.applicatio mavenBundle("org.apache.aries.application","org.apache.aries.application.utils" ),
mavenBundle("org.apache.aries.application","org.apache.aries.application.modeller"),
mavenBundle("org.apache.aries.application","org.apache.aries.application.default.local.platform"),
-mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.platform.repo"),
-mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.postresolve.process"),
+mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.platform.repo"), <-- This module no longer exists in 0.3.1-SNAPSHOT
+mavenBundle("org.apache.aries.application","org.apache.aries.application.noop.postresolve.process"), <-- This module no longer exists in 0.3.1-SNAPSHOT
mavenBundle("org.apache.aries.application","org.apache.aries.application.deployment.management"),

Besides the above bundles, either the non-isolated runtime or isolated runtime is also required.

@@ -280,6 +280,7 @@ mavenBundle("org.apache.aries.applicatio

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.

org.apache.aries.application.default.local.platform

This bundle should be replaced with an alternative bundle by the application server. This bundle provides the temp directory location.

+

Note - The following two bundles no longer exist in 0.3.1-SNAPSHOT

The following two bundles can be replaced by the application server if necessary.

org.apache.aries.application.noop.platform.repo

The above bundle provides the URL location for the application server runtime capabilities, which are xml file understood by the Felix OBR resolver.