ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/Makefile
Revision: 1.7
Committed: Wed Mar 7 13:04:44 2001 UTC (24 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.6: +4 -3 lines
Log Message:
Added a selection of new Service Checks. These are basic, and only get back a
simple line from the server. This could probably better be done with an abstract
class. Actually, it needs to be considered whether it matters what is sent back,
because maybe we just care about the fact a service exists.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for uk.ac.ukc.iscream.filter
2 tdb 1.7 # $Id: Makefile,v 1.6 2001/02/13 00:39:00 tdb1 Exp $
3 tdb 1.1
4 tdb 1.2 # Config Include
5     include ../../../../../../Config.inc
6 tdb 1.1
7 tdb 1.2 # Defining Filenames (these will be built)
8 tdb 1.1
9 tdb 1.6 JAVA = EnforceEssentialData__Plugin.java TypeChecker__Plugin.java\
10 tdb 1.7 HTTP__ServiceCheck.java SMTP__ServiceCheck.java\
11     POP3__ServiceCheck.java IMAP__ServiceCheck.java\
12     FTP__ServiceCheck.java SSH__ServiceCheck.java
13 tdb 1.1
14 tdb 1.2 # Build Rule
15     all : DOBUILD
16     clean : DOCLEAN
17 tdb 1.1
18 tdb 1.2 # Main Include
19     include $(MKINC)