Author: linus Date: 2008-02-17 07:02:23-0800 New Revision: 14120 Added: trunk/src/app/.settings/ trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs Modified: trunk/src/app/.project
Log: Enabled checklipse for the argouml-app project. Modified: trunk/src/app/.project Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.project?view=diff&rev=14120&p1=trunk/src/app/.project&p2=trunk/src/app/.project&r1=14119&r2=14120 ============================================================================== --- trunk/src/app/.project (original) +++ trunk/src/app/.project 2008-02-17 07:02:23-0800 @@ -30,8 +30,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>de.mvmsoft.checkclipse.CheckclipseBuilder</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> </natures> Added: trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs?view=auto&rev=14120 ============================================================================== --- (empty file) +++ trunk/src/app/.settings/de.mvmsoft.checkclipse.prefs 2008-02-17 07:02:23-0800 @@ -0,0 +1,4 @@ +#Sun Feb 17 15:55:29 CET 2008 +filenames.properties=/argouml-core-tools/checkstyle/checkstyle.properties +enabled=true +filenames.config=/argouml-core-tools/checkstyle/checkstyle_argouml.xml --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
