[Plexus-svn] SF.net SVN: plexus:[901] trunk/plexus-graph/src/main/config/checkstyle/ checkstyle.xml
Status: Alpha
Brought to you by:
rconner
From: <rc...@us...> - 2010-10-20 16:59:39
|
Revision: 901 http://plexus.svn.sourceforge.net/plexus/?rev=901&view=rev Author: rconner Date: 2010-10-20 16:59:33 +0000 (Wed, 20 Oct 2010) Log Message: ----------- Removing DOCTYPE declaration, because the DTD is no longer at the specified URL, and eclipse spends many minutes trying to get it. Modified Paths: -------------- trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml Modified: trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml =================================================================== --- trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml 2010-09-30 17:15:54 UTC (rev 900) +++ trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml 2010-10-20 16:59:33 UTC (rev 901) @@ -1,7 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module PUBLIC - "-//Puppy Crawl//DTD Check Configuration 1.2//EN" - "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> <!-- Checkstyle configuration for Plexus. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |