From a8bea08d6195d5ec92fc455c0f2aaf3115852a0d Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Tue, 06 Mar 2018 09:39:46 +0000
Subject: [PATCH] allow /usr/local/bin/wine (brew mac)
---
opendj-packages/opendj-msi/pom.xml | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/opendj-packages/opendj-msi/pom.xml b/opendj-packages/opendj-msi/pom.xml
index 9281873..dd69dcf 100644
--- a/opendj-packages/opendj-msi/pom.xml
+++ b/opendj-packages/opendj-msi/pom.xml
@@ -49,6 +49,21 @@
</properties>
</profile>
<profile>
+ <id>/usr/local/bin/wine</id>
+ <activation>
+ <os><family>unix</family></os>
+ <file><exists>/usr/local/bin/wine</exists></file>
+ </activation>
+ <modules>
+ <module>opendj-msi-standard</module>
+ </modules>
+ <properties>
+ <exec.heat>/usr/local/bin/wine</exec.heat><param.heat>${project.build.directory}/wix/heat.exe</param.heat>
+ <exec.candle>/usr/local/bin/wine</exec.candle><param.candle>${project.build.directory}/wix/candle.exe</param.candle>
+ <exec.light>/usr/local/bin/wine</exec.light><param.light>${project.build.directory}/wix/light.exe</param.light>
+ </properties>
+ </profile>
+ <profile>
<id>/opt/local/bin/wine</id>
<activation>
<os><family>unix</family></os>
--
Gitblit v1.10.0