From: <fd...@us...> - 2009-02-15 22:30:56
|
Revision: 5031 http://jnode.svn.sourceforge.net/jnode/?rev=5031&view=rev Author: fduminy Date: 2009-02-15 22:30:50 +0000 (Sun, 15 Feb 2009) Log Message: ----------- fixed checkstyle config files for eclipse Modified Paths: -------------- trunk/builder/.checkstyle trunk/core/.checkstyle trunk/distr/.checkstyle trunk/fs/.checkstyle trunk/gui/.checkstyle trunk/net/.checkstyle trunk/shell/.checkstyle Added Paths: ----------- trunk/docs/.checkstyle trunk/sound/.checkstyle trunk/textui/.checkstyle Modified: trunk/builder/.checkstyle =================================================================== --- trunk/builder/.checkstyle 2009-02-15 22:09:28 UTC (rev 5030) +++ trunk/builder/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <local-check-config name="JNode checkstyle" location="/JNode-All/jnode_checks.xml" type="project" description=""> + <local-check-config name="JNode checkstyle" location="/all/jnode_checks.xml" type="project" description=""> <additional-data name="protect-config-file" value="true"/> </local-check-config> - <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> + <local-check-config name="JNode checkstyle - javadoc" location="/all/new_checks.xml" type="project" description=""> + <additional-data name="protect-config-file" value="true"/> + </local-check-config> + <fileset name="tous" enabled="true" check-config-name="JNode checkstyle - javadoc" local="true"> <file-match-pattern match-pattern="." include-pattern="true"/> </fileset> <filter name="FilesFromPackage" enabled="true"> Modified: trunk/core/.checkstyle =================================================================== --- trunk/core/.checkstyle 2009-02-15 22:09:28 UTC (rev 5030) +++ trunk/core/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <local-check-config name="JNode checkstyle" location="/JNode-All/jnode_checks.xml" type="project" description=""> + <local-check-config name="JNode checkstyle" location="/all/jnode_checks.xml" type="project" description=""> <additional-data name="protect-config-file" value="true"/> </local-check-config> <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> Modified: trunk/distr/.checkstyle =================================================================== --- trunk/distr/.checkstyle 2009-02-15 22:09:28 UTC (rev 5030) +++ trunk/distr/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <local-check-config name="JNode checkstyle" location="/JNode-All/jnode_checks.xml" type="project" description=""> + <local-check-config name="JNode checkstyle" location="/all/jnode_checks.xml" type="project" description=""> <additional-data name="protect-config-file" value="true"/> </local-check-config> - <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> + <local-check-config name="JNode checkstyle - javadoc" location="/all/new_checks.xml" type="project" description=""> + <additional-data name="protect-config-file" value="true"/> + </local-check-config> + <fileset name="tous" enabled="true" check-config-name="JNode checkstyle - javadoc" local="true"> <file-match-pattern match-pattern="." include-pattern="true"/> </fileset> <filter name="NonSrcDirs" enabled="true"/> Added: trunk/docs/.checkstyle =================================================================== --- trunk/docs/.checkstyle (rev 0) +++ trunk/docs/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fileset-config file-format-version="1.2.0" simple-config="true"> + <fileset name="tous" enabled="true" check-config-name="Sun Checks" local="false"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/fs/.checkstyle =================================================================== --- trunk/fs/.checkstyle 2009-02-15 22:09:28 UTC (rev 5030) +++ trunk/fs/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <local-check-config name="JNode checkstyle" location="/JNode-All/jnode_checks.xml" type="project" description=""> + <local-check-config name="JNode checkstyle" location="/all/jnode_checks.xml" type="project" description=""> <additional-data name="protect-config-file" value="true"/> </local-check-config> <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> Modified: trunk/gui/.checkstyle =================================================================== --- trunk/gui/.checkstyle 2009-02-15 22:09:28 UTC (rev 5030) +++ trunk/gui/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <local-check-config name="JNode checkstyle" location="/JNode-All/jnode_checks.xml" type="project" description=""> + <local-check-config name="JNode checkstyle" location="/all/jnode_checks.xml" type="project" description=""> <additional-data name="protect-config-file" value="true"/> </local-check-config> <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> Modified: trunk/net/.checkstyle =================================================================== --- trunk/net/.checkstyle 2009-02-15 22:09:28 UTC (rev 5030) +++ trunk/net/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <local-check-config name="JNode checkstyle" location="/JNode-All/jnode_checks.xml" type="project" description=""> + <local-check-config name="JNode checkstyle" location="/all/jnode_checks.xml" type="project" description=""> <additional-data name="protect-config-file" value="true"/> </local-check-config> <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> Modified: trunk/shell/.checkstyle =================================================================== --- trunk/shell/.checkstyle 2009-02-15 22:09:28 UTC (rev 5030) +++ trunk/shell/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <local-check-config name="JNode checkstyle" location="/JNode-All/jnode_checks.xml" type="project" description=""> + <local-check-config name="JNode checkstyle" location="/all/jnode_checks.xml" type="project" description=""> <additional-data name="protect-config-file" value="true"/> </local-check-config> <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> Added: trunk/sound/.checkstyle =================================================================== --- trunk/sound/.checkstyle (rev 0) +++ trunk/sound/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fileset-config file-format-version="1.2.0" simple-config="true"> + <fileset name="tous" enabled="true" check-config-name="Sun Checks" local="false"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Added: trunk/textui/.checkstyle =================================================================== --- trunk/textui/.checkstyle (rev 0) +++ trunk/textui/.checkstyle 2009-02-15 22:30:50 UTC (rev 5031) @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fileset-config file-format-version="1.2.0" simple-config="true"> + <fileset name="tous" enabled="true" check-config-name="Sun Checks" local="false"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |