You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2012/11/19 22:03:52 UTC

svn commit: r838869 - in /websites/staging/ctakes/trunk/content: ./ ctakes/3.0.0/developer-guide-3.0.html

Author: buildbot
Date: Mon Nov 19 21:03:51 2012
New Revision: 838869

Log:
Staging update by buildbot for ctakes

Modified:
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/ctakes/3.0.0/developer-guide-3.0.html

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 19 21:03:51 2012
@@ -1 +1 @@
-1410560
+1411410

Modified: websites/staging/ctakes/trunk/content/ctakes/3.0.0/developer-guide-3.0.html
==============================================================================
--- websites/staging/ctakes/trunk/content/ctakes/3.0.0/developer-guide-3.0.html (original)
+++ websites/staging/ctakes/trunk/content/ctakes/3.0.0/developer-guide-3.0.html Mon Nov 19 21:03:51 2012
@@ -84,13 +84,13 @@
   </div>
   <div id="contenta">
     <h2 id="viewing-the-code-on-the-web-via-viewvc">Viewing the code on the web via ViewVC</h2>
-<p>You can browse <a href="http://svn.apache.org/viewvc/incubator/ctakes/trunk">our repository</a> in your web browser.</p>
+<p>You can browse <a href="https://svn.apache.org/repos/asf/incubator/ctakes/trunk/">our repository</a> in your web browser.</p>
 <h2 id="building-and-running">Building and Running</h2>
 <h3 id="using-eclipse-ide">Using Eclipse IDE</h3>
 <p><em>Requirements</em>: Eclipse IDE 4.2+, Java JDK 1.6+, subversive plugin (or svn equivalent with appropriate svn team provider connectors), m2e plugin (or mvn equivalent)</p>
 <ol>
 <li>Import Project &gt; Maven &gt; Checkout Maven Project from SCM</li>
-<li>Use: svn: <a href="http://svn.apache.org/viewvc/incubator/ctakes/trunk">https://svn.apache.org/repos/asf/incubator/ctakes/trunk</a></li>
+<li>Use: svn: <a href="https://svn.apache.org/repos/asf/incubator/ctakes/trunk/">https://svn.apache.org/repos/asf/incubator/ctakes/trunk</a></li>
 <li>Select all projects.<br />
 </li>
 <li>Wait until Eclipse downloads and builds all of your projects (it may take up to 30 mins depending on the machine).  The 
@@ -101,7 +101,7 @@ pipeline.launch.</li>
 <h3 id="using-command-line">Using Command Line</h3>
 <p><em>Requirements</em>: SVN, Java JDK 1.6+, Maven 3.0+</p>
 <ol>
-<li>svn co <a href="http://svn.apache.org/viewvc/incubator/ctakes/trunk">https://svn.apache.org/repos/asf/incubator/ctakes/trunk</a> ctakes</li>
+<li>svn co <a href="https://svn.apache.org/repos/asf/incubator/ctakes/trunk/">https://svn.apache.org/repos/asf/incubator/ctakes/trunk</a> ctakes</li>
 <li>mvn clean compile package</li>
 <li>[Optional] If you would like to launch the UIMA CVD/CPE GUI, run $ MAVEN_OPTS="-Xmx1g" mvn -PrunCVD compile</li>
 </ol>