head	1.1;
access;
symbols
	Hobson_Rock_14Dec2009:1.1
	Hobson_Rock_29June2009:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.03.23.02.50.46;	author headley;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Top level makefile for XPort Configuration Applet; describes packages and 3rd party JARS; see also make/Makefile for build targets
@
text
@#*********************************************************************
#
#  (C) 2000 Geotecnical Software Services - GeoSoft
#
# $Id: Makefile,v 1.106 2008/06/05 20:33:38 headley Exp $
# 
#*********************************************************************


PACKAGES = \
	org.mbari.xport

NODOC_PACKAGES = 

JARS = 

JARS_3RDPARTY = 

MAIN_CLASS     = 
MAIN_PACKAGE   = 
MAIN_JAR       = 

RUN_PARAMETERS = 



#*********************************************************************
#
# Javadoc
#
#*********************************************************************

WINDOWTITLE = 'JavaDoc'
DOCTITLE    = 'Doc Title'
HEADER      = 'Doc Header'
BOTTOM      = '<font size="-1">Copyright &copy; 2008 - Monterey Bay Aquarium Research Institute <a href="http://www.mbari.org">www.mbari.org</a></font>'


include $(JAVA_DEV_ROOT)/make/Makefile
@
