mcconnell 2002/07/06 23:25:29 Modified: assembly build.xml assembly/src/java/org/apache/excalibur/merlin/kernel package.html Log: package overview javadoc Revision Changes Path 1.11 +3 -0 jakarta-avalon-excalibur/assembly/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- build.xml 7 Jul 2002 05:16:30 -0000 1.10 +++ build.xml 7 Jul 2002 06:25:29 -0000 1.11 @@ -45,6 +45,7 @@ <property name="overview.html" value="${etc}/overview.html" /> <property name="project.manifest" value="project.mf" /> <property name="meta.jar" value="avalon-meta.jar" /> + <property name="overview.page" value="${src}/etc/overview.html" /> <!-- classpath --> @@ -182,6 +183,7 @@ windowtitle="Assembly" additionalparam="-breakiterator -J-Xmx128m" packagenames="org.*,net.*" + overview="${overview.page}" > <sourcepath path="${src}/java"/> <classpath> @@ -191,6 +193,7 @@ <link href="${jdk.href}" /> <link href="${avalon.href}" /> </javadoc> + <copy todir="${javadoc.root.path}/${ant.project.name}" file="${src}/etc/merlin.gif"/> </target> <target name="deploy" depends="build"> 1.5 +2 -2 jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/kernel/package.html Index: package.html =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/kernel/package.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- package.html 4 Jul 2002 09:01:35 -0000 1.4 +++ package.html 7 Jul 2002 06:25:29 -0000 1.5 @@ -10,14 +10,14 @@ <li>Hierachical container composition. </ul> <h3>Key Features</h3> -<p>A primary objective of this container is to provide simple composition of applications and the management of service provission from parent to child containers with minimal administration overhead.</p> +<p>A primary objective of this container is to provide simple composition of applications and the management of service provision from parent to child containers with minimal administration overhead.</p> <ul> <li>Component-based architecture. <li>Deployment as a stand-alone application or as an embedeed component. <li>Fully configurable classpaths at the kernel and container levels. <li>Support for cascading startup and shutdown. <li>Protected classloader hierachy. -<li>Graceful management of interupts. +<li>Graceful interupt management. <li>Integral logging. </ul>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>