You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2013/11/04 19:58:15 UTC

svn commit: r1538716 - in /myfaces/trinidad-maven/trunk: ./ maven-faces-plugin/src/test/java/org/apache/myfaces/trinidadbuild/plugin/faces/ maven-faces-plugin/src/test/resources/META-INF/maven-faces-plugin/ maven-javascript-plugin/src/main/java/org/apa...

Author: sobryan
Date: Mon Nov  4 18:58:15 2013
New Revision: 1538716

URL: http://svn.apache.org/r1538716
Log:
Fixed some issues with RAT audits

Removed:
    myfaces/trinidad-maven/trunk/maven-faces-plugin/src/test/resources/META-INF/maven-faces-plugin/testSkipAPI.lst
Modified:
    myfaces/trinidad-maven/trunk/   (props changed)
    myfaces/trinidad-maven/trunk/maven-faces-plugin/src/test/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateComponentsMojoTest.java
    myfaces/trinidad-maven/trunk/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/javascript20parser/js2.0.jjt

Propchange: myfaces/trinidad-maven/trunk/
------------------------------------------------------------------------------
  Merged /myfaces/trinidad-maven/tags/maven-plugin-parent-2.0.8:r1538713

Modified: myfaces/trinidad-maven/trunk/maven-faces-plugin/src/test/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateComponentsMojoTest.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad-maven/trunk/maven-faces-plugin/src/test/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateComponentsMojoTest.java?rev=1538716&r1=1538715&r2=1538716&view=diff
==============================================================================
--- myfaces/trinidad-maven/trunk/maven-faces-plugin/src/test/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateComponentsMojoTest.java (original)
+++ myfaces/trinidad-maven/trunk/maven-faces-plugin/src/test/java/org/apache/myfaces/trinidadbuild/plugin/faces/GenerateComponentsMojoTest.java Mon Nov  4 18:58:15 2013
@@ -69,19 +69,7 @@ public class GenerateComponentsMojoTest 
   {
     _mojo.execute();
   }
-/*
-  public void testSkipAPI() throws MojoExecutionException
-  {
-    setMojoField(_mojo, "resourcePath",
-                           "META-INF/maven-faces-plugin/testSkipAPI.lst");
-    _mojo.execute();
-
-    File targetFile = new File(_genSrcDir,
-                               "javax/faces/component/UINamingContainer.java");
-    if (targetFile.exists())
-      fail("JavaServer Faces API component generated");
-  }
-*/
+  
   public void testGenerate() throws MojoExecutionException, MojoFailureException
   {
     setMojoField(_mojo, "resourcePath",

Modified: myfaces/trinidad-maven/trunk/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/javascript20parser/js2.0.jjt
URL: http://svn.apache.org/viewvc/myfaces/trinidad-maven/trunk/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/javascript20parser/js2.0.jjt?rev=1538716&r1=1538715&r2=1538716&view=diff
==============================================================================
--- myfaces/trinidad-maven/trunk/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/javascript20parser/js2.0.jjt (original)
+++ myfaces/trinidad-maven/trunk/maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/javascript20parser/js2.0.jjt Mon Nov  4 18:58:15 2013
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 options {
     STATIC=false;
     MULTI=true;