mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
23.07.2011 e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4
opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml
@@ -24,6 +24,7 @@
  !
  !
  !      Copyright 2007-2008 Sun Microsystems, Inc.
  !      Portions Copyright 2011 ForgeRock AS
  ! -->
<adm:managed-object name="debug-target" plural-name="debug-targets"
  package="org.opends.server.admin.std"
@@ -49,7 +50,7 @@
  </adm:profile>
  <adm:property name="debug-scope" mandatory="true" read-only="true">
    <adm:synopsis>
      Specifies the fully-qualified OpenDS Java package, class, or method affected
      Specifies the fully-qualified <adm:product-name /> Java package, class, or method affected
      by the settings in this target definition. Use the number
      character (#) to separate the class name and the method name 
      (that is, org.opends.server.core.DirectoryServer#startUp).
@@ -62,7 +63,7 @@
          </adm:regex>
          <adm:usage>STRING</adm:usage>
          <adm:synopsis>
            The fully-qualified OpenDS Java package, class, or method
            The fully-qualified <adm:product-name /> Java package, class, or method
            name.
          </adm:synopsis>
        </adm:pattern>