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 2012/03/05 23:39:08 UTC

svn commit: r1297260 - in /myfaces/trinidad/trunk: pom.xml src/site/apt/download.apt src/site/xdoc/browsers.xml src/site/xdoc/index.xml trinidad-api/pom.xml trinidad-examples/trinidad-demo/pom.xml trinidad-impl/pom.xml

Author: sobryan
Date: Mon Mar  5 22:39:07 2012
New Revision: 1297260

URL: http://svn.apache.org/viewvc?rev=1297260&view=rev
Log:
Changed rat to run only on our release profile or when -PenableRat is specified.

Modified:
    myfaces/trinidad/trunk/pom.xml
    myfaces/trinidad/trunk/src/site/apt/download.apt
    myfaces/trinidad/trunk/src/site/xdoc/browsers.xml
    myfaces/trinidad/trunk/src/site/xdoc/index.xml
    myfaces/trinidad/trunk/trinidad-api/pom.xml
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml
    myfaces/trinidad/trunk/trinidad-impl/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1297260&r1=1297259&r2=1297260&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Mon Mar  5 22:39:07 2012
@@ -81,7 +81,7 @@ Create A Branch (http://maven.apache.org
     <junit.version>4.4</junit.version>
     
     <!-- Plugins -->
-    <trinidad-plugins.version>2.0.7</trinidad-plugins.version>
+    <trinidad-plugins.version>2.0.8-SNAPSHOT</trinidad-plugins.version>
     <wagon-plugin.version>1.0.6</wagon-plugin.version>
     <jetty-plugin.version>6.1.21</jetty-plugin.version>
     <pluto.version>1.1.6</pluto.version>
@@ -558,6 +558,21 @@ Create A Branch (http://maven.apache.org
         </plugin>  
 
         <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.7</version>
+          <configuration>
+            <includes>
+              <include>src/*/</include>
+              <include>pom.xml</include>
+            </includes>
+            <excludes>
+              <exclude>**/clirr-runner.txt</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-idea-plugin</artifactId>
           <version>2.2</version> 
@@ -687,28 +702,6 @@ Create A Branch (http://maven.apache.org
           </execution>
         </executions>
       </plugin>
-
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>src/*/</include>
-            <include>pom.xml</include>
-          </includes>
-          <excludes>
-            <exclude>**/clirr-runner.txt</exclude>
-          </excludes>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 
@@ -752,6 +745,42 @@ Create A Branch (http://maven.apache.org
       <modules>
         <module>trinidad-assembly</module>
       </modules>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build> 
+    </profile>
+
+    <profile>
+      <id>enableRat</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
 
     <!--

Modified: myfaces/trinidad/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/src/site/apt/download.apt?rev=1297260&r1=1297259&r2=1297260&view=diff
==============================================================================
--- myfaces/trinidad/trunk/src/site/apt/download.apt (original)
+++ myfaces/trinidad/trunk/src/site/apt/download.apt Mon Mar  5 22:39:07 2012
@@ -33,23 +33,23 @@ Download Apache MyFaces Trinidad
   created using GNU tar extensions. Thus they must be untarred with a GNU compatible
   version of tar.
 
-    << Apache MyFaces Trinidad 2.0.0-beta-2 Distribution for JSF 2.0 >>
+    << Apache MyFaces Trinidad 2.0.1 Distribution for JSF 2.0 >>
 
     Release notes can be found
-  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&version=12316092}here}}.
+  {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&version=12316369}here}}.
   
 *-------------------------+---------+----------+-----------+
 |                         | Mirrors | Checksum | Signature |
 *-------------------------+---------+----------+-----------+
-| Apache MyFaces Trinidad 2.0.0-beta-2 (tar.gz)     | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.tar.gz} trinidad-2.0.0-beta-2-dist.tar.gz}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.tar.gz.md5} trinidad-2.0.0-beta-2-dist.tar.gz.md5}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.tar.gz.asc} trinidad-2.0.0-beta-2-dist.tar.gz.asc}} |
+| Apache MyFaces Trinidad 2.0.1 (tar.gz) | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-dist.tar.gz} trinidad-2.0.1-dist.tar.gz}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-dist.tar.gz.md5} trinidad-2.0.1-dist.tar.gz.md5}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-dist.tar.gz.asc} trinidad-2.0.1-dist.tar.gz.asc}} |
 *-------------------------+---------+----------+-----------+
-| Apache MyFaces Trinidad 2.0.0-beta-2 (zip)      | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.zip} trinidad-2.0.0-beta-2-dist.zip}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.zip.md5} trinidad-2.0.0-beta-2-dist.zip.md5}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.zip.asc} trinidad-2.0.0-beta-2-dist.zip.asc}} |
+| Apache MyFaces Trinidad 2.0.1 (zip)    | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-dist.zip} trinidad-2.0.1-dist.zip}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-dist.zip.md5} trinidad-2.0.1-dist.zip.md5}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-dist.zip.asc} trinidad-2.0.1-dist.zip.asc}} |
 *-------------------------+---------+----------+-----------+
-| Apache MyFaces Trinidad 2.0.0-beta-2 Example (tar.gz)     | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-example.tar.gz} trinidad-2.0.0-beta-2-example.tar.gz}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-example.tar.gz.md5} trinidad-2.0.0-beta-2-example.tar.gz.md5}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-example.tar.gz.asc} trinidad-2.0.0-beta-2-example.tar.gz.asc}} |
+| Apache MyFaces Trinidad 2.0.1 Example (tar.gz)    | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.tar.gz} trinidad-2.0.1-example.tar.gz}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.tar.gz.md5} trinidad-2.0.1-example.tar.gz.md5}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.tar.gz.asc} trinidad-2.0.1-example.tar.gz.asc}} |
 *-------------------------+---------+----------+-----------+
-| Apache MyFaces Trinidad 2.0.0-beta-2  Example (zip)      | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-example.zip} trinidad-2.0.0-beta-2-example.zip}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-example.zip.md5} trinidad-2.0.0-beta-2-example.zip.md5}} | {{{http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-example.zip.asc} trinidad-2.0.0-beta-2-example.zip.asc}} |
+| Apache MyFaces Trinidad 2.0.1  Example (zip)      | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip} trinidad-2.0.1-example.zip}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip.md5} trinidad-2.0.1-example.zip.md5}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/binaries/trinidad-2.0.1-example.zip.asc} trinidad-2.0.1-example.zip.asc}} |
 *-------------------------+---------+----------+-----------+
-| Apache MyFaces Trinidad 2.0.0-beta-2  Source (zip)      | {{{http://myfaces.apache.org/dist/source/trinidad-2.0.0-beta-2-src-all.zip} trinidad-2.0.0-beta-2-src-all.zip}} | {{{http://myfaces.apache.org/dist/source/trinidad-2.0.0-beta-2-src-all.zip.md5} trinidad-2.0.0-beta-2-src-all.zip.md5}} | {{{http://myfaces.apache.org/dist/source/trinidad-2.0.0-beta-2-src-all.zip.asc} trinidad-2.0.0-beta-2-src-all.zip.asc}} |
+| Apache MyFaces Trinidad 2.0.1  Source (zip)       | {{{http://www.apache.org/dyn/closer.cgi/myfaces/source/trinidad-2.0.1-src-all.zip} trinidad-2.0.1-src-all.zip}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/source/trinidad-2.0.1-src-all.zip.md5} trinidad-2.0.1-src-all.zip.md5}} | {{{http://www.apache.org/dyn/closer.cgi/myfaces/source/trinidad-2.0.1-src-all.zip.asc} trinidad-2.0.1-src-all.zip.asc}} |
 *-------------------------+---------+----------+-----------+
 
     << Apache MyFaces Trinidad 1.2.14 Distribution for JSF 1.2 >>

Modified: myfaces/trinidad/trunk/src/site/xdoc/browsers.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/src/site/xdoc/browsers.xml?rev=1297260&r1=1297259&r2=1297260&view=diff
==============================================================================
--- myfaces/trinidad/trunk/src/site/xdoc/browsers.xml (original)
+++ myfaces/trinidad/trunk/src/site/xdoc/browsers.xml Mon Mar  5 22:39:07 2012
@@ -34,13 +34,6 @@ In addition, various mobile browsers are
 for the complete <a href="#mobile">mobile browser support</a>.</p>
 
 <table summary="" border="1" cellspacing="0" cellpadding="5">
-<!--
-  <tr>
-    <td colspan="2" rowspan="2"></td>
-    <td align="center" colspan="6">Operating Systems</td>
-
-  </tr>
--->
   <tr>
     <th>User Agents</th>
     <th>Windows</th>
@@ -50,7 +43,7 @@ for the complete <a href="#mobile">mobil
   </tr>
   <tr>
     <th>Internet Explorer</th>
-    <td align="center">6<span style="vertical-align:super;">*</span>, 7, 8</td>
+    <td align="center">7, 8, 9</td>
     <td align="center">-</td>
     <td align="center">-</td>
     <td align="center">-</td>
@@ -58,38 +51,29 @@ for the complete <a href="#mobile">mobil
 
   <tr>
     <th>Firefox</th>
-    <td align="center">1.0.x, 2.x, 3.x</td>
-    <td align="center">1.0.x, 2.x, 3.x</td>
-    <td align="center">1.0.x, 2.x, 3.x</td>
+    <td align="center">2.0.0.20+, 3, 4, 5, 6, 7, 8, 9, 10</td>
+    <td align="center">2.0.0.20+, 3, 4, 5, 6, 7, 8, 9, 10</td>
+    <td align="center">2.0.0.20+, 3, 4, 5, 6, 7, 8, 9, 10</td>
     <td align="center">-</td>
   </tr>
 
   <tr>
     <th>Safari</th>
-    <td align="center">4.x, 5.x</td>
-    <td align="center">1.3+<span style="vertical-align:super;">**</span>, 2.x<span style="vertical-align:super;">**</span>, 3.x, 4.x, 5.x</td>
+    <td align="center">3.1.2+, 4, 5</td>
+    <td align="center">3.1.2+, 4, 5</td>
     <td align="center">-</td>
-    <td align="center">3.x, 4.x</td>
+    <td align="center">3, 4</td>
   </tr>
   
   <tr>
     <th>Google chrome</th>
-    <td align="center">1.x, 2.x, 3.x, 4.x, 5.x, 6.x, 7.x</td>
-    <td align="center">1.x, 2.x, 3.x, 4.x, 5.x, 6.x, 7.x</td>
-    <td align="center">1.x, 2.x, 3.x, 4.x, 5.x, 6.x, 7.x</td>
+    <td align="center">1, 2, 3, 4, 5, 6, 7, 8, 9, 10</td>
+    <td align="center">1, 2, 3, 4, 5, 6, 7, 8, 9, 10</td>
+    <td align="center">4, 5, 6, 7, 8, 9, 10</td>
     <td align="center">-</td>
   </tr>
 </table>
-<p>
-<table>
-<tr>
-<td>*</td><td>Accessibility and BiDi is only supported on IE on Windows.</td>
-</tr>
-<tr>
-<td>**</td><td>Apple bug fixes provided in Safari 1.3 patch 312.2 and Safari 2.0 patch 412.5 required.</td>
-</tr>
-</table>
-</p>
+<p/>
 </section>
 <a name="mobile"></a>
 <section name="Mobile Browser Support">

Modified: myfaces/trinidad/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/src/site/xdoc/index.xml?rev=1297260&r1=1297259&r2=1297260&view=diff
==============================================================================
--- myfaces/trinidad/trunk/src/site/xdoc/index.xml (original)
+++ myfaces/trinidad/trunk/src/site/xdoc/index.xml Mon Mar  5 22:39:07 2012
@@ -62,7 +62,7 @@
 </ul>
       </p>
 <p>
-Go to our <a href="download.html">download section</a> to get the lastest version that fits your needs.
+Go to our <a href="download.html">download section</a> to get the latest version that fits your needs.
 </p>
       </section>
 

Modified: myfaces/trinidad/trunk/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/pom.xml?rev=1297260&r1=1297259&r2=1297260&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-api/pom.xml Mon Mar  5 22:39:07 2012
@@ -118,6 +118,21 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>**/clirr-runner.txt</exclude>
+              <!-- Sometimes added by jdev.  Should not ever be checked in. -->            
+              <exclude>/src/webapp/</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
          <groupId>org.codehaus.mojo</groupId> 	 
@@ -346,19 +361,6 @@
           </reportPlugins>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>src/*/</include>
-            <include>pom.xml</include>
-          </includes>
-          <excludes>
-            <exclude>**/clirr-runner.txt</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml?rev=1297260&r1=1297259&r2=1297260&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml Mon Mar  5 22:39:07 2012
@@ -102,6 +102,20 @@
 
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+          <excludes>
+            <exclude>**/Nasdaq*.txt</exclude>
+            <exclude>**/*.jspf</exclude>
+          </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
@@ -112,17 +126,6 @@
           </libraries>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/Nasdaq*.txt</exclude>
-            <exclude>**/*.jspf</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-
     </plugins>
   </build>
 

Modified: myfaces/trinidad/trunk/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/pom.xml?rev=1297260&r1=1297259&r2=1297260&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/pom.xml Mon Mar  5 22:39:07 2012
@@ -135,6 +135,25 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <!-- Excludes the Golden files -->
+              <exclude>src/test/resources/*/</exclude>
+              <!-- Exclude a directory that jdev sometimes adds, should not be checked in -->            
+              <exclude>/src/webapp/</exclude>
+              <exclude>src/main/resources/META-INF/trinidad-version.txt</exclude>
+              <exclude>src/main/resources/META-INF/servlets/resources/adf.resources</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    
     <plugins>
       <plugin>
           <groupId>org.apache.myfaces.buildtools</groupId>
@@ -397,20 +416,6 @@
           </reportPlugins>
         </configuration>
       </plugin>
-
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <!-- Excludes the Golden files -->
-            <exclude>src/test/resources/*/</exclude>
-            <exclude>src/main/resources/META-INF/trinidad-version.txt</exclude>
-            <exclude>src/main/resources/META-INF/servlets/resources/adf.resources</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-
     </plugins>    
   </build>
 </project>