Author: penyaskito Date: 2008-01-05 21:10:56-0800 New Revision: 14021 Modified: trunk/documentation/cookbook/inside_subsystems.xml trunk/documentation/manual/argomanual.xml
Log: Updating documentation with the new location of the argo.user.properties file. Modified: trunk/documentation/cookbook/inside_subsystems.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/inside_subsystems.xml?view=diff&rev=14021&p1=trunk/documentation/cookbook/inside_subsystems.xml&p2=trunk/documentation/cookbook/inside_subsystems.xml&r1=14020&r2=14021 ============================================================================== --- trunk/documentation/cookbook/inside_subsystems.xml (original) +++ trunk/documentation/cookbook/inside_subsystems.xml 2008-01-05 21:10:56-0800 @@ -571,7 +571,7 @@ or low-level subsystem. See <xref linkend="infrastructure_subsystems"></xref>. It handles all configuration that is stored - in the user's home directory + in the ".argouml" directory under the user's home directory in the file named "argo.user.properties". </para> <para>Not inside the scope of this package Modified: trunk/documentation/manual/argomanual.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/manual/argomanual.xml?view=diff&rev=14021&p1=trunk/documentation/manual/argomanual.xml&p2=trunk/documentation/manual/argomanual.xml&r1=14020&r2=14021 ============================================================================== --- trunk/documentation/manual/argomanual.xml (original) +++ trunk/documentation/manual/argomanual.xml 2008-01-05 21:10:56-0800 @@ -9379,6 +9379,7 @@ adjusted in the <literal>Edit</literal> -> <literal> Settings...</literal> menu. The list of files is stored in the <filename>argo.user.properties</filename> file in the + <filename>.argouml</filename> directory under the user's home directory.</para> </sect2> @@ -9719,9 +9720,9 @@ size and location is such a setting. Activating this menu entry causes the information to be saved in the file <literal>argo.user.properties</literal>. - The location of this file is in the "users home - directory", which is defined as - <literal>${user.home}</literal> + The location of this file is in the <literal>.argouml</literal> directory + under the "users home directory", + which is defined as <literal>${user.home}</literal> , and can be determined as described in <xref linkend="s3.ref.menu.environment" /> . @@ -9936,7 +9937,8 @@ <para><literal>${user.home}</literal>. The user's home directory. Used for storing the <literal> - argo.user.properties</literal> file.</para> + argo.user.properties</literal> file, under the + <literal>.argouml</literal> directory.</para> </listitem> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
