diff options
author | Oliver Bolte <obo@openoffice.org> | 2000-12-13 15:16:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2000-12-13 15:16:06 +0000 |
commit | 26eb8c45760bc5af60681d3f519d39b6d1394c72 (patch) | |
tree | 4d3bce46d10ea05053d2c8e7dd5f084504768572 /xmlhelp | |
parent | 7c5b248a2fb40399d5123bc4fc3bf03fd316d44d (diff) |
#65293# dummy.class removed
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/com/sun/star/help/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk index c7b1ad700619..50890d13fb1f 100644 --- a/xmlhelp/source/com/sun/star/help/makefile.mk +++ b/xmlhelp/source/com/sun/star/help/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: abi $ $Date: 2000-12-12 14:09:08 $ +#* last change $Author: obo $ $Date: 2000-12-13 16:16:06 $ #* -#* $Revision: 1.8 $ +#* $Revision: 1.9 $ #* #* $Logfile:$ #* @@ -67,9 +67,7 @@ JAVACLASSFILES = \ $(CLASSDIR)$/$(PACKAGE)$/HelpIndexer.class \ $(CLASSDIR)$/$(PACKAGE)$/CreateDb.class \ $(CLASSDIR)$/$(PACKAGE)$/XSLData.class \ - $(CLASSDIR)$/$(PACKAGE)$/StringDbt.class \ - $(CLASSDIR)$/$(PACKAGE)$/dummy.class - + $(CLASSDIR)$/$(PACKAGE)$/StringDbt.class JARCLASSDIRS = com JARTARGET = $(PRJNAME).jar |