You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/25 17:44:58 UTC

cvs commit: avalon-sandbox/csframework/src/cs NamespaceSummary.xml

bloritsch    2003/06/25 08:44:57

  Modified:    csframework AvalonFramework.build
  Added:       csframework/src/cs NamespaceSummary.xml
  Log:
  update ref to namespace summary
  
  Revision  Changes    Path
  1.6       +1 -1      avalon-sandbox/csframework/AvalonFramework.build
  
  Index: AvalonFramework.build
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/csframework/AvalonFramework.build,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AvalonFramework.build	25 Jun 2003 15:28:27 -0000	1.5
  +++ AvalonFramework.build	25 Jun 2003 15:44:57 -0000	1.6
  @@ -46,7 +46,7 @@
           <includes name="${library.name}.dll"/>
         </assemblies>
         <summaries>
  -        <includes name="NamespaceSummary.xml"/>
  +        <includes name="src/cs/NamespaceSummary.xml"/>
         </summaries>
         <documenters>
           <documenter name="MSDN">
  
  
  
  1.1                  avalon-sandbox/csframework/src/cs/NamespaceSummary.xml
  
  Index: NamespaceSummary.xml
  ===================================================================
  <namespaces>
    <namespace name="Apache.Avalon.Framework">
      The <b>Apache.Avalon.Framework</b> namespace defines the attributes used for
      Avalon components.
    </namespace>
    <namespace name="Apache.Avalon.Framework.Activity">
      The <b>Apache.Avalon.Framework.Activity</b> namespace defines the startup
      and shutdown interfaces that will be called for Avalon components.
    </namespace>
    <namespace name="Apache.Avalon.Framework.Configuration">
      The <b>Apache.Avalon.Framework.Configuration</b> namespace defines the
      interfaces and classes used to configure Avalon components.
    </namespace>
    <namespace name="Apache.Avalon.Framework.Context">
      The <b>Apache.Avalon.Framework.Context</b> namespace defines the interfaces
      and classes used to provide contextual/global information to Avalon components.
    </namespace>
    <namespace name="Apache.Avalon.Framework.Logger">
      The <b>Apache.Avalon.Framework.Logger</b> namespace defines the interfaces
      and classes used to wrap any logging library and provide a standard interface
      for Avalon components.
    </namespace>
    <namespace name="Apache.Avalon.Framework.Parameters">
      The <b>Apache.Avalon.Framework.Parameters</b> namespace defines the interfaces
      and classes used to provide an alternative to the heirarchical configuration
      information.  It provides a flat System.Collections.IDirectory like association
      of names and values.
    </namespace>
    <namespace name="Apache.Avalon.Framework.Service">
      The <b>Apache.Avalon.Framework.Service</b> namespace defines the interfaces
      and classes used to find other components for Avalon components.
    </namespace>
    <namespace name="Apache.Avalon.Framework.Util">
      The <b>Apache.Avalon.Framework.Util</b> namespace defines some utility classes
      used to simplify working with components and configuration info.
    </namespace>
  </namespaces>
  
  

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