You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2014/09/05 09:52:14 UTC

svn commit: r921304 - in /websites/staging/olingo/trunk/content: ./ doc/javascript/project-build.html doc/javascript/project-setup.html

Author: buildbot
Date: Fri Sep  5 07:52:14 2014
New Revision: 921304

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/javascript/project-build.html
    websites/staging/olingo/trunk/content/doc/javascript/project-setup.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep  5 07:52:14 2014
@@ -1 +1 @@
-1622448
+1622632

Modified: websites/staging/olingo/trunk/content/doc/javascript/project-build.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/javascript/project-build.html (original)
+++ websites/staging/olingo/trunk/content/doc/javascript/project-build.html Fri Sep  5 07:52:14 2014
@@ -82,7 +82,7 @@
           
 			</div><!--/.nav-collapse -->
         </div><!--/.container-fluid -->
-      </div><!-- Main component for a primary marketing message or call to action --><h1 id="project-build">Project build</h1>
+      </div><!-- Main component for a primary marketing message or call to action --><h1 id="building-the-olingo-odata-client-for-java-script">Building the Olingo OData Client for Java Script</h1>
 <h3 id="test-for-proper-installation">Test for proper installation</h3>
 <p>Open your (git-)bash and navigate to the folder 
 <code>olingo-odata4-js/odatajs/</code></p>
@@ -93,7 +93,7 @@
 </pre></div>
 
 
-<h3 id="build-the-olingo-odata-client-for-java-script">Build the Olingo OData Client for Java Script</h3>
+<h3 id="build">Build</h3>
 <p>To build the odatajs library use the grunt task chain <strong>build</strong>.</p>
 <p><strong><code>grunt build</code></strong></p>
 <p>This task chain will perform the following grunt tasks:</p>

Modified: websites/staging/olingo/trunk/content/doc/javascript/project-setup.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/javascript/project-setup.html (original)
+++ websites/staging/olingo/trunk/content/doc/javascript/project-setup.html Fri Sep  5 07:52:14 2014
@@ -149,11 +149,8 @@ following steps:</p>
 </ul>
 <p>then</p>
 <ul>
-<li>Download the Rat binaries apache-rat-0.11-bin.zip from http://creadur.apache.org/rat/download_rat.cgi</li>
-<li>Unpack the apache-rat-0.11-bin.zip to <em>./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat/tools</em></li>
-<li>Check that file <em>./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat/tools/apache-rat-0.11/apache-rat-0.10.jar</em> exists</li>
+<li>Proceed as described the filed <code>readme.md</code></li>
 </ul>
-<p>*</p>
 <h5 id="c">C#</h5>
 <p>In order to run the service for testing you need the the "Microsoft Visual Studio SP1" with the extension 
  "NuGet package manager". </p>