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, 1 month 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

# Content
1 # Makefile for uk.org.iscream.cms.util
2 # $Id$
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 ACL.java ACLServerSocket.java ACLDatagramSocket.java
15
16 # Build Rule
17 all : DOBUILD
18 clean : DOCLEAN
19
20 # Main Include
21 include $(MKINC)