From b69e03bcf756fdeba95b86454445424237d2aefd Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 07 Dec 2009 13:38:25 +0000
Subject: [PATCH] Move tools package into private package hierarchy.

---
 sdk/src/com/sun/opends/sdk/tools/Utils.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdk/src/org/opends/sdk/tools/Utils.java b/sdk/src/com/sun/opends/sdk/tools/Utils.java
similarity index 99%
rename from sdk/src/org/opends/sdk/tools/Utils.java
rename to sdk/src/com/sun/opends/sdk/tools/Utils.java
index 54fde42..ed04169 100644
--- a/sdk/src/org/opends/sdk/tools/Utils.java
+++ b/sdk/src/com/sun/opends/sdk/tools/Utils.java
@@ -24,7 +24,7 @@
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
  */
-package org.opends.sdk.tools;
+package com.sun.opends.sdk.tools;
 
 
 
@@ -65,7 +65,7 @@
   /**
    * The name of a command-line script used to launch a tool.
    */
-  static final String PROPERTY_SCRIPT_NAME = "org.opends.sdk.tools.scriptName";
+  static final String PROPERTY_SCRIPT_NAME = "com.sun.opends.sdk.tools.scriptName";
 
   /**
    * The column at which to wrap long lines of output in the

--
Gitblit v1.10.0