|
From: <cr...@us...> - 2008-06-05 12:58:14
|
Revision: 4200
http://jnode.svn.sourceforge.net/jnode/?rev=4200&view=rev
Author: crawley
Date: 2008-06-05 05:58:04 -0700 (Thu, 05 Jun 2008)
Log Message:
-----------
Shell tree done ... thoght there are a couple files that cause CheckStyle
to report StringIndexOutOfBounds exceptions!!
Modified Paths:
--------------
trunk/all/build.xml
Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2008-06-05 12:56:29 UTC (rev 4199)
+++ trunk/all/build.xml 2008-06-05 12:58:04 UTC (rev 4200)
@@ -890,6 +890,7 @@
<fileset dir="../gui/src/desktop" includes="**/*.java"/>
<fileset dir="../gui/src/awt" includes="**/*.java"/>
<fileset dir="../shell/src/test" includes="**/*.java"/>
+ <fileset dir="../shell/src/shell" includes="**/*.java"/>
</checkstyle>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|