Repository: olingo-odata4-js Updated Branches: refs/heads/master 773bf431b -> cbab4b712
[OLINGO-416] fixes in Grundfile and docu Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/cbab4b71 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/cbab4b71 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/cbab4b71 Branch: refs/heads/master Commit: cbab4b71235037c39c42c3b91725d9845547571b Parents: 773bf43 Author: Sven Kobler <[email protected]> Authored: Fri Sep 5 09:42:02 2014 +0200 Committer: Sven Kobler <[email protected]> Committed: Fri Sep 5 09:42:02 2014 +0200 ---------------------------------------------------------------------- odatajs/Gruntfile.js | 2 +- odatajs/grunt-config/custom-tasks/rat/readme.md | 3 ++- odatajs/package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/cbab4b71/odatajs/Gruntfile.js ---------------------------------------------------------------------- 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 @@ module.exports = function(grunt) { // 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 http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/cbab4b71/odatajs/grunt-config/custom-tasks/rat/readme.md ---------------------------------------------------------------------- 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 http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/cbab4b71/odatajs/package.json ---------------------------------------------------------------------- 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.",
