[Japi-cvs] SF.net SVN: japi: [430] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-25 13:41:55
|
Revision: 430
http://svn.sourceforge.net/japi/?rev=430&view=rev
Author: christianhujer
Date: 2007-06-25 06:41:54 -0700 (Mon, 25 Jun 2007)
Log Message:
-----------
Added properties files to the files that are checked with checkstyle.
Modified Paths:
--------------
common/trunk/commonBuild.xml
Modified: common/trunk/commonBuild.xml
===================================================================
--- common/trunk/commonBuild.xml 2007-06-25 12:46:45 UTC (rev 429)
+++ common/trunk/commonBuild.xml 2007-06-25 13:41:54 UTC (rev 430)
@@ -57,7 +57,7 @@
<checkstyle
config="${commonPath}/sun_checks.xml"
>
- <fileset dir="src" includes="**/*.java" />
+ <fileset dir="src" includes="**/*.java,**/*.properties" />
</checkstyle>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|