| 1 |
pjm2 |
1.1 |
# Include Config for the reporter |
| 2 |
pjm2 |
1.7 |
# $Id: Config2.inc,v 1.6 2001/03/17 16:40:40 pjm2 Exp $ |
| 3 |
pjm2 |
1.1 |
|
| 4 |
|
|
|
| 5 |
|
|
# Location of the build directory |
| 6 |
|
|
BUILD = $(REPORTSROOT)/build |
| 7 |
|
|
# Relative (to BUILD) location of the libraries |
| 8 |
|
|
LIBDIR = $(BUILD)/lib |
| 9 |
|
|
|
| 10 |
|
|
|
| 11 |
|
|
## Compiler Information |
| 12 |
pjm2 |
1.6 |
JCLIBS = $(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.2-bin.jar:$(LIBDIR)/Acme.jar:$(LIBDIR)/iscream-util.jar |
| 13 |
pjm2 |
1.1 |
JCCLASSPATH = $(JCLIBS):. |
| 14 |
|
|
|
| 15 |
|
|
# ****** These need to be set correctly ****** |
| 16 |
|
|
# Location of the CVS Repository Root |
| 17 |
|
|
CVSROOT = /usr/local/proj/co600_10/cvs |
| 18 |
|
|
CVSSERVERMODULE = source/reports |
| 19 |
pjm2 |
1.7 |
SETTINGSFILE = $(BUILD)/DBReporter.properties |
| 20 |
pjm2 |
1.1 |
# ****** These need to be set correctly ****** |
| 21 |
|
|
|
| 22 |
|
|
# cvsbuild temporary directory name |
| 23 |
|
|
CVSBUILDTEMP = $(REPORTSROOT)/cvsbuildtemp |
| 24 |
|
|
# cvsbuild default revision |
| 25 |
|
|
rev = HEAD |
| 26 |
|
|
REVISION = $(rev) |
| 27 |
|
|
|
| 28 |
|
|
# Name of JAR file (will be created in BUILD) |
| 29 |
|
|
PACKAGE = iscreamreports.jar |
| 30 |
|
|
# Main-class to be added to the Manifest |
| 31 |
|
|
MAINCLASS = DBReporterMain |
| 32 |
|
|
# Class-path to be added to the Manifest |
| 33 |
pjm2 |
1.6 |
CLPATH = lib/jaxp.jar lib/crimson.jar lib/mm.mysql-2.0.2-bin.jar lib/Acme.jar lib/iscream-util.jar |