diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-07-13 11:52:02 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-07-13 11:52:02 +0000 |
commit | 5984c94468eeab24a9cd3e164991af4bc7e2add4 (patch) | |
tree | da564e7c8e32edbe751a0e5ceca521c85d34b546 | |
parent | 6e7c12825b8cf75ee14458637480df8c7433f4b6 (diff) |
#88969# Added WrongJavaVersionException.idl.
-rw-r--r-- | udkapi/com/sun/star/java/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/java/makefile.mk b/udkapi/com/sun/star/java/makefile.mk index 1417f601f693..67fd42be0414 100644 --- a/udkapi/com/sun/star/java/makefile.mk +++ b/udkapi/com/sun/star/java/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mi $ $Date: 2000-11-08 12:28:40 $ +# last change: $Author: sb $ $Date: 2001-07-13 12:52:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ PACKAGE=com$/sun$/star$/java IDLFILES=\ JavaVirtualMachine.idl\ + WrongJavaVersionException.idl\ XJavaThreadRegister_11.idl\ XJavaVM.idl\ |