svn commit: r18549 - trunk/src/argouml-core-diagrams-activity2
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-07-23 00:35:40-0700
New Revision: 18549
Added:
trunk/src/argouml-core-diagrams-activity2/.checkstyle
Modified:
trunk/src/argouml-core-diagrams-activity2/.project
Log:
Added checkstyle configuration to the argouml-core-diagrams-activity2 project.
Added: trunk/src/argouml-core-diagrams-activity2/.checkstyle
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-activity2/.checkstyle?view=markup&pathrev=18549
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-activity2/.checkstyle 2010-07-23 00:35:40-0700
@@ -0,0 +1,16 @@
+<?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/checkstyle5_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>
+ <filter name="WriteProtectedFiles" enabled="true"/>
+ <filter name="FilesFromPackage" enabled="true">
+ <filter-data value="src_generated"/>
+ </filter>
+ <filter name="NonSrcDirs" enabled="true"/>
+</fileset-config>
Modified: trunk/src/argouml-core-diagrams-activity2/.project
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-activity2/.project?view=diff&pathrev=18549&r1=18548&r2=18549
==============================================================================
--- trunk/src/argouml-core-diagrams-activity2/.project (original)
+++ trunk/src/argouml-core-diagrams-activity2/.project 2010-07-23 00:35:40-0700
@@ -25,10 +25,16 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>net.sf.eclipsecs.core.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>net.sf.eclipsecs.core.CheckstyleNature</nature>
</natures>
</projectDescription>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637237
To unsubscribe from this discussion, e-mail: [[email protected]].