[OLINGO-416] fixes in Grundfile and docu
diff --git a/odatajs/Gruntfile.js b/odatajs/Gruntfile.js
index 129eb51..d138ebf 100644
--- a/odatajs/Gruntfile.js
+++ b/odatajs/Gruntfile.js
@@ -113,7 +113,7 @@
 
   //    Start Qunit tests direcly in node js, internally qunit (npm qunit) 
   //    is used, no phantomjs instance required
-  grunt.loadNpmTasks('grunt-node-qunit'); 
+  //grunt.loadNpmTasks('grunt-node-qunit'); 
   //grunt.loadNpmTasks('grunt-contrib-clean');
 
   //    Load the custom-* tasks from the grunt-config directory
diff --git a/odatajs/grunt-config/custom-tasks/rat/readme.md b/odatajs/grunt-config/custom-tasks/rat/readme.md
index 165d9b7..40e6443 100644
--- a/odatajs/grunt-config/custom-tasks/rat/readme.md
+++ b/odatajs/grunt-config/custom-tasks/rat/readme.md
@@ -1,4 +1,5 @@
 Download "apache-rat-0.11-bin.zip" from http://creadur.apache.org/rat/download_rat.cgi and unpack it to 
 "extern-modules/apache-rat-0.11"
 
-"apache-rat-0.11.jar" must be located in ./extern-modules/apache-rat-0.11/apache-rat-0.11.jar
\ No newline at end of file
+"apache-rat-0.11.jar" must be located in ./extern-modules/apache-rat-0.11/apache-rat-0.11.jar
+( full path from git root /odatajs/grunt-config/custom-tasks/rat/extern-modules/apache-rat-0.11/apache-rat-0.11.jar)
\ No newline at end of file
diff --git a/odatajs/package.json b/odatajs/package.json
index 36dd3d7..6a594fc 100644
--- a/odatajs/package.json
+++ b/odatajs/package.json
@@ -2,7 +2,7 @@
   "name": "odatajs",
   "version": "4.0.0",
   "postfix": "beta-01",
-  "releaseCandidate" : "RC01",
+  "releaseCandidate" : "",
 
   "title": "Olingo OData Client for Java Script",
   "description": "the Olingo OData Client for Java Script library is a new cross-browser JavaScript library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features. It's designed to be small, fast and easy to use.",