ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/Makefile
Revision: 1.14
Committed: Tue May 29 17:02:35 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.13: +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

# Content
1 # Makefile for uk.org.iscream.cms.server.util
2 # $Id: Makefile,v 1.13 2001/03/14 23:25:29 tdb1 Exp $
3
4 # Config Include
5 include ../../../../../../Config.inc
6
7 # Defining Filenames (these will all be built)
8
9 JAVA = XMLPacket.java XMLPacketMaker.java\
10 XMLStringParser.java FormatName.java\
11 Queue.java InvalidQueueException.java\
12 DateUtils.java StringUtils.java Smtp.java\
13 QueueMonitor.java InvalidXMLException.java
14
15 # Build Rule
16 all : DOBUILD
17 clean : DOCLEAN
18
19 # Main Include
20 include $(MKINC)