From 8b823fd269ecce0d27ff69212a70d8be84f89b80 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 28 Jan 2007 19:29:39 +0000
Subject: [PATCH] Enable the use of the caching mechanism used by CheckStyle to significantly reduce the time required for it to run during subsequent builds.

---
 opends/ext/checkstyle/opends-checkstyle.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/ext/checkstyle/opends-checkstyle.xml b/opends/ext/checkstyle/opends-checkstyle.xml
index 84aa9af..bd8582b 100644
--- a/opends/ext/checkstyle/opends-checkstyle.xml
+++ b/opends/ext/checkstyle/opends-checkstyle.xml
@@ -6,6 +6,8 @@
 
 <module name="Checker">
   <module name="TreeWalker">
+    <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-checkstyle.cache" />
+
     <!-- Ensure that each source file starts with the appropriate header -->
     <module name="Header">
       <property name="headerFile" value="${basedir}/ext/checkstyle/opends.sourceheader" />

--
Gitblit v1.10.0