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:57:27 UTC

svn commit: r794473 - in /websites/production/chemistry: ./ content/java/developing/guide.html

Author: sfermigier
Date: Wed Aug 17 07:57:26 2011
New Revision: 794473

Log:
Publishing merge to chemistry site by sfermigier

Modified:
    websites/production/chemistry/   (props changed)
    websites/production/chemistry/content/java/developing/guide.html

Propchange: websites/production/chemistry/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 17 07:57:26 2011
@@ -1 +1 @@
-/websites/staging/chemistry/trunk:785583-794470
+/websites/staging/chemistry/trunk:785583-794472

Modified: websites/production/chemistry/content/java/developing/guide.html
==============================================================================
--- websites/production/chemistry/content/java/developing/guide.html (original)
+++ websites/production/chemistry/content/java/developing/guide.html Wed Aug 17 07:57:26 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>