removed references to transmogrify package

This commit is contained in:
Lars Kühne 2007-12-20 20:06:41 +00:00
parent 22705bd0d4
commit 70715d7464
1 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@
>
<fileset dir="src/checkstyle"
includes="**/*.java,**/*.properties"
excludes="**/Generated*.java,**/gui/*,**/transmogrify/*"/>
excludes="**/Generated*.java,**/gui/*"/>
<formatter type="plain"/>
<formatter type="xml" toFile="${target.dir}/cs_errors.xml"/>
<classpath refid="run.classpath"/>
@ -324,7 +324,7 @@
<checkstyle failonviolation="false" config="${check.config}">
<fileset dir="src/checkstyle"
includes="**/*.java,**/*.properties"
excludes="**/Generated*.java,**/gui/*,,**/transmogrify/*"/>
excludes="**/Generated*.java,**/gui/*"/>
<formatter type="xml" toFile="${target.dir}/cs_errors.xml"/>
<classpath refid="run.classpath"/>
<property key="checkstyle.cache.file" file="${target.dir}/cachefile"/>