diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:40:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:40:41 +0000 |
commit | c5abdb83b38eb9002b94ac714a73014eeb440cf2 (patch) | |
tree | 9a0b735a55adf36e1e16cc1b841397e02426eac9 /jut | |
parent | 7df58d507d824944944cd6de863da91c18fd5d49 (diff) |
INTEGRATION: CWS sb31 (1.5.104); FILE MERGED
2005/03/30 12:48:40 sb 1.5.104.1: #120219# Cleaned up.
Diffstat (limited to 'jut')
-rw-r--r-- | jut/com/sun/star/tools/uno/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jut/com/sun/star/tools/uno/makefile.mk b/jut/com/sun/star/tools/uno/makefile.mk index ba5afc0d4eb1..9ea7b819f01a 100644 --- a/jut/com/sun/star/tools/uno/makefile.mk +++ b/jut/com/sun/star/tools/uno/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kr $ $Date: 2001-05-08 09:54:01 $ +# last change: $Author: obo $ $Date: 2005-06-17 09:40:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,12 +72,12 @@ TARGET = com_sun_star_tools_uno # --- Files -------------------------------------------------------- -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/DumpTypeDescription.class \ - $(CLASSDIR)$/$(PACKAGE)$/DumpType.class \ - $(CLASSDIR)$/$(PACKAGE)$/RegistryKey.class \ - $(CLASSDIR)$/$(PACKAGE)$/RegComp.class \ - $(CLASSDIR)$/$(PACKAGE)$/UnoApp.class +JAVAFILES = \ + DumpType.java \ + DumpTypeDescription.java \ + RegComp.java \ + RegistryKey.java \ + UnoApp.java # --- Targets ------------------------------------------------------ |