You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sf...@apache.org on 2011/08/17 09:56:33 UTC

svn commit: r1158556 - /chemistry/site/trunk/content/java/developing/guide.mdtext

Author: sfermigier
Date: Wed Aug 17 07:56:33 2011
New Revision: 1158556

URL: http://svn.apache.org/viewvc?rev=1158556&view=rev
Log:
CMS commit to chemistry by sfermigier

Modified:
    chemistry/site/trunk/content/java/developing/guide.mdtext

Modified: chemistry/site/trunk/content/java/developing/guide.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/guide.mdtext?rev=1158556&r1=1158555&r2=1158556&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/guide.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/guide.mdtext Wed Aug 17 07:56:33 2011
@@ -185,7 +185,8 @@ This section introduces the most commonl
 On a command line, type the following command :-
 
     :::text
-    svn co https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started
+    svn co \
+    https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started
 
 You can then build the sample and run the `org.apache.chemistry.opencmis.doc.GettingStarted` sample using maven, by typing the following command