10 |
|
|
11 |
|
# ****** These need to be set correctly ****** |
12 |
|
# Location of the CVS Repository Root |
13 |
< |
CVSROOT = /usr/local/proj/co600_10/cvs |
14 |
< |
CVSSERVERMODULE = source/server |
13 |
> |
CVSROOT = :ext:username@cvs.i-scream.org.uk:/cvs/i-scream |
14 |
> |
CVSSERVERMODULE = cms/source/server |
15 |
|
# ****** These need to be set correctly ****** |
16 |
|
|
17 |
|
# This will attempt to locate cvs, and return the path. |
35 |
|
REVISION = $(rev) |
36 |
|
|
37 |
|
## Compiler Information |
38 |
< |
JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.4-bin.jar |
38 |
> |
JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.11-bin.jar |
39 |
|
##### Added $(SOURCEROOT)/idl - this may not be a good thing, but it helps dependencies. |
40 |
|
JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):$(BUILD):$(SOURCEROOT)/idl:. |
41 |
|
# set JCFLAGS to these if you want to optimise and turn off debugging |
60 |
|
# Main-class to be added to the Manifest |
61 |
|
MAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager |
62 |
|
# Class-path to be added to the Manifest |
63 |
< |
CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.4-bin.jar lib/crimson.jar |
63 |
> |
CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.11-bin.jar lib/crimson.jar |
64 |
|
|
65 |
|
|
66 |
|
## CHECK Files (for dependencies) |