ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/corbaservices/Config2.inc
Revision: 1.6
Committed: Tue May 29 17:24:12 2001 UTC (23 years ago) by tdb
Branch: MAIN
Changes since 1.5: +4 -4 lines
Log Message:
Package structure has been changed from;

uk.org.iscream.corbaservices.*

to;

uk.org.iscream.cms.corbaservices.*

This is in keeping with the rest of the central monitoring system server. It may
be possible to change this back at some date, if the corbaservices really
becomes a completely standalone application. At the moment, however, it's too
suited to just doing the job required of it by the cms server, rather than as a
general purpose application.

File Contents

# User Rev Content
1 tdb 1.1 # Include Config for corbaservices
2 tdb 1.6 # $Id: Config2.inc,v 1.5 2001/03/26 21:49:39 tdb1 Exp $
3 tdb 1.1
4     ##
5     ## Only the first section needs changing here, the rest are just
6     ## information for use throughout the build scripts
7     ##
8    
9     ## File and Path Locations
10    
11     # ****** These need to be set correctly ******
12     # Location of the CVS Repository Root
13     CVSROOT = /usr/local/proj/co600_10/cvs
14     CVSMODULE = experimental/server/CorbaServices
15     # ****** These need to be set correctly ******
16 tdb 1.3
17     # This will attempt to locate cvs, and return the path.
18     CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi`
19 tdb 1.1
20     # Location of the build directory
21     BUILD = $(SOURCEROOT)/build
22     # Relative (to BUILD) location of the libraries
23     LIBDIR = $(BUILD)/lib
24     # Location of the main include
25     MKINC = $(SOURCEROOT)/Makefile.inc
26    
27     # Install Prefix
28     prefix = /usr/local/iscream-corbaservices
29     INSTALL = $(prefix)
30    
31     # cvsbuild temporary directory name
32     CVSBUILDTEMP = $(SOURCEROOT)/cvsbuildtemp
33     # cvsbuild default revision
34     rev = HEAD
35     REVISION = $(rev)
36    
37     ## Compiler Information
38     JCLIBS = $(LIBDIR)/jacorb.jar
39     JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):.
40    
41     ## Package information
42    
43     # Name of archives
44     ARCNAME = iscream-corbaservices
45     TAREXT = .tar
46     TARGZEXT = .tar.gz
47     ZIPEXT = .zip
48    
49     TARFILE = $(ARCNAME)$(TAREXT)
50     TARGZFILE = $(ARCNAME)$(TARGZEXT)
51     ZIPFILE = $(ARCNAME)$(ZIPEXT)
52    
53     # Name of JAR file (will be created in BUILD)
54     PACKAGE = iscream-corbaservices.jar
55     # Main-class to be added to the Manifest
56 tdb 1.6 MAINCLASS = uk.org.iscream.cms.corbaservices.CorbaServices
57 tdb 1.1 # Class-path to be added to the Manifest
58     CLPATH = lib/jacorb.jar
59    
60    
61     ## CHECK Files (for dependencies)
62     BUILDCHECK = $(SOURCEROOT)/.donebuild
63     COMPILECHECK = .donecompile
64     COPYCHECK = .donecopy
65    
66    
67     ## Javadoc package list
68 tdb 1.6 PKGLIST = uk.org.iscream.cms.corbaservices
69 tdb 1.5
70     ## Javadoc formatting
71 tdb 1.6 JDTITLE = "i-scream cms corbaservices"
72 tdb 1.5 JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
73 tdb 1.1
74     DOCDIR = doc