From 30b34fd3282d922a0e71852530013ba85c20ac0e Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 29 Jan 2015 09:24:03 +0000
Subject: [PATCH] Fix for OPENDJ-1754 - Add ForgeRock branded graphics to Windows packages. Added the 2 required BMP files and update factory to take them into account.

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

diff --git a/opends/build.xml b/opends/build.xml
index 5c87a10..e814b12 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1356,6 +1356,8 @@
 
     <mkdir dir="${build.dir}/msi/build" />
     <copy file="${resource.dir}/msi/package.wxs" toDir="${build.dir}/msi/build"/>
+    <copy file="${resource.dir}/msi/opendjbanner.bmp" toDir="${build.dir}/msi/build"/>
+    <copy file="${resource.dir}/msi/opendjdialog.bmp" toDir="${build.dir}/msi/build"/>
     <mkdir dir="${build.dir}/msi/dist" />
 
     <!-- Construct a .wxs file from the directory structure -->

--
Gitblit v1.10.0