From d6d5922394ea2868ce431cd5c556803d75b4e4e7 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 04 Apr 2013 10:02:12 +0000
Subject: [PATCH] Cleanup removing trailing spaces
---
opends/build.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 8bb5b4e..f380df3 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -184,7 +184,7 @@
</fileset>
<!-- Prevent ant runtime from being included on classpath during
- compilation. -->
+ compilation. -->
<presetdef name="javac">
<javac optimize="true" includeantruntime="false"
debug="on" debuglevel="${build.debuglevel}"
@@ -2607,7 +2607,7 @@
</fileset>
</delete>
</target>
-
+
<target name="clean-ivy" description="--> clean the ivy installation">
<delete file="${ivy.jar.file}"/>
</target>
--
Gitblit v1.10.0