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

svn commit: r794472 - /websites/staging/chemistry/trunk/content/java/developing/guide.html

Author: buildbot
Date: Wed Aug 17 07:56:46 2011
New Revision: 794472

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/developing/guide.html

Modified: websites/staging/chemistry/trunk/content/java/developing/guide.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/guide.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/guide.html Wed Aug 17 07:56:46 2011
@@ -335,7 +335,8 @@ OpenCMIS API in the next section.</p>
 <p>This section introduces the most commonly used parts of the OpenCMIS client API. The code snippets are taken from the GettingStarted sample class supplied with Apache chemistry.</p>
 <h3 id="installing_the_getting_started_sample">Installing the getting started sample</h3>
 <p>On a command line, type the following command :-</p>
-<div class="codehilite"><pre>svn co https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started
+<div class="codehilite"><pre>svn co \
+https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started
 </pre></div>