From 92e3fda5194ef641495c6f12c26b85c752367efa Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 03 Sep 2007 18:00:11 +0000 Subject: [PATCH] Fix for issue 2100: Add package-info.java files for QuickSetup --- opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/package-info.java | 33 +++ opends/src/quicksetup/org/opends/quicksetup/installer/package-info.java | 34 +++ opends/src/quicksetup/org/opends/quicksetup/webstart/package-info.java | 37 ++++ opends/src/quicksetup/org/opends/quicksetup/upgrader/package-info.java | 34 +++ opends/src/quicksetup/org/opends/quicksetup/installandupgrader/ui/package-info.java | 32 +++ opends/src/quicksetup/org/opends/quicksetup/installer/webstart/package-info.java | 34 +++ opends/src/quicksetup/org/opends/quicksetup/util/package-info.java | 33 +++ opends/src/quicksetup/org/opends/quicksetup/installer/ui/package-info.java | 34 +++ opends/src/quicksetup/org/opends/quicksetup/event/package-info.java | 34 +++ opends/src/quicksetup/org/opends/quicksetup/ui/package-info.java | 38 ++++ opends/src/quicksetup/org/opends/quicksetup/installer/offline/package-info.java | 34 +++ opends/src/quicksetup/org/opends/quicksetup/package-info.java | 37 ++++ opends/src/quicksetup/org/opends/quicksetup/images/package-info.java | 34 +++ opends/src/quicksetup/org/opends/quicksetup/installandupgrader/package-info.java | 34 +++ 14 files changed, 482 insertions(+), 0 deletions(-) diff --git a/opends/src/quicksetup/org/opends/quicksetup/event/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/event/package-info.java new file mode 100644 index 0000000..a975533 --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/event/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 used to define the specific events + * and listeners in both the upgrader and installer applications. + */ +package org.opends.quicksetup.event; diff --git a/opends/src/quicksetup/org/opends/quicksetup/images/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/images/package-info.java new file mode 100644 index 0000000..cc31cdc --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/images/package-info.java @@ -0,0 +1,34 @@ +/* + * 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. + */ + + + +/** + * Contains the different images (in gif and png format) that are used by the + * installer and the upgrader. + */ +package org.opends.quicksetup.images; diff --git a/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/package-info.java new file mode 100644 index 0000000..f5089d5 --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 classes that are used in the merged version of the + * upgrader and the installer. This is the webstart application where we + * propose the user to upgrade an existing installation or to install a new + * server. + */ +package org.opends.quicksetup.installandupgrader; diff --git a/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/ui/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/ui/package-info.java new file mode 100644 index 0000000..be3dd8c --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/installandupgrader/ui/package-info.java @@ -0,0 +1,32 @@ +/* + * 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 graphical classes that are used in the merged version of + * the upgrader and the installer. + */ +package org.opends.quicksetup.installandupgrader.ui; diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/offline/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/installer/offline/package-info.java new file mode 100644 index 0000000..cbaac92 --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/installer/offline/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 classes for the offline installer (the one that can be + * launched after unzipping the OpenDS zip file). + * + */ +package org.opends.quicksetup.installer.offline; diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/installer/package-info.java new file mode 100644 index 0000000..f5f7bcd --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/installer/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 you used by both the off-line and the web start + * installer. This includes in particular shared classes used to represent user + * provided data, specific exceptions and the abstract Installer application + * which contains the code shared by both installer applications. + */ +package org.opends.quicksetup.installer; diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/ui/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/installer/ui/package-info.java new file mode 100644 index 0000000..da94cec --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/installer/ui/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 graphical classes for the installer. These classes are + * basically the different panels that are displayed in the installer and the + * dialogs used to specify the security options. + */ +package org.opends.quicksetup.installer.ui; diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/package-info.java new file mode 100644 index 0000000..735cebe --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 classes for the webstart installer (the one that can be + * launched using a JNLP file located in a remote server). + * + */ +package org.opends.quicksetup.installer.webstart; diff --git a/opends/src/quicksetup/org/opends/quicksetup/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/package-info.java new file mode 100644 index 0000000..cfc389b --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/package-info.java @@ -0,0 +1,37 @@ +/* + * 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 both the QuickSetup utilities: + * the installer and the upgrader. This includes some shared classes used to + * represent user provided (like UserData), or the class that represents an + * application (Application class). + * + */ +package org.opends.quicksetup; diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/ui/package-info.java new file mode 100644 index 0000000..518b1ee --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/ui/package-info.java @@ -0,0 +1,38 @@ +/* + * 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 graphical classes that are shared by the different applications. + * This includes abstract classes that are used to share code, some dialogs, + * etc. + * + * It also includes a graphical utility class called UIFactory that provides + * the common look and feel for the application and some graphical utilities. + * + */ +package org.opends.quicksetup.ui; diff --git a/opends/src/quicksetup/org/opends/quicksetup/upgrader/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/upgrader/package-info.java new file mode 100644 index 0000000..387f059 --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/upgrader/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 classes that are used by the upgrader. This includes + * the specific objects representing the steps of the upgrader and some helper + * classes that are used to perform the different operations that are required + * to perform the upgrade. + */ +package org.opends.quicksetup.upgrader; diff --git a/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/package-info.java new file mode 100644 index 0000000..6b55981 --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/package-info.java @@ -0,0 +1,33 @@ +/* + * 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 graphical classes for the upgrader. These classes are + * basically the different panels that are displayed in the upgrader. + */ +package org.opends.quicksetup.upgrader.ui; diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/util/package-info.java new file mode 100644 index 0000000..9650b0a --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/util/package-info.java @@ -0,0 +1,33 @@ +/* + * 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 auxiliary classes that can be used by the different + * applications (upgrader and installer). + */ +package org.opends.quicksetup.util; diff --git a/opends/src/quicksetup/org/opends/quicksetup/webstart/package-info.java b/opends/src/quicksetup/org/opends/quicksetup/webstart/package-info.java new file mode 100644 index 0000000..87f6271 --- /dev/null +++ b/opends/src/quicksetup/org/opends/quicksetup/webstart/package-info.java @@ -0,0 +1,37 @@ +/* + * 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 classes that are used by both the web start + * applications. + * This package only contains for the moment the class that is used to download + * the jar files that contain the new installation files (or the files to be + * used in the upgrade). + * + */ +package org.opends.quicksetup.webstart; -- Gitblit v1.10.0