summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/org/openoffice
diff options
context:
space:
mode:
authorSteffen Grund <sg@openoffice.org>2003-03-25 14:35:26 +0000
committerSteffen Grund <sg@openoffice.org>2003-03-25 14:35:26 +0000
commit0bbaa7201b5261b6712d960c17743aa21f8e75d0 (patch)
tree99d9df9a396a884162fb18e39a97314740376920 /qadevOOo/runner/org/openoffice
parentefa26837aaf84e764e15bd4affaa81a219721f41 (diff)
CHG: added new java file to list
Diffstat (limited to 'qadevOOo/runner/org/openoffice')
-rw-r--r--qadevOOo/runner/org/openoffice/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/org/openoffice/makefile.mk b/qadevOOo/runner/org/openoffice/makefile.mk
index d3d92228a686..abf5bbfc4f8f 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.1 $
+# $Revision: 1.2 $
#
-# last change: $Date: 2003-01-27 16:26:45 $
+# last change: $Date: 2003-03-25 15:35:26 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -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 ------------------------------------------------------