svn commit: r15280 - trunk/documentation/cookbook/building.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2008-07-14 23:12:24-0700
New Revision: 15280
Modified:
trunk/documentation/cookbook/building.xml
Log:
Broke up the argoumlinstaller tag line to get a not so wide html page.
Modified: trunk/documentation/cookbook/building.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/building.xml?view=diff&rev=15280&p1=trunk/documentation/cookbook/building.xml&p2=trunk/documentation/cookbook/building.xml&r1=15279&r2=15280
==============================================================================
--- trunk/documentation/cookbook/building.xml (original)
+++ trunk/documentation/cookbook/building.xml 2008-07-14 23:12:24-0700
@@ -3857,9 +3857,12 @@
Tag the argoumlinstaller directory.
</para>
<para>
-The following commands will do it for you:
+The following command will do it for you:
<programlisting>
-svn copy http://argoumlinstaller.tigris.org/svn/argoumlinstaller/trunk http://argoumlinstaller.tigris.org/svn/argoumlinstaller/releases/VERSION_<replaceable>GIVEN_VERSION</replaceable> -m'Installer used for <replaceable>GIVEN_VERSION</replaceable>
+svn copy \
+ http://argoumlinstaller.tigris.org/svn/argoumlinstaller/trunk \
+ http://argoumlinstaller.tigris.org/svn/argoumlinstaller/releases/VERSION_<replaceable>GIVEN_VERSION</replaceable> \
+ -m'Installer used for <replaceable>GIVEN_VERSION</replaceable>
</programlisting>
</para>
</listitem>