From 952ce880317825f16c256fb716167eb7fddeda49 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Wed, 06 Feb 2008 18:09:50 +0000
Subject: [PATCH] Commiting configuration XML files after adding info from the old config guide to be incorporated in the new generated config reference
---
opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml
index b966845..f2c0177 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml
@@ -37,11 +37,11 @@
<adm:description>
A
<adm:user-friendly-name />
- may perform a task such as mapping DNs, renaming attributes,
+ can perform a task such as mapping DNs, renaming attributes,
filtering attributes, joining data sources, proxying, or
load-balancing. The simplest
<adm:user-friendly-name />
- is the Local Backend Work Flow Element which is used to route data
+ is the Local Backend Work Flow Element, which routes data
to a Backend.
</adm:description>
<adm:tag name="core" />
@@ -63,7 +63,7 @@
<adm:description>
If a
<adm:user-friendly-name />
- is not enabled, then its contents will not be accessible when
+ is not enabled, then its contents are not accessible when
processing operations.
</adm:description>
<adm:syntax>
@@ -78,7 +78,7 @@
<adm:property name="workflow-element-id" mandatory="true"
read-only="true">
<adm:synopsis>
- Provides a name that will be used to identify the associated
+ Provides a name that identifies the associated
<adm:user-friendly-name />
.
</adm:synopsis>
@@ -98,7 +98,7 @@
</adm:property>
<adm:property name="java-class" mandatory="true">
<adm:synopsis>
- The fully-qualified name of the Java class that provides the
+ Specifies the fully-qualified name of the Java class that provides the
<adm:user-friendly-name />
implementation.
</adm:synopsis>
--
Gitblit v1.10.0