You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/09/18 03:05:38 UTC

svn commit: r1386943 - in /myfaces/core/branches/2.0.x: api/pom.xml impl/pom.xml implee6/pom.xml

Author: lu4242
Date: Tue Sep 18 01:05:37 2012
New Revision: 1386943

URL: http://svn.apache.org/viewvc?rev=1386943&view=rev
Log:
replace tabs with spaces

Modified:
    myfaces/core/branches/2.0.x/api/pom.xml
    myfaces/core/branches/2.0.x/impl/pom.xml
    myfaces/core/branches/2.0.x/implee6/pom.xml

Modified: myfaces/core/branches/2.0.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/pom.xml?rev=1386943&r1=1386942&r2=1386943&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/pom.xml (original)
+++ myfaces/core/branches/2.0.x/api/pom.xml Tue Sep 18 01:05:37 2012
@@ -75,20 +75,20 @@
         <plugins>
 
             <!-- license checker needs to exclude some kinds of files -->
-			<plugin>
-				<groupId>org.apache.rat</groupId>
-				<artifactId>apache-rat-plugin</artifactId>
-				<configuration>
-					<excludes>
-						<!-- dojo has combined new bsd + AFL 2.1 license -->
-						<exclude>src/main/resources/META-INF/licenses/dojo-LICENSE.TXT</exclude>
-						
-						<!-- facelets has non-standard APL license -->
-						<exclude>src/main/resources/META-INF/licenses/facelets-LICENSE.txt</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
-			
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <!-- dojo has combined new bsd + AFL 2.1 license -->
+                        <exclude>src/main/resources/META-INF/licenses/dojo-LICENSE.TXT</exclude>
+                        
+                        <!-- facelets has non-standard APL license -->
+                        <exclude>src/main/resources/META-INF/licenses/facelets-LICENSE.txt</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            
             <!-- compilation and compression of our javascripts -->
             <plugin>
                 <artifactId>myfaces-javascript-plugin</artifactId>

Modified: myfaces/core/branches/2.0.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/impl/pom.xml?rev=1386943&r1=1386942&r2=1386943&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.0.x/impl/pom.xml Tue Sep 18 01:05:37 2012
@@ -54,43 +54,43 @@
         <plugins>
 
             <!-- license checker needs to exclude some kinds of files -->
-			<plugin>
-				<groupId>org.apache.rat</groupId>
-				<artifactId>apache-rat-plugin</artifactId>
-				<configuration>
-					<excludes>
-						
-						<!-- The xsd files are CDDL+GLP:
-						  Category B: Reciprocal Licenses
-						 "For small amounts of source that is directly consumed by the ASF product
-						  at runtime in source form, and for which that source is unlikely to be
-						  changed anyway (say, by virtue of being specified by a standard), this
-						  action is sufficient. An example of this is the web-facesconfig_1_0.dtd,
-						  whose inclusion is mandated by the JSR 127: JavaServer Faces specification."
-						  http://www.apache.org/legal/3party.html
-						-->
-						<exclude>src/main/resources/META-INF/licenses/glassfish-LICENSE.txt</exclude>
-						<exclude>src/main/resources/org/apache/myfaces/resource/javaee_5.xsd</exclude>
-						<exclude>src/main/resources/org/apache/myfaces/resource/javaee_web_services_client_1_2.xsd</exclude>
-
-						<!-- facelets has non-standard APL license -->
-						<exclude>src/main/resources/META-INF/licenses/facelets-LICENSE.txt</exclude>
-						
-						<!-- services files are trivial config files with no comments -->
-						<exclude>src/test/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
-						<exclude>src/main/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
-
-						<!-- these jsf.js files are trivial empty placeholders -->
-						<exclude>src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js</exclude>
-						<exclude>src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js</exclude>
-						<exclude>src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js</exclude>
-
-						<!-- This file probably needs a license, but I don't know if it's safe to put it in there -->
-						<exclude>src/test/resources/org/apache/myfaces/context/nestedScriptCDATA.xml</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
-			
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        
+                        <!-- The xsd files are CDDL+GLP:
+                          Category B: Reciprocal Licenses
+                         "For small amounts of source that is directly consumed by the ASF product
+                          at runtime in source form, and for which that source is unlikely to be
+                          changed anyway (say, by virtue of being specified by a standard), this
+                          action is sufficient. An example of this is the web-facesconfig_1_0.dtd,
+                          whose inclusion is mandated by the JSR 127: JavaServer Faces specification."
+                          http://www.apache.org/legal/3party.html
+                        -->
+                        <exclude>src/main/resources/META-INF/licenses/glassfish-LICENSE.txt</exclude>
+                        <exclude>src/main/resources/org/apache/myfaces/resource/javaee_5.xsd</exclude>
+                        <exclude>src/main/resources/org/apache/myfaces/resource/javaee_web_services_client_1_2.xsd</exclude>
+
+                        <!-- facelets has non-standard APL license -->
+                        <exclude>src/main/resources/META-INF/licenses/facelets-LICENSE.txt</exclude>
+                        
+                        <!-- services files are trivial config files with no comments -->
+                        <exclude>src/test/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
+                        <exclude>src/main/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
+
+                        <!-- these jsf.js files are trivial empty placeholders -->
+                        <exclude>src/test/resources/org/apache/myfaces/view/facelets/tag/composite/javax.faces/jsf.js</exclude>
+                        <exclude>src/test/resources/org/apache/myfaces/view/facelets/tag/jsf/html/javax.faces/jsf.js</exclude>
+                        <exclude>src/test/resources/org/apache/myfaces/view/facelets/updateheadres/resources/javax.faces/jsf.js</exclude>
+
+                        <!-- This file probably needs a license, but I don't know if it's safe to put it in there -->
+                        <exclude>src/test/resources/org/apache/myfaces/context/nestedScriptCDATA.xml</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            
             <!-- myfaces-build-plugin - we generate a lot of stuff with this plugin (see executions) -->
             <plugin>
                 <groupId>org.apache.myfaces.buildtools</groupId>

Modified: myfaces/core/branches/2.0.x/implee6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/implee6/pom.xml?rev=1386943&r1=1386942&r2=1386943&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/implee6/pom.xml (original)
+++ myfaces/core/branches/2.0.x/implee6/pom.xml Tue Sep 18 01:05:37 2012
@@ -46,16 +46,16 @@
         <plugins>
 
             <!-- license checker needs to exclude some kinds of files -->
-			<plugin>
-				<groupId>org.apache.rat</groupId>
-				<artifactId>apache-rat-plugin</artifactId>
-				<configuration>
-					<excludes>
-						<!-- services files are trivial config files with no comments -->
-						<exclude>src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <!-- services files are trivial config files with no comments -->
+                        <exclude>src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
 
         </plugins>