summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/org/openoffice/makefile.mk8
-rw-r--r--qadevOOo/runner/stats/makefile.mk11
2 files changed, 10 insertions, 9 deletions
diff --git a/qadevOOo/runner/org/openoffice/makefile.mk b/qadevOOo/runner/org/openoffice/makefile.mk
index b8805225d677..0bf17c23011f 100644
--- a/qadevOOo/runner/org/openoffice/makefile.mk
+++ b/qadevOOo/runner/org/openoffice/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Date: 2003-03-26 14:53:54 $
+# last change: $Date: 2003-03-31 17:04:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,7 +64,7 @@ PRJ=..$/..$/..
PRJNAME = OOoRunner
PACKAGE = org$/openoffice
-TARGET = $(PRJNAME)
+TARGET = runner_org_openoffice
# --- Settings -----------------------------------------------------
@@ -73,7 +73,7 @@ TARGET = $(PRJNAME)
# --- Files --------------------------------------------------------
JARFILES = sandbox.jar ridl.jar jurt.jar unoil.jar
-JAVAFILES = Runner.java
+JAVAFILES = Runner.java RunnerService.java
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------
diff --git a/qadevOOo/runner/stats/makefile.mk b/qadevOOo/runner/stats/makefile.mk
index 6775b8b896a3..00332d398c06 100644
--- a/qadevOOo/runner/stats/makefile.mk
+++ b/qadevOOo/runner/stats/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Date: 2003-03-26 14:53:55 $
+# last change: $Date: 2003-03-31 17:07:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -62,9 +62,9 @@
PRJ=..$/..
-PRJNAME = Runner
+PRJNAME = OOoRunner
PACKAGE = stats
-TARGET = $(PRJNAME)
+TARGET = runner_stats
# --- Settings -----------------------------------------------------
@@ -78,7 +78,8 @@ JAVAFILES = \
SimpleOutProducer.java \
SimpleFileOutProducer.java \
SimpleLogWriter.java \
- Summarizer.java
+ Summarizer.java \
+ InternalLogWriter.java
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)