12 |
|
# Location of the CVS Repository Root |
13 |
|
CVSROOT = /usr/local/proj/co600_10/cvs |
14 |
|
CVSSERVERMODULE = source/server |
15 |
+ |
CVS = /usr/local/bin/cvs |
16 |
|
# ****** These need to be set correctly ****** |
17 |
|
|
18 |
|
# Location of the build directory |
40 |
|
## Package information |
41 |
|
|
42 |
|
# Name of archives |
43 |
< |
ARCNAME = iscream |
43 |
> |
ARCNAME = iscream-server |
44 |
|
TAREXT = .tar |
45 |
|
TARGZEXT = .tar.gz |
46 |
|
ZIPEXT = .zip |
50 |
|
ZIPFILE = $(ARCNAME)$(ZIPEXT) |
51 |
|
|
52 |
|
# Name of JAR file (will be created in BUILD) |
53 |
< |
PACKAGE = iscream.jar |
53 |
> |
PACKAGE = iscream-server.jar |
54 |
|
UTILPACKAGE = iscream-util.jar |
55 |
|
# Main-class to be added to the Manifest |
56 |
|
MAINCLASS = uk.ac.ukc.iscream.componentmanager.ComponentManager |