2065N/A/*
2065N/A * CDDL HEADER START
2065N/A *
2065N/A * The contents of this file are subject to the terms of the
2065N/A * Common Development and Distribution License, Version 1.0 only
2065N/A * (the "License"). You may not use this file except in compliance
2065N/A * with the License.
2065N/A *
2065N/A * You can obtain a copy of the license at
2065N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE
2065N/A * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2065N/A * See the License for the specific language governing permissions
2065N/A * and limitations under the License.
2065N/A *
2065N/A * When distributing Covered Code, include this CDDL HEADER in each
2065N/A * file and include the License file at
2065N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2065N/A * add the following below this CDDL HEADER, with the fields enclosed
2065N/A * by brackets "[]" replaced with your own identifying information:
2065N/A * Portions Copyright [yyyy] [name of copyright owner]
2065N/A *
2065N/A * CDDL HEADER END
2065N/A *
2065N/A *
3231N/A * Copyright 2008 Sun Microsystems, Inc.
2065N/A */
2065N/A
2065N/A
2065N/A
2065N/A/**
2065N/A * This package contains source for a number of tools that are used in some way
2065N/A * during the OpenDS build process. This includes custom Ant tasks, utilities
2065N/A * to format schema files, and to facilitate running server unit tests.
2065N/A */
2065N/Apackage org.opends.build.tools;
2065N/A