# HG changeset patch # User Simon Tooke # Date 1488984229 18000 # Node ID 333a276ee6acac3bd7c43e52c49ca167462b88a0 # Parent 0fe467368288261197e2f6a83de52d0e17895f75 [PATCH] ignore Windows Named Pipes on non-Windows platforms This patch just completely shuts Windows Named Pipes out of any non-windows build. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022409.html diff -r 0fe467368288 -r 333a276ee6ac agent/ipc/pom.xml --- a/agent/ipc/pom.xml Wed Mar 08 09:24:27 2017 -0500 +++ b/agent/ipc/pom.xml Wed Mar 08 09:43:49 2017 -0500 @@ -50,6 +50,18 @@ Thermostat Agent Inter-Process Communication + + + windows + + Windows + + + windows-named-pipes + + + + junit @@ -64,7 +76,6 @@ server unix-socket tcp-socket - windows-named-pipes