Author: linus Date: 2009-12-28 10:08:34-0800 New Revision: 17708 Added: trunk/modules/dev/.checkstyle trunk/src/argouml-app/.checkstyle trunk/src/argouml-core-diagrams-sequence2/.checkstyle trunk/src/argouml-core-diagrams-uml2/.checkstyle trunk/src/argouml-core-model-euml/.checkstyle trunk/src/argouml-core-model-mdr/.checkstyle trunk/src/argouml-core-model/.checkstyle trunk/src/argouml-core-umlpropertypanels/.checkstyle Modified: trunk/modules/dev/.project trunk/src/argouml-app/.project trunk/src/argouml-core-diagrams-sequence2/.project trunk/src/argouml-core-diagrams-uml2/.project trunk/src/argouml-core-model-euml/.project trunk/src/argouml-core-model-mdr/.project trunk/src/argouml-core-model/.project trunk/src/argouml-core-umlpropertypanels/.project
Log: Added configuration for the com.atlassw Checkstyle plugin in Eclipse. This configuration works with the 4.4.3 version of the Checkstyle plugin. Added: trunk/modules/dev/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/dev/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/modules/dev/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/modules/dev/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/dev/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/modules/dev/.project (original) +++ trunk/modules/dev/.project 2009-12-28 10:08:34-0800 @@ -25,10 +25,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/src/argouml-app/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/src/argouml-app/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/src/argouml-app/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/src/argouml-app/.project (original) +++ trunk/src/argouml-app/.project 2009-12-28 10:08:34-0800 @@ -35,10 +35,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/src/argouml-core-diagrams-sequence2/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-sequence2/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-diagrams-sequence2/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/src/argouml-core-diagrams-sequence2/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-sequence2/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/src/argouml-core-diagrams-sequence2/.project (original) +++ trunk/src/argouml-core-diagrams-sequence2/.project 2009-12-28 10:08:34-0800 @@ -25,10 +25,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/src/argouml-core-diagrams-uml2/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-diagrams-uml2/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/src/argouml-core-diagrams-uml2/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-uml2/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/src/argouml-core-diagrams-uml2/.project (original) +++ trunk/src/argouml-core-diagrams-uml2/.project 2009-12-28 10:08:34-0800 @@ -25,10 +25,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/src/argouml-core-model-euml/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-model-euml/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/src/argouml-core-model-euml/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/src/argouml-core-model-euml/.project (original) +++ trunk/src/argouml-core-model-euml/.project 2009-12-28 10:08:34-0800 @@ -25,10 +25,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/src/argouml-core-model-mdr/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-model-mdr/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/src/argouml-core-model-mdr/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/src/argouml-core-model-mdr/.project (original) +++ trunk/src/argouml-core-model-mdr/.project 2009-12-28 10:08:34-0800 @@ -35,10 +35,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/src/argouml-core-model/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-model/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/src/argouml-core-model/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/src/argouml-core-model/.project (original) +++ trunk/src/argouml-core-model/.project 2009-12-28 10:08:34-0800 @@ -25,10 +25,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> Added: trunk/src/argouml-core-umlpropertypanels/.checkstyle Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/.checkstyle?view=markup&pathrev=17708 ============================================================================== --- (empty file) +++ trunk/src/argouml-core-umlpropertypanels/.checkstyle 2009-12-28 10:08:34-0800 @@ -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="ArgoUML conventions" location="/argouml-core-tools/checkstyle/checkstyle_argouml.xml" type="project" description="The Checkstyle configuration used in the ArgoUML project."> + <property name="checkstyle.header.file" value="${workspace_loc}/argouml-core-tools/checkstyle/java.header"/> + <additional-data name="protect-config-file" value="false"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="ArgoUML conventions" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> Modified: trunk/src/argouml-core-umlpropertypanels/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/.project?view=diff&pathrev=17708&r1=17707&r2=17708 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/.project (original) +++ trunk/src/argouml-core-umlpropertypanels/.project 2009-12-28 10:08:34-0800 @@ -15,9 +15,15 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> </natures> </projectDescription> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2433424 To unsubscribe from this discussion, e-mail: [[email protected]].
