ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Config2.inc
(Generate patch)

Comparing projects/cms/source/server/Config2.inc (file contents):
Revision 1.1.2.8 by tdb, Wed Dec 13 17:59:21 2000 UTC vs.
Revision 1.2 by tdb, Wed Dec 13 18:34:09 2000 UTC

# Line 22 | Line 22 | LIBDIR = $(BUILD)/lib
22   MKINC = $(SERVERROOT)/Makefile.inc
23  
24   # Install Prefix
25 < prefix = /usr/local/proj/co600_10/iscream-server
25 > prefix = /usr/local/iscream-server
26   INSTALL = $(prefix)
27  
28   # cvsbuild temporary directory name
29 < CVSBUILDTEMP = cvsbuildtemp
29 > CVSBUILDTEMP = $(SERVERROOT)/cvsbuildtemp
30   # cvsbuild default revision
31   rev = HEAD
32   REVISION = $(rev)
# Line 50 | Line 50 | ZIPFILE = $(ARCNAME)$(ZIPEXT)
50   # Name of JAR file (will be created in BUILD)
51   PACKAGE = iscream.jar
52   # Main-class to be added to the Manifest
53 < MAINCLASS = uk.ac.ukc.iscream.core.Core
53 > MAINCLASS = uk.ac.ukc.iscream.componentmanager.ComponentManager
54   # Class-path to be added to the Manifest
55   CLPATH = $(LIBDIR)/idl.jar $(LIBDIR)/jacorb.jar $(LIBDIR)/jaxp.jar $(LIBDIR)/parser.jar
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines