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.7
Committed: Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.6: +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

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