mcconnell 2004/04/14 07:50:46 Modified: meta project.xml meta/site/xdocs/meta/info/type/info collection.xml Log: Housekeeping. Revision Changes Path 1.14 +9 -5 avalon/meta/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon/meta/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 28 Feb 2004 14:10:18 -0000 1.13 +++ project.xml 14 Apr 2004 14:50:46 -0000 1.14 @@ -1,4 +1,8 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE project [ + <!ENTITY % index SYSTEM "file:index.ent"> %index; +]> + <!-- Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,12 +21,12 @@ --> <project> + <groupId>&avalon-meta-id;</groupId> + <id>&avalon-meta-id;</id> + <currentVersion>&avalon-meta-api-version;</currentVersion> + <name>Avalon Meta</name> - <groupId>avalon-meta</groupId> - <id>avalon-meta</id> - <currentVersion>1.4-SNAPSHOT</currentVersion> <inceptionYear>2000</inceptionYear> - <organization> <name>The Apache Software Foundation</name> <url>http://avalon.apache.org/</url> 1.3 +5 -8 avalon/meta/site/xdocs/meta/info/type/info/collection.xml Index: collection.xml =================================================================== RCS file: /home/cvs/avalon/meta/site/xdocs/meta/info/type/info/collection.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- collection.xml 14 Apr 2004 11:52:01 -0000 1.2 +++ collection.xml 14 Apr 2004 14:50:46 -0000 1.3 @@ -13,13 +13,10 @@ <subsection name="Description"> <p> - Declaration of a garbage collection policy default override. If - the value is "weak" the component will be decommissioned automatically - if all references to the component have been released. If the value - "soft" the component will be decommissioned in the event of - memory contention. If the value is "hard" the component will be - maintained for the life of its container. If undefined, the default - collection policy is "hard". + Declaration of a garbage collection policy to be used by + a container for the component type. For additional information + concerning object reference semantics please refered to the + java.lang.ref package summary. </p> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]