Browse Source

Updated reports to reflect identities package name change

git-svn-id: http://svn.dmdirc.com/trunk@1702 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5
Gregory Holmes 17 years ago
parent
commit
07072ed4dd
2 changed files with 6 additions and 6 deletions
  1. 5
    5
      checkstyle/build.xml
  2. 1
    1
      checkstyle/index.html

+ 5
- 5
checkstyle/build.xml View File

@@ -7,7 +7,7 @@
7 7
 					checkstyle-actions,
8 8
 					checkstyle-core,
9 9
 					checkstyle-commandparser,
10
-					checkstyle-identities,
10
+					checkstyle-config,
11 11
 					checkstyle-logger,
12 12
 					checkstyle-parser,
13 13
 					checkstyle-plugins,
@@ -83,15 +83,15 @@
83 83
 	</target>
84 84
 	
85 85
 	
86
-	<target name="checkstyle-identities">
86
+	<target name="checkstyle-config">
87 87
 		<taskdef resource="checkstyletask.properties"
88 88
 						 classpath="checkstyle.jar"/>
89 89
 		<checkstyle config="checkstyle/dmdirc_checks.xml" failureProperty="checkstyle.failure"
90 90
 								failOnViolation="false">
91
-			<fileset dir="src/com/dmdirc/identities/" includes="**/*.java"/>
92
-			<formatter type="xml" tofile="reports/report-identities.xml"/>
91
+			<fileset dir="src/com/dmdirc/config/" includes="**/*.java"/>
92
+			<formatter type="xml" tofile="reports/report-config.xml"/>
93 93
 		</checkstyle>
94
-		<xslt in="reports/report-identities.xml" out="reports/report-identities.html" style="checkstyle/checkstyle.xsl"/>
94
+		<xslt in="reports/report-config.xml" out="reports/report-config.html" style="checkstyle/checkstyle.xsl"/>
95 95
 	</target>
96 96
 	
97 97
 	<target name="checkstyle-commandparser">

+ 1
- 1
checkstyle/index.html View File

@@ -35,7 +35,7 @@
35 35
       <li><a href="report-actions.html" title="Actions">Actions</a></li>
36 36
       <li><a href="report-commandparser.html" title="Command Parser">Command Parser</a></li>
37 37
       <li><a href="report-core.html" title="Core">Core</a></li>
38
-      <li><a href="report-identities.html" title="Identities">Identities</a></li>
38
+      <li><a href="report-config.html" title="Config">Config</a></li>
39 39
       <li><a href="report-logger.html" title="Logger">Logger</a></li>
40 40
       <li><a href="report-parser.html" title="Parser">Parser</a></li>
41 41
       <li><a href="report-plugins.html" title="Plugins">Plugins</a></li>

Loading…
Cancel
Save