From: <fd...@us...> - 2008-06-22 08:16:35
|
Revision: 4277 http://jnode.svn.sourceforge.net/jnode/?rev=4277&view=rev Author: fduminy Date: 2008-06-21 10:57:00 -0700 (Sat, 21 Jun 2008) Log Message: ----------- added config for checkstyle eclipse plugin Modified Paths: -------------- trunk/fs/.project trunk/gui/.project trunk/net/.project trunk/shell/.project Added Paths: ----------- trunk/fs/.checkstyle trunk/gui/.checkstyle trunk/net/.checkstyle trunk/shell/.checkstyle Added: trunk/fs/.checkstyle =================================================================== --- trunk/fs/.checkstyle (rev 0) +++ trunk/fs/.checkstyle 2008-06-21 17:57:00 UTC (rev 4277) @@ -0,0 +1,10 @@ +<?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=""> + <additional-data name="protect-config-file" value="true"/> + </local-check-config> + <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> + <filter name="NonSrcDirs" enabled="true"/> +</fileset-config> Modified: trunk/fs/.project =================================================================== --- trunk/fs/.project 2008-06-21 17:56:05 UTC (rev 4276) +++ trunk/fs/.project 2008-06-21 17:57:00 UTC (rev 4277) @@ -12,8 +12,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/gui/.checkstyle =================================================================== --- trunk/gui/.checkstyle (rev 0) +++ trunk/gui/.checkstyle 2008-06-21 17:57:00 UTC (rev 4277) @@ -0,0 +1,14 @@ +<?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=""> + <additional-data name="protect-config-file" value="true"/> + </local-check-config> + <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> + <filter name="FilesFromPackage" enabled="true"> + <filter-data value="src/font"/> + <filter-data value="src/thinlet"/> + </filter> + <filter name="NonSrcDirs" enabled="true"/> +</fileset-config> Modified: trunk/gui/.project =================================================================== --- trunk/gui/.project 2008-06-21 17:56:05 UTC (rev 4276) +++ trunk/gui/.project 2008-06-21 17:57:00 UTC (rev 4277) @@ -12,8 +12,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/net/.checkstyle =================================================================== --- trunk/net/.checkstyle (rev 0) +++ trunk/net/.checkstyle 2008-06-21 17:57:00 UTC (rev 4277) @@ -0,0 +1,10 @@ +<?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=""> + <additional-data name="protect-config-file" value="true"/> + </local-check-config> + <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> + <filter name="NonSrcDirs" enabled="true"/> +</fileset-config> Modified: trunk/net/.project =================================================================== --- trunk/net/.project 2008-06-21 17:56:05 UTC (rev 4276) +++ trunk/net/.project 2008-06-21 17:57:00 UTC (rev 4277) @@ -12,8 +12,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/shell/.checkstyle =================================================================== --- trunk/shell/.checkstyle (rev 0) +++ trunk/shell/.checkstyle 2008-06-21 17:57:00 UTC (rev 4277) @@ -0,0 +1,10 @@ +<?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=""> + <additional-data name="protect-config-file" value="true"/> + </local-check-config> + <fileset name="tous" enabled="true" check-config-name="JNode checkstyle" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> + <filter name="NonSrcDirs" enabled="true"/> +</fileset-config> Modified: trunk/shell/.project =================================================================== --- trunk/shell/.project 2008-06-21 17:56:05 UTC (rev 4276) +++ trunk/shell/.project 2008-06-21 17:57:00 UTC (rev 4277) @@ -11,8 +11,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |