You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/08/20 02:44:35 UTC

svn commit: r432912 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Sat Aug 19 17:44:34 2006
New Revision: 432912

URL: http://svn.apache.org/viewvc?rev=432912&view=rev
Log:
We use inline header regexp, so remove the header config

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?rev=432912&r1=432911&r2=432912&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Sat Aug 19 17:44:34 2006
@@ -1733,7 +1733,6 @@
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
                     <configLocation>build/checkstyle.xml</configLocation>
-                    <headerLocation>build/header.txt</headerLocation>
                 </configuration>
             </plugin>
         </plugins>