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.16
Committed: Wed Feb 5 14:27:59 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +3 -3 lines
Log Message:
Util package has been pulled out of the server. Next step will be to modify
the server and conient (and anything else?) to use this instead. New
package name is uk.org.iscream.cms.util. All the java files were moved with
a repo copy, so they retain their history.

File Contents

# User Rev Content
1 tdb 1.16 # Makefile for uk.org.iscream.cms.util
2     # $Id$
3 tdb 1.1
4 tdb 1.5 # Config Include
5 tdb 1.16 include ../../../../../Config.inc
6 tdb 1.1
7 tdb 1.5 # Defining Filenames (these will all be built)
8 tdb 1.1
9 tdb 1.7 JAVA = XMLPacket.java XMLPacketMaker.java\
10 tdb 1.6 XMLStringParser.java FormatName.java\
11 tdb 1.8 Queue.java InvalidQueueException.java\
12 tdb 1.11 DateUtils.java StringUtils.java Smtp.java\
13 tdb 1.15 QueueMonitor.java InvalidXMLException.java\
14     ACL.java ACLServerSocket.java ACLDatagramSocket.java
15 tdb 1.1
16 tdb 1.5 # Build Rule
17     all : DOBUILD
18     clean : DOCLEAN
19 tdb 1.1
20 tdb 1.5 # Main Include
21     include $(MKINC)