You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/09/21 21:09:00 UTC

svn commit: r999548 - in /db/torque/torque4/trunk/torque-maven-parent: checkstyle-license.txt pom.xml src/main/checkstyle/ src/main/checkstyle/checkstyle.xml src/main/checkstyle/license-header.txt turbine-checkstyle.xml

Author: tfischer
Date: Tue Sep 21 19:09:00 2010
New Revision: 999548

URL: http://svn.apache.org/viewvc?rev=999548&view=rev
Log:
move checkstyle config to subdirectory

Added:
    db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/
    db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
      - copied unchanged from r999187, db/torque/torque4/trunk/torque-maven-parent/turbine-checkstyle.xml
    db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/license-header.txt
      - copied unchanged from r910609, db/torque/torque4/trunk/torque-maven-parent/checkstyle-license.txt
Removed:
    db/torque/torque4/trunk/torque-maven-parent/checkstyle-license.txt
    db/torque/torque4/trunk/torque-maven-parent/turbine-checkstyle.xml
Modified:
    db/torque/torque4/trunk/torque-maven-parent/pom.xml

Modified: db/torque/torque4/trunk/torque-maven-parent/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/pom.xml?rev=999548&r1=999547&r2=999548&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-parent/pom.xml (original)
+++ db/torque/torque4/trunk/torque-maven-parent/pom.xml Tue Sep 21 19:09:00 2010
@@ -480,8 +480,8 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>2.5</version>
         <configuration>
-          <configLocation>${basedir}/../torque-maven-parent/turbine-checkstyle.xml</configLocation>
-          <headerLocation>${basedir}/../torque-maven-parent/checkstyle-license.txt</headerLocation>
+          <configLocation>${basedir}/../torque-maven-parent/src/main/checkstyle/checkstyle.xml</configLocation>
+          <headerLocation>${basedir}/../torque-maven-parent/src/main/checkstyle/license-header.txt</headerLocation>
         </configuration>
       </plugin>
       <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org