mcconnell 2003/01/06 20:24:50 Modified: assembly/src/etc project.mf assembly/src/java/org/apache/avalon/assembly/appliance Appliance.java Log: Updated manifests to be consitent. Revision Changes Path 1.3 +1 -1 avalon-sandbox/assembly/src/etc/project.mf Index: project.mf =================================================================== RCS file: /home/cvs/avalon-sandbox/assembly/src/etc/project.mf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.mf 7 Dec 2002 09:34:27 -0000 1.2 +++ project.mf 7 Jan 2003 04:24:50 -0000 1.3 @@ -21,4 +21,4 @@ logger-Specification-Version: 1.0 Name: Avalon-Block -Block-Name: Assembly +Block-Package: org.apache.avalon.assembly 1.17 +5 -7 avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/Appliance.java Index: Appliance.java =================================================================== RCS file: /home/cvs/avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/appliance/Appliance.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Appliance.java 27 Dec 2002 16:20:59 -0000 1.16 +++ Appliance.java 7 Jan 2003 04:24:50 -0000 1.17 @@ -61,9 +61,7 @@ import org.apache.avalon.assembly.lifecycle.AssemblyException; import org.apache.avalon.meta.info.DependencyDescriptor; import org.apache.avalon.meta.info.StageDescriptor; -import org.apache.avalon.meta.model.Profile; import org.apache.avalon.meta.model.LoggingDirective; -import org.apache.avalon.meta.model.ContextDirective; import org.apache.avalon.meta.info.Type; /** @@ -122,22 +120,22 @@ boolean getActivationPolicy(); /** - * Test is this profile is enabled. A profile is enabled unless explicitly disabled by an + * Test is this appliance is enabled. A appliance is enabled unless explicitly disabled by an * assembly directive, or implicity disabled as a result of an assembly failure. * - * @return TRUE if the profile is enabled. + * @return TRUE if the appliance is enabled. * @see #setEnabled( boolean ) */ boolean isEnabled(); /** - * Set the enabled status of the profile to the supplied value. + * Set the enabled status of the appliance to the supplied value. * @param value the enabled status - TRUE or FALSE */ void setEnabled( boolean value ); /** - * Return the logging categories for the profile. + * Return the logging categories for the appliance. * * @return the logger */
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>