diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:55:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:55:47 +0000 |
commit | 906ad9c2aca1cbd9684b53fa2e91c68e8998de9c (patch) | |
tree | 9c5aad42f1218922c851aa36650aa02c3989274d /sj2 | |
parent | 1b0d881c4f46c579bc382368b2b6295176004f6d (diff) |
INTEGRATION: CWS jl3 (1.3.52); FILE MERGED
2003/11/20 16:40:03 jl 1.3.52.1: #111907# replace TKTThreadAttach by jvmaccess::VirtualMachine, directory source/java is now empty
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sj2/source/jscpp/makefile.mk b/sj2/source/jscpp/makefile.mk index f58d5c008bd9..fab7370d83a6 100644 --- a/sj2/source/jscpp/makefile.mk +++ b/sj2/source/jscpp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 11:30:50 $ +# last change: $Author: kz $ $Date: 2004-03-25 14:55:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,8 +76,8 @@ UNOTYPES= \ com.sun.star.uno.TypeClass \ com.sun.star.awt.XControl \ com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.java.XJavaVM \ - com.sun.star.java.XJavaThreadRegister_11 + com.sun.star.java.XJavaVM + CXXFILES= \ |