renamed ant project name, makes ant tree look better in IDEA

This commit is contained in:
Lars Kühne 2003-07-05 10:44:21 +00:00
parent f9e4b4c304
commit e6860c68f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<project name="test" default="compile.checkstyle" basedir=".">
<project name="checkstyle" default="compile.checkstyle" basedir=".">
<!-- set global properties for this build -->
<!-- Give user a chance to override without editing this file -->