ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/Makefile
Revision: 1.5
Committed: Mon Mar 5 23:16:24 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.4: +5 -3 lines
Log Message:
Added the PropertyNotFoundException class.

File Contents

# User Rev Content
1 ajm 1.1 # Makefile for uk.ac.ukc.iscream.componentmanager
2 tdb 1.5 # $Id: Makefile,v 1.4 2001/03/02 05:37:31 ajm4 Exp $
3 ajm 1.1
4 tdb 1.2 # Config Include
5     include ../../../../../Config.inc
6 ajm 1.1
7 tdb 1.2 # Defining Filenames (these will all be built)
8 ajm 1.1
9 tdb 1.5 JAVA = ComponentManager.java Component.java\
10     ComponentStartException.java ReferenceManager.java\
11     ConfigurationCache.java ConfigurationProxy.java\
12     PropertyNotFoundException.java
13 ajm 1.1
14 tdb 1.2 # Build Rule
15     all : DOBUILD
16     clean : DOCLEAN
17 ajm 1.1
18 tdb 1.2 # Main Include
19     include $(MKINC)