diff options
author | Kay Ramme <kr@openoffice.org> | 2001-01-17 09:56:37 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-01-17 09:56:37 +0000 |
commit | 27d29f23c3d6f20789a877647ca7ef7f11fb3545 (patch) | |
tree | b980026102ddef98c11d7aa3cff5b02493356dd4 /jurt/demo/com/sun/star | |
parent | d53d25342e5c064258f9b0e067ecefb27414ac8b (diff) |
SCalc, SDraw, SWriter removed
Diffstat (limited to 'jurt/demo/com/sun/star')
-rw-r--r-- | jurt/demo/com/sun/star/demo/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/jurt/demo/com/sun/star/demo/makefile.mk b/jurt/demo/com/sun/star/demo/makefile.mk index a05978e13c73..f775c9aaa181 100644 --- a/jurt/demo/com/sun/star/demo/makefile.mk +++ b/jurt/demo/com/sun/star/demo/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:27:54 $ +# last change: $Author: kr $ $Date: 2001-01-17 10:56:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,9 +80,8 @@ JARFILES = sandbox.jar unoil.jar GENJAVACLASSFILES = JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/SCalc.class \ - $(CLASSDIR)$/$(PACKAGE)$/SDraw.class \ - $(CLASSDIR)$/$(PACKAGE)$/SWriter.class \ + $(CLASSDIR)$/$(PACKAGE)$/UcbDemo.class \ + $(CLASSDIR)$/$(PACKAGE)$/DemoServer.class \ $(CLASSDIR)$/$(PACKAGE)$/TestOffice.class TYPES={$(subst,.class, $(subst,$/,. $(subst,$(CLASSDIR)$/,-T $(GENJAVACLASSFILES))))} |