From 39db72786ec179e67e3c1c0c71a2e93672999ea5 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Thu, 03 Dec 2009 18:04:49 +0000 Subject: [PATCH] Split SDK from server code and add build/packaging infrastructure. --- sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java b/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java index 45ff406..0c6ff8b 100644 --- a/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java +++ b/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java @@ -29,7 +29,7 @@ -import static org.opends.messages.SchemaMessages.WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_INVALID_VALUE; +import static com.sun.opends.sdk.util.Messages.WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_INVALID_VALUE; import static org.opends.sdk.schema.SchemaConstants.AMR_DOUBLE_METAPHONE_OID; import static org.opends.sdk.schema.SchemaConstants.EMR_CASE_IGNORE_OID; import static org.opends.sdk.schema.SchemaConstants.OMR_CASE_IGNORE_OID; @@ -37,8 +37,8 @@ import java.util.regex.Pattern; -import org.opends.messages.Message; -import org.opends.messages.MessageBuilder; +import com.sun.opends.sdk.util.Message; +import com.sun.opends.sdk.util.MessageBuilder; import org.opends.sdk.util.ByteSequence; import org.opends.sdk.util.Validator; -- Gitblit v1.10.0