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 provides a set of source file stubs for files that are part of
2065N/A * the javax.jnlp package and are needed in order to build QuickSetup (and
2065N/A * potentially other utilities accessible via Java Web Start). This code is not
2065N/A * actually used in any way other than to allow other code to compile, nor
2065N/A * should it be included in any JAR files or other bundles that we ship.
2065N/A */
2065N/Apackage javax.jnlp;
2065N/A