# | Line 39 | Line 39 | JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):$(SERVE | |
---|---|---|
39 | ## Package information | |
40 | ||
41 | # Name of archives | |
42 | < | ARCNAME = iscream |
42 | > | ARCNAME = iscream-server |
43 | TAREXT = .tar | |
44 | TARGZEXT = .tar.gz | |
45 | ZIPEXT = .zip | |
# | Line 49 | Line 49 | TARGZFILE = $(ARCNAME)$(TARGZEXT) | |
49 | ZIPFILE = $(ARCNAME)$(ZIPEXT) | |
50 | ||
51 | # Name of JAR file (will be created in BUILD) | |
52 | < | PACKAGE = iscream.jar |
52 | > | PACKAGE = iscream-server.jar |
53 | UTILPACKAGE = iscream-util.jar | |
54 | # Main-class to be added to the Manifest | |
55 | MAINCLASS = uk.ac.ukc.iscream.componentmanager.ComponentManager |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |