46 |
|
|
47 |
|
# Name of JAR file (will be created in BUILD) |
48 |
|
PACKAGE = $(DISTNAME).jar |
49 |
– |
UTILPACKAGE = iscream_util.jar |
49 |
|
# Main-class to be added to the Manifest |
50 |
|
MAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager |
51 |
|
# Class-path to be added to the Manifest |
73 |
|
uk.org.iscream.cms.server.filter.plugins\ |
74 |
|
uk.org.iscream.cms.server.filtermanager\ |
75 |
|
uk.org.iscream.cms.server.rootfilter\ |
77 |
– |
uk.org.iscream.cms.server.util\ |
76 |
|
uk.org.iscream.cms.server.client\ |
77 |
|
uk.org.iscream.cms.server.client.monitors\ |
78 |
|
uk.org.iscream.cms.server.client.alerters |
105 |
|
build.xml configure db uk idl COPYING Version.inc \ |
106 |
|
$(BUILDDIRNAME)/README $(BUILDDIRNAME)/etc \ |
107 |
|
$(BUILDDIRNAME)/lib $(BUILDDIRNAME)/run.bat \ |
108 |
< |
$(BUILDDIRNAME)/run.sh $(BUILDDIRNAME)/Makefile |
108 |
> |
$(BUILDDIRNAME)/run.sh $(BUILDDIRNAME)/Makefile \ |
109 |
> |
$(BUILDDIRNAME)/COPYING |
110 |
|
|
111 |
|
# User configurable options - defaults |
112 |
|
dest = $(BUILD) |