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.6
Committed: Wed Mar 14 23:25:29 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.5: +3 -3 lines
Log Message:
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

File Contents

# User Rev Content
1 tdb 1.6 # Makefile for uk.org.iscream.componentmanager
2     # $Id: Makefile,v 1.5 2001/03/05 23:16:24 tdb1 Exp $
3 ajm 1.1
4 tdb 1.2 # Config Include
5 tdb 1.6 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)