diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2000-11-08 11:54:32 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2000-11-08 11:54:32 +0000 |
commit | 3f4a502e5e139b40d817f3a228cab42679d32864 (patch) | |
tree | 2e75f33fc9f2bd1e83d870a0ab28f4f31514c9ec /jut/com | |
parent | 085b436395aa7b42a0d6e2ccc1abc536b69ee3a2 (diff) |
remove generation of idl types because jut depends now on ridl.jar which contains all types of udkapi
Diffstat (limited to 'jut/com')
-rw-r--r-- | jut/com/sun/star/tools/uno/makefile.mk | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/jut/com/sun/star/tools/uno/makefile.mk b/jut/com/sun/star/tools/uno/makefile.mk index 56771ff789b1..4cbac9693225 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.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: kr $ $Date: 2000-09-27 09:30:27 $ +# last change: $Author: jsc $ $Date: 2000-11-08 12:54:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,14 +72,6 @@ TARGET = com_sun_star_tools_uno # --- Files -------------------------------------------------------- -GENJAVAFILES = \ - $(MISC)$/java$/com$/sun$/star$/registry$/XRegistryKey.java \ - $(MISC)$/java$/com$/sun$/star$/uno$/Exception.java \ - $(MISC)$/java$/com$/sun$/star$/uno$/RuntimeException.java \ - $(MISC)$/java$/com$/sun$/star$/uno$/TypeClass.java \ - $(MISC)$/java$/com$/sun$/star$/uno$/Uik.java \ - $(MISC)$/java$/com$/sun$/star$/uno$/XInterface.java - JAVACLASSFILES= \ $(CLASSDIR)$/$(PACKAGE)$/RegistryKey.class \ $(CLASSDIR)$/$(PACKAGE)$/UnoApp.class |