Author: buildbot
Date: Thu Apr 9 06:43:07 2015
New Revision: 946849
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/javascript/project-setup.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 9 06:43:07 2015
@@ -1 +1 @@
-1672092
+1672248
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 Thu
Apr 9 06:43:07 2015
@@ -132,7 +132,7 @@ $ <span class="n">java</span> <span clas
<h3 id="install-the-project-dependencies">Install the project dependencies</h3>
<h5 id="javascript">JavaScript</h5>
<p>After downloading navigate into the project folder via</p>
-<p><code>cd olingo-odata4-js/odatajs/</code></p>
+<p><code>cd olingo-odata4-js/</code></p>
<p>and install the dependencies via npm (node package manager) with</p>
<p><code>npm install</code></p>
<p>npm will check all dependencies listed in the package.json file and install
them recursively.</p>
@@ -141,14 +141,12 @@ $ <span class="n">java</span> <span clas
<p><code>npm config set https-proxy http://proxy.company.com:8080</code></p>
<p>Default are the environment variables <em>HTTP_PROXY</em> and
<em>http_proxy</em> for <strong>proxy</strong> and
<em>HTTPS_PROXY</em>, <em>https_proxy</em>, <em>HTTP_PROXY</em> or
<em>http_proxy</em> for <strong>https-proxy</strong>.</p>
-<p>After installing the main modules navigate into the folder
<code>/grunt-config/browserify_transforms/stripheader</code>
-and call again <code>npm install</code>.</p>
<h5 id="java">Java</h5>
<p>If you want to run the Apache release audit tools (<a
href="http://creadur.apache.org/rat/">Apache Ratâ¢</a> ) please perform the
following steps:</p>
<ul>
<li>Navigate to
-<code>./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat</code></li>
+<code>./olingo-odata4-js/grunt-config/custom-tasks/rat</code></li>
<li>Run <code>npm install</code> to install the node_modules required by the
rat tool</li>
</ul>
<p>then</p>