From b002eddf94ec3b320791999adbd905f99afc2884 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 17 Jan 2012 10:15:55 +0000
Subject: [PATCH] Fix OPENDJ-407: Upgrade version of Ant included in OpenDJ server sources

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

diff --git a/opends/build.xml b/opends/build.xml
index 8f5eea2..1e91a60 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -164,6 +164,12 @@
 
   <property name="snmp.classes.dir"
             location="${classes.dir}/org/opends/server/snmp" />
+    
+  <!-- Prevent ant runtime from being included on classpath during
+       compilation. -->  
+  <presetdef name="javac">
+    <javac includeantruntime="false" />
+  </presetdef>
 
   <!-- Create a package bundle containing the DSML library. -->
   <target name="dsml" depends="predsml,package"

--
Gitblit v1.10.0