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/opendj_service.exe.manifest | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/build-tools/windows/opends_service.exe.manifest b/opends/src/build-tools/windows/opendj_service.exe.manifest similarity index 91% rename from opends/src/build-tools/windows/opends_service.exe.manifest rename to opends/src/build-tools/windows/opendj_service.exe.manifest index 20c4170..55d0c5f 100644 --- a/opends/src/build-tools/windows/opends_service.exe.manifest +++ b/opends/src/build-tools/windows/opendj_service.exe.manifest @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" - processorArchitecture="X86" name="opends_service" type="win32"/> + processorArchitecture="X86" name="opendj_service" type="win32"/> <description>Executable used to run OpenDJ as a Windows Service</description> <!-- Identify the application security requirements. --> <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2"> -- Gitblit v1.10.0