/* 
 * Copyright (c) 1997
 * The Open Group, Inc. 
 *
 * Permission to use, copy, modify, and distribute this software and 
 * its documentation for any purpose and without fee is hereby granted, 
 * provided that the above copyright notice appears in all copies and 
 * that both the copyright notice and this permission notice appear in 
 * supporting documentation, and that the name of ("TOG") or The Open  
 * Group not be used in advertising or publicity pertaining to 
 * distribution of the software without specific, written prior permission. 
 *  
 * TOG DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE 
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
 * FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL TOG BE LIABLE FOR ANY 
 * SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 
 * ACTION OF CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING 
 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE 
 *
 *
 * TOG Research Institute MoaJar (unencumbered) 3/20/1997
 */

$$$Include

The Include menu item in the File Menu adds an existing file
on disk to the active JAR file.

Very often, when adding a class file, the file must be renamed
after being included. This is because the name of the package
for that class must be part of the file name in the JAR file.