diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:13:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:13:56 +0000 |
commit | 23cf13b7e981dc87aa5b9c40faac7a4374eea57a (patch) | |
tree | f5c8489fb6c35aa048709b6bd4c01230fe480d69 /jurt/demo | |
parent | 790d7684e941d1ea23f81640ae383a46bcc639fc (diff) |
INTEGRATION: CWS sb8 (1.3.92); FILE MERGED
2003/08/26 14:10:34 sb 1.3.92.1: #108679# Removed dead code.
Diffstat (limited to 'jurt/demo')
-rw-r--r-- | jurt/demo/com/sun/star/demo/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jurt/demo/com/sun/star/demo/makefile.mk b/jurt/demo/com/sun/star/demo/makefile.mk index 6ffede8d6509..f5cd907d2a68 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.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jbu $ $Date: 2001-02-26 14:34:32 $ +# last change: $Author: vg $ $Date: 2003-10-09 10:13:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,6 @@ JARFILES = sandbox.jar unoil.jar ridl.jar GENJAVACLASSFILES = JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/UcbDemo.class \ $(CLASSDIR)$/$(PACKAGE)$/DemoServer.class \ $(CLASSDIR)$/$(PACKAGE)$/TestOffice.class |