[MMTP-devel] SF.net SVN: mtp: [26] trunk/build.xml
Status: Pre-Alpha
Brought to you by:
idominguez
|
From: <ido...@us...> - 2007-12-06 13:41:54
|
Revision: 26
http://mtp.svn.sourceforge.net/mtp/?rev=26&view=rev
Author: idominguez
Date: 2007-12-06 05:41:51 -0800 (Thu, 06 Dec 2007)
Log Message:
-----------
All code directories added to list of files checked
by checkstyle
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-12-06 13:31:15 UTC (rev 25)
+++ trunk/build.xml 2007-12-06 13:41:51 UTC (rev 26)
@@ -36,7 +36,9 @@
<target name="checkstyle" description="Checks the style of the code">
<checkstyle config="build/sun_checks.xml" >
<fileset dir="src">
- <include name="mtp/analysis/*.java"/>
+ <include name="mtp/**/*.java"/>
+ <include name="mtp/*.java"/>
+ <exclude name="mtp/parser/*.java" />
</fileset>
</checkstyle>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|