s_java   [plain text]


#!/bin/sh -
#	$Id: s_java,v 1.2 2004/03/30 01:21:34 jtownsen Exp $
#
# Build the Java files.

sh s_java_swig		# Create core Java API with SWIG
sh s_java_const		# Create Java constants
sh s_java_stat		# Create Java stat methods
sh s_java_camel		# Camel-case the Java API.