From 2b61c4f6aef7b99fa794eb2b47b96ab8a0c65b79 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Fri, 02 Aug 2013 13:30:59 +0000
Subject: [PATCH] CR-2100 Fix OPENDJ-1108 Provide native packaging for Windows

---
 opends/build.bat |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/build.bat b/opends/build.bat
index 9fb31d5..4a8661d 100644
--- a/opends/build.bat
+++ b/opends/build.bat
@@ -24,6 +24,7 @@
 rem
 rem
 rem      Copyright 2008-2010 Sun Microsystems, Inc.
+rem      Portions Copyright 2013 ForgeRock AS.
 
 setlocal
 
@@ -34,7 +35,7 @@
 
 :noJavaHome
 echo Error: JAVA_HOME environment variable is not set.
-echo        Please set it to a valid Java 5 installation.
+echo        Please set it to a valid Java 6 installation.
 goto end
 
 

--
Gitblit v1.10.0