From 1cbead747c938b98fb309d8b7d616b4fe318d53e Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 19 May 2011 17:20:24 +0000
Subject: [PATCH] Fix OPENDJ-161 - Rebranding Windows service integration to OpenDJ

---
 opends/src/build-tools/windows/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/src/build-tools/windows/Makefile b/opends/src/build-tools/windows/Makefile
index 0493a62..6dc0df1 100644
--- a/opends/src/build-tools/windows/Makefile
+++ b/opends/src/build-tools/windows/Makefile
@@ -23,6 +23,7 @@
 #
 #
 #      Copyright 2008 Sun Microsystems, Inc.
+#      Portions Copyright 2011 ForgeRock AS
 
 #
 # This is the Makefile than can be used to generate the executables
@@ -43,7 +44,7 @@
 #
 
 CC=cl
-SERVICE_PROGNAME=opends_service.exe
+SERVICE_PROGNAME=opendj_service.exe
 LAUNCHER_ADMINISTRATOR_PROGNAME=launcher_administrator.exe
 WINLAUNCHER_PROGNAME=winlauncher.exe
 LINKER=link -nologo /machine:x86
@@ -67,7 +68,7 @@
 
 RES_FILE = EventLogMsg.res
 
-SERVICE_MANIFEST_FILE = opends_service.exe.manifest
+SERVICE_MANIFEST_FILE = opendj_service.exe.manifest
 LAUNCHER_ADMINISTRATOR_MANIFEST_FILE = launcher_administrator.exe.manifest
 
 .c.obj:

--
Gitblit v1.10.0