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 | |
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')
-rw-r--r-- | jut/com/sun/star/tools/uno/makefile.mk | 12 | ||||
-rw-r--r-- | jut/util/makefile.pmk | 15 |
2 files changed, 5 insertions, 22 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 diff --git a/jut/util/makefile.pmk b/jut/util/makefile.pmk index 4e7508992aca..dba32570500f 100644 --- a/jut/util/makefile.pmk +++ b/jut/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,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:53:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,14 +64,5 @@ .INCLUDE : settings.mk -JARFILES = jurt.jar juh.jar -CLASSGENDIR = $(OUT)$/classgen -#classpath if jarfiles not set -XCLASSPATH := $(XCLASSPATH)$(PATH_SEPERATOR)$(MISC)$/java -#XCLASSPATH = $(XCLASSPATH)$(PATH_SEPERATOR)$(CLASSGENDIR) -RDB = $(SOLARBINDIR)$/applicat.rdb +JARFILES = ridl.jar jurt.jar juh.jar JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) - - -%.java: - javamaker -BUCR -O$(OUT)$/misc$/java $(subst,$/,. $(subst,$(OUT)$/misc$/java$/,-T $*)) $(RDB) |