From a5d64695211d83e1af9eabb8a739fc0cf54578a3 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 03 Nov 2014 16:45:23 +0000
Subject: [PATCH] OPENDJ-1545 Remove Workflow, NetworkGroups and related attempts at building a proxy

---
 opendj3-server-dev/src/admin/messages/NetworkGroupCfgDefn.properties |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opendj3-server-dev/src/admin/messages/NetworkGroupCfgDefn.properties b/opendj3-server-dev/src/admin/messages/NetworkGroupCfgDefn.properties
index d03a95d..b7b68bf 100644
--- a/opendj3-server-dev/src/admin/messages/NetworkGroupCfgDefn.properties
+++ b/opendj3-server-dev/src/admin/messages/NetworkGroupCfgDefn.properties
@@ -30,9 +30,6 @@
 property.is-security-mandatory.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established.
 property.priority.synopsis=Specifies the priority for this Network Group.
 property.priority.description=A client connection is first compared against the Network Group with the lowest priority. If the client connection does not match its connection criteria, then the client connection is compared against the Network Group with next lowest priority, and so on. If no Network Group is selected then the client connection is rejected.
-property.workflow.synopsis=Specifies a set of workflows which should be accessible from this Network Group .
-property.workflow.default-behavior.alias.synopsis=No workflows will be accessible.
-property.workflow.syntax.aggregation.constraint-synopsis=The referenced workflows must be enabled.
 relation.network-group-qos-policy.user-friendly-name=Network Group QOS Policy
 relation.network-group-qos-policy.user-friendly-plural-name=Network Group QOS Policies
 relation.network-group-qos-policy.synopsis=Specifies the set of quality of service (QoS) policies enforced by the QOS Policy .

--
Gitblit v1.10.0