Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 7424 invoked from network); 30 Oct 2003 01:12:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Oct 2003 01:12:49 -0000 Received: (qmail 3918 invoked by uid 500); 30 Oct 2003 01:12:33 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 3823 invoked by uid 500); 30 Oct 2003 01:12:32 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 3810 invoked by uid 500); 30 Oct 2003 01:12:32 -0000 Received: (qmail 3807 invoked from network); 30 Oct 2003 01:12:32 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 30 Oct 2003 01:12:32 -0000 Received: (qmail 7357 invoked by uid 1438); 30 Oct 2003 01:12:47 -0000 Date: 30 Oct 2003 01:12:47 -0000 Message-ID: <20031030011247.7356.qmail@minotaur.apache.org> From: mcconnell@apache.org To: avalon-sandbox-cvs@apache.org Subject: cvs commit: avalon-sandbox/mavenized-site/xdocs/product/framework index.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N mcconnell 2003/10/29 17:12:47 Modified: mavenized-site/xdocs/product/framework index.xml Log: Improvement to framework description. Revision Changes Path 1.3 +3 -3 avalon-sandbox/mavenized-site/xdocs/product/framework/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/avalon-sandbox/mavenized-site/xdocs/product/framework/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 27 Oct 2003 23:40:40 -0000 1.2 +++ index.xml 30 Oct 2003 01:12:47 -0000 1.3 @@ -23,11 +23,11 @@

- Avalon Framework + Avalon Framework API and Implementation

-

The Avalon Framework consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcements, and several lightweight convenience implementations of the generic components.

+

The Avalon Framework API and Implementation consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcements, and several lightweight convenience implementations of the generic components.

@@ -38,7 +38,7 @@

-

The Avalon Meta Model defines the functional structure of component types and services. A Type definition contains information about deployment and runtime dependencies together with information about the services that a component type can provide.

+

The Avalon Meta Model defines the functional criteria for component types and services. A Type definition contains information about deployment and runtime dependencies together with information about the services that a component type can provide.

--------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org