You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/02/08 22:30:40 UTC

svn commit: r907806 - in /cxf/build-utils/trunk: buildtools/src/main/resources/cxf-eclipse-checkstyle-corba pom.xml xml2fastinfoset-test/pom.xml

Author: dkulp
Date: Mon Feb  8 21:30:39 2010
New Revision: 907806

URL: http://svn.apache.org/viewvc?rev=907806&view=rev
Log:
Don't checkstyle properties files with the corba checks either

Modified:
    cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba
    cxf/build-utils/trunk/pom.xml
    cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml

Modified: cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba?rev=907806&r1=907805&r2=907806&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba (original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba Mon Feb  8 21:30:39 2010
@@ -23,4 +23,7 @@
         <file-match-pattern match-pattern="^src[/\\]main[/\\]generated[/\\]." include-pattern="false"/>
         <file-match-pattern match-pattern="^src[/\\]test[/\\]generated[/\\]." include-pattern="false"/>
     </fileset>
+    <filter name="FileTypesFilter" enabled="true">
+        <filter-data value="java"/>
+    </filter>
 </fileset-config>
\ No newline at end of file

Modified: cxf/build-utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/pom.xml?rev=907806&r1=907805&r2=907806&view=diff
==============================================================================
--- cxf/build-utils/trunk/pom.xml (original)
+++ cxf/build-utils/trunk/pom.xml Mon Feb  8 21:30:39 2010
@@ -40,7 +40,7 @@
     <distributionManagement>
         <site>
             <id>apache.cxf.site</id>
-            <url>scpexe://people.apache.org/www/cxf.apache.org/cxf/mvn_site/build-tutils</url>
+            <url>scpexe://people.apache.org/www/cxf.apache.org/cxf/mvn_site/build-utils</url>
         </site>
     </distributionManagement>
     <inceptionYear>2006</inceptionYear>

Modified: cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml?rev=907806&r1=907805&r2=907806&view=diff
==============================================================================
--- cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml (original)
+++ cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml Mon Feb  8 21:30:39 2010
@@ -53,8 +53,9 @@
                         </goals>
                     </execution>
                 </executions>
-                <groupId>org.apache.cxf</groupId>
+                <groupId>org.apache.cxf.build-utils</groupId>
                 <artifactId>cxf-xml2fastinfoset-plugin</artifactId>
+                <version>${project.version}</version>
             </plugin>
         </plugins>
     </build>