Updated master pom to exlude r.js from rat checks

git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1553205 
13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/rave/repo
Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/34b040d0
Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/34b040d0
Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/34b040d0

Branch: refs/heads/angular
Commit: 34b040d0f6eb97afddf1e741f0cf27affa578970
Parents: 00988b9
Author: Matthew B. Franklin <[email protected]>
Authored: Mon Dec 23 20:49:34 2013 +0000
Committer: Matthew B. Franklin <[email protected]>
Committed: Mon Dec 23 20:49:34 2013 +0000

----------------------------------------------------------------------
 LICENSE                                       | 2 +-
 pom.xml                                       | 2 +-
 rave-portal-resources/src/main/resources/r.js | 7 ++++---
 3 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/rave/blob/34b040d0/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index c2f9036..6929f89 100644
--- a/LICENSE
+++ b/LICENSE
@@ -205,7 +205,7 @@
 
======================================================================================
 MIT License
 
-For r.js
+For r.js, jquery.js, require.js, underscore.js,
 
======================================================================================
 
 Copyright (c) 2010-2013, The Dojo Foundation

http://git-wip-us.apache.org/repos/asf/rave/blob/34b040d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 59a156b..6e63382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-master</artifactId>
-        <version>0.21</version>
+        <version>0.23-SNAPSHOT</version>
         <relativePath>../rave-master-pom/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/rave/blob/34b040d0/rave-portal-resources/src/main/resources/r.js
----------------------------------------------------------------------
diff --git a/rave-portal-resources/src/main/resources/r.js 
b/rave-portal-resources/src/main/resources/r.js
index 88b3538..b6ee967 100644
--- a/rave-portal-resources/src/main/resources/r.js
+++ b/rave-portal-resources/src/main/resources/r.js
@@ -1,4 +1,4 @@
-/**
+/*
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -6,8 +6,9 @@
  * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * @license r.js 2.1.6 Copyright (c) 2010-2012, The Dojo Foundation All Rights 
Reserved.
+ */
+
+ /* @license r.js 2.1.6 Copyright (c) 2010-2012, The Dojo Foundation All 
Rights Reserved.
  * Available via the MIT or new BSD license.
  * see: http://github.com/jrburke/requirejs for details
  */

Reply via email to