summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:04:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:04:45 +0000
commit861125b053370957beb4a61dedb2c76ff1a70a73 (patch)
treeda74c3f136f4225f5f57ea716b9cd424ff0f9381 /jurt
parent1a58ac05be3f7f7286a13b38d83c3a024d2fad4b (diff)
INTEGRATION: CWS uno2 (1.1.1.1.64); FILE MERGED
2003/04/07 08:34:43 sb 1.1.1.1.64.1: #108678# Replaced sandbox-based proxy with java.lang.reflect-based one (in com.sun.star.lib.uno.bridges.java_remote).
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/java/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/java/makefile.mk b/jurt/com/sun/star/lib/uno/environments/java/makefile.mk
index 106a12c45fd0..761e05346882 100644
--- a/jurt/com/sun/star/lib/uno/environments/java/makefile.mk
+++ b/jurt/com/sun/star/lib/uno/environments/java/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 15:27:52 $
+# last change: $Author: rt $ $Date: 2003-04-23 17:04:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,10 +71,7 @@ TARGET = com_sun_star_lib_uno_environments_java
# --- Files --------------------------------------------------------
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/IRequester.class \
- $(CLASSDIR)$/$(PACKAGE)$/java_environment.class \
- $(CLASSDIR)$/$(PACKAGE)$/Proxy.class
+JAVACLASSFILES = $(CLASSDIR)$/$(PACKAGE)$/java_environment.class
# --- Targets ------------------------------------------------------