From 40baf7fad139f7df1607d95897716869b60e81a7 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 18 Sep 2007 23:33:07 +0000
Subject: [PATCH] commented out broken checkstyle invocation
---
opendj-sdk/opends/build.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index ba93fc8..c230061 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -502,12 +502,13 @@
<fileset dir="${unittest.testng.src.dir}" includes="**/*.java" />
<formatter type="plain" />
</checkstyle>
-
+<!--
<checkstyle config="${checkstyle.dir}/opends-functest-checkstyle.xml"
failOnViolation="true">
<fileset dir="${functest.testng.src.dir}" includes="**/*.java" />
<formatter type="plain" />
</checkstyle>
+-->
</target>
--
Gitblit v1.10.0