From ff9b49ad76234e3b60512fc479343030a6b367ad Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Wed, 18 Aug 2010 09:47:15 +0000 Subject: [PATCH] Cleanup. Remove references to Java 5 since we no longer support it. Cleanup messages, removing unnecessary casts (due to bugs in early versions of Java 5), removing dead code. The minimal version has been set to Java 1.6.0_10. Also cleanup the Java Stubs for MacOS, removed the StatusPanel (replaced by ControlPanel since 1.2), and update Info.plist to require 1.6 or higher, show 2.3 as version. --- opends/src/admin/messages/RegularExpressionIdentityMapperCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/RegularExpressionIdentityMapperCfgDefn.properties b/opends/src/admin/messages/RegularExpressionIdentityMapperCfgDefn.properties index ce478d9..1fa6be6 100644 --- a/opends/src/admin/messages/RegularExpressionIdentityMapperCfgDefn.properties +++ b/opends/src/admin/messages/RegularExpressionIdentityMapperCfgDefn.properties @@ -10,7 +10,7 @@ property.match-base-dn.default-behavior.alias.synopsis=The server searches below all public naming contexts. property.match-pattern.synopsis=Specifies the regular expression pattern that is used to identify portions of the ID string that will be replaced. property.match-pattern.description=Any portion of the ID string that matches this pattern is replaced in accordance with the provided replace pattern (or is removed if no replace pattern is specified). If multiple substrings within the given ID string match this pattern, all occurrences are replaced. If no part of the given ID string matches this pattern, the ID string is not altered. Exactly one match pattern value must be provided, and it must be a valid regular expression as described in the API documentation for the java.util.regex.Pattern class, including support for capturing groups. -property.match-pattern.syntax.string.pattern.synopsis=Any valid regular expression pattern which is supported by the javax.util.regex.Pattern class (see http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html for documentation about this class for Java SE 5). +property.match-pattern.syntax.string.pattern.synopsis=Any valid regular expression pattern which is supported by the javax.util.regex.Pattern class (see http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/java/util/regex/Pattern.html for documentation about this class for Java SE 6). property.replace-pattern.synopsis=Specifies the replacement pattern that should be used for substrings in the ID string that match the provided regular expression pattern. property.replace-pattern.description=If no replacement pattern is provided, then any matching portions of the ID string will be removed (i.e., replaced with an empty string). The replacement pattern may include a string from a capturing group by using a dollar sign ($) followed by an integer value that indicates which capturing group should be used. property.replace-pattern.default-behavior.alias.synopsis=The replace pattern will be the empty string. -- Gitblit v1.10.0