From 17a424f46c2b47883d71f3297cb84cf3534564c4 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 16 Dec 2008 09:36:21 +0000
Subject: [PATCH] - remove useless target dependencies to shorten build output and time.
---
opends/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 0b7ec29..48bd308 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -2335,7 +2335,7 @@
</target>
<target name="compilesnmp"
- depends="init,checkjavaversion,dynamicconstants,generatemessages,compileadmin,mibgeneration"
+ depends="mibgeneration"
if="isopendmkpresent"
description="Compile the SNMP Connection Handler extension source files.">
--
Gitblit v1.10.0