From df50105cb59f505200cb363b7a1ac76201dec6ec Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 25 Mar 2008 10:30:29 +0000
Subject: [PATCH] Add SNMP source code in checkstyle list

---
 opends/build.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index 90e1ef0..ae872e2 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -496,6 +496,12 @@
 
     <checkstyle config="${checkstyle.dir}/opends-checkstyle.xml"
          failOnViolation="true">
+      <fileset dir="${snmp.src.dir}" includes="**/*.java" />
+      <formatter type="plain" />
+    </checkstyle>
+
+    <checkstyle config="${checkstyle.dir}/opends-checkstyle.xml"
+         failOnViolation="true">
       <fileset dir="${quicksetup.src.dir}" includes="**/*.java" />
       <formatter type="plain" />
     </checkstyle>

--
Gitblit v1.10.0