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.10
Committed: Tue May 29 17:02:35 2001 UTC (23 years ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.9: +3 -3 lines
Log Message:
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

File Contents

# User Rev Content
1 tdb 1.10 # Makefile for uk.org.iscream.cms.server.filter
2     # $Id: Makefile,v 1.9 2001/03/14 23:25:29 tdb1 Exp $
3 tdb 1.1
4 tdb 1.2 # Config Include
5 tdb 1.10 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 tdb 1.8 FTP__ServiceCheck.java SSH__ServiceCheck.java\
13     Telnet__ServiceCheck.java
14 tdb 1.1
15 tdb 1.2 # Build Rule
16     all : DOBUILD
17     clean : DOCLEAN
18 tdb 1.1
19 tdb 1.2 # Main Include
20     include $(MKINC)