Author: linus Date: 2008-02-09 00:27:20-0800 New Revision: 14093 Modified: trunk/documentation/cookbook/subsystemlogging.xml trunk/documentation/cookbook/subsystems.xml
Log: Adjusted the description on the External subsystems and logging. Modified: trunk/documentation/cookbook/subsystemlogging.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/subsystemlogging.xml?view=diff&rev=14093&p1=trunk/documentation/cookbook/subsystemlogging.xml&p2=trunk/documentation/cookbook/subsystemlogging.xml&r1=14092&r2=14093 ============================================================================== --- trunk/documentation/cookbook/subsystemlogging.xml (original) +++ trunk/documentation/cookbook/subsystemlogging.xml 2008-02-09 00:27:20-0800 @@ -50,6 +50,12 @@ The Logging is a Layer 0 subsystem. </para> <para> +From a strict subsystem point of view, +the logging subsystem should be merged with the JRE subsystem. +The problem is that the JRE subsystem is strange enough as it is +with the fact that it doesn't exist in the source code. +</para> + <para> Logging is currently implemented using log4j. </para> <para> Modified: trunk/documentation/cookbook/subsystems.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/subsystems.xml?view=diff&rev=14093&p1=trunk/documentation/cookbook/subsystems.xml&p2=trunk/documentation/cookbook/subsystems.xml&r1=14092&r2=14093 ============================================================================== --- trunk/documentation/cookbook/subsystems.xml (original) +++ trunk/documentation/cookbook/subsystems.xml 2008-02-09 00:27:20-0800 @@ -215,7 +215,14 @@ and are not developed as part of ArgoUML. </para> <para>There is a very simple dependency structure: - All ArgoUML packages may depend on them. + All ArgoUML subsystems may depend on them. + </para> + <para> + Not all imported libraries belong to this layer. + Some imported libraries that only affect parts of the system, + like the mdr libraries only affecting the model subsystem, and + the commons-io currently only affecting the C++ subsystem are part + of that subsystem instead. </para> <para> All these subsystems are started and initiated (if needed) @@ -227,7 +234,12 @@ <listitem> <para>Logging - see <xref linkend="logging"></xref>. - Location: <classname>org.apache.log4j</classname> + </para> + </listitem> + + <listitem> + <para>JRE with utils. + This includes all libraries that are part of the standard JRE. </para> </listitem> @@ -238,11 +250,8 @@ and translators from grammatical descriptions. ArgoUML uses ANTLR to process Java source code. </para> - </listitem> - - <listitem> - <para>JRE with utils. - This includes all libraries that are part of the standard JRE. + <para> + Used by reverse engineering subsystems. </para> </listitem> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
