Browse Source

Go go gadget Dataforce's "refactoring"

tags/0.6.3m1rc1
Chris Smith 15 years ago
parent
commit
33fe9b253f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build-reports.xml

+ 1
- 1
build-reports.xml View File

@@ -60,7 +60,7 @@
60 60
                          classpath="checkstyle.jar"/>
61 61
         <checkstyle config="checkstyle/dmdirc_checks.xml" failureProperty="checkstyle.failure"
62 62
                                 failOnViolation="false">
63
-            <fileset dir="src/com.dmdirc.parser.irc/" includes="**/*.java"/>
63
+            <fileset dir="src/com/dmdirc/parser/irc/" includes="**/*.java"/>
64 64
             <formatter type="xml" tofile="reports/report-parser.xml"/>
65 65
         </checkstyle>
66 66
         <xslt in="reports/report-parser.xml" out="reports/report-parser.html" style="checkstyle/checkstyle.xsl"/>

Loading…
Cancel
Save