File:  [Public] / java / classes / org / w3c / jigsaw / acl / Makefile
Revision 1.4: download - view: text, annotated - select for diffs
Thu Apr 22 14:10:17 1999 UTC (25 years, 2 months ago) by bmahe
Branches: MAIN
CVS tags: HEAD
SecurityLevel almost finished

PACKAGE="org.w3c.jigsaw.acl"

JIGSAWFILES = \
	AclFilter.java \
	AclRealm.java \
	BasicAuthPrincipal.java \
	DigestAuthPrincipal.java \
	HTTPPermission.java \
	InvalidAuthException.java \
	JAcl.java \
	SecurityLevel.java 

FILES = $(JIGSAWFILES)

TOP=../../../../..
include $(TOP)/makefiles/file.make


Webmaster