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.4 by tdb, Tue Jan 2 04:06:03 2001 UTC vs.
Revision 1.5 by tdb, Tue Jan 16 01:33:33 2001 UTC

# Line 33 | Line 33 | REVISION = $(rev)
33  
34   ## Compiler Information
35   JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar
36 < JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):.
36 > ##### Added $(SERVERROOT)/idl - this may not be a good thing, but it helps dependencies.
37 > JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):$(SERVERROOT)/idl:.
38  
39   ## Package information
40  
# Line 49 | Line 50 | ZIPFILE = $(ARCNAME)$(ZIPEXT)
50  
51   # Name of JAR file (will be created in BUILD)
52   PACKAGE = iscream.jar
53 + UTILPACKAGE = iscream-util.jar
54   # Main-class to be added to the Manifest
55   MAINCLASS = uk.ac.ukc.iscream.componentmanager.ComponentManager
56   # Class-path to be added to the Manifest

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines