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

jvergara
17.12.2007 d7493c1fadaa7c5b66bcf6bf93671226cf6f8961
Fix for issues 2099 and 2101 (add package-info.java file for the packages of the ADS and of guitools).
7 files added
1 files modified
257 ■■■■■ changed files
opends/src/ads/org/opends/admin/ads/package-info.java 41 ●●●●● patch | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/util/package-info.java 35 ●●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/event/package-info.java 35 ●●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/package-info.java 36 ●●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ui/package-info.java 35 ●●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/package-info.java 36 ●●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/ui/package-info.java 35 ●●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/PackageInfoTestCase.java 4 ●●●● patch | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/package-info.java
New file
@@ -0,0 +1,41 @@
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
/**
 * Defines the different classes that are you used to have a read-only
 * view of the configuration of the servers that are registered in the
 * Administration Directory Server (ADS).
 *
 * These includes objects that are used to represent the server and its
 * configuration (<code>org.opends.admin.ads.ServerDescriptor</code>,
 * <code>org.opends.admin.ads.ReplicaDescriptor</code>, etc.) and classes
 * used to retrieve the information (like
 * <code>org.opends.admin.ads.ADSContext</code>).
 */
package org.opends.admin.ads;
opends/src/ads/org/opends/admin/ads/util/package-info.java
New file
@@ -0,0 +1,35 @@
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
/**
 * Defines a set of auxiliary classes and utilities that are used to
 * retrieve the configuration of the servers that are registered in the
 * Administration Directory Server (ADS).
 */
package org.opends.admin.ads.util;
opends/src/guitools/org/opends/guitools/statuspanel/event/package-info.java
New file
@@ -0,0 +1,35 @@
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
/**
 * Defines the specific event and listener classes that are you used in the
 * code of the status and status-panel command lines.
 *
 */
package org.opends.guitools.statuspanel.event;
opends/src/guitools/org/opends/guitools/statuspanel/package-info.java
New file
@@ -0,0 +1,36 @@
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
/**
 * Defines the main classes that are you used by the status and status-panel
 * command lines.  This includes the command line launchers, the classes
 * that are used to retrieve the data, the data models that represent the
 * status data.
 * */
package org.opends.guitools.statuspanel;
opends/src/guitools/org/opends/guitools/statuspanel/ui/package-info.java
New file
@@ -0,0 +1,35 @@
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
/**
 * Defines the classes that are related to AWT and Swing for the code of
 * the status-panel command line.  This includes the dialogs that are
 * displayed and the table data models.
 */
package org.opends.guitools.statuspanel.ui;
opends/src/guitools/org/opends/guitools/uninstaller/package-info.java
New file
@@ -0,0 +1,36 @@
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
/**
 * Defines the main classes that are you used by the uninstall and uninstall-gui
 * command lines.  This includes the command line launchers, the classes
 * that are used to parse the arguments and the data models that represent the
 * user data.
 **/
package org.opends.guitools.uninstaller;
opends/src/guitools/org/opends/guitools/uninstaller/ui/package-info.java
New file
@@ -0,0 +1,35 @@
/*
 * CDDL HEADER START
 *
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 */
/**
 * Defines the classes that are related to AWT and Swing for the code of
 * the uninstaller-gui command line.  This includes basically the specific
 * dialogs that are displayed in the graphical uninstaller.
 */
package org.opends.guitools.uninstaller.ui;
opends/tests/unit-tests-testng/src/server/org/opends/server/util/PackageInfoTestCase.java
@@ -288,7 +288,7 @@
   *
   * @param  sourceDirectory  The directory for which to make the determination.
   */
  @Test(enabled=false, dataProvider="adsSourceDirectories")
  @Test(dataProvider="adsSourceDirectories")
  public void testADSPackageInfoExists(File sourceDirectory)
         throws Exception
  {
@@ -348,7 +348,7 @@
   *
   * @param  sourceDirectory  The directory for which to make the determination.
   */
  @Test(enabled=false, dataProvider="guiToolsSourceDirectories")
  @Test(dataProvider="guiToolsSourceDirectories")
  public void testGUIToolsPackageInfoExists(File sourceDirectory)
         throws Exception
  {