summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 13:35:02 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 13:35:02 +0000
commit5d087ad0b358f973570a4e4ff0f92e258afe919d (patch)
tree3a32d32edf16ef090d8c61ecc47e26d820fc3b65
parentea77db10425fd02646b93599dd8d191209158665 (diff)
INTEGRATION: CWS sb18 (1.4.40); FILE MERGED
2004/05/11 16:53:29 sb 1.4.40.2: #i21150# Throwing IProtocol away was too fast... 2004/05/11 14:06:37 sb 1.4.40.1: #i21150# Removed excessive scaffolding.
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/makefile.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk b/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk
index 6bd2c3d97123..b6e6501b1eb9 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk
+++ b/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2003-10-09 10:11:18 $
+# last change: $Author: obo $ $Date: 2004-06-03 14:35:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -59,7 +59,6 @@
#
#
#*************************************************************************
-
PRJ = ..$/..$/..$/..$/..$/..$/..
PRJNAME = jurt
PACKAGE = com$/sun$/star$/lib$/uno$/environments$/remote
@@ -72,10 +71,7 @@ TARGET = com_sun_star_lib_uno_environments_remote
# --- Files --------------------------------------------------------
JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/IMarshal.class \
$(CLASSDIR)$/$(PACKAGE)$/IMessage.class \
- $(CLASSDIR)$/$(PACKAGE)$/IUnmarshal.class \
- $(CLASSDIR)$/$(PACKAGE)$/IProtocol.class \
$(CLASSDIR)$/$(PACKAGE)$/Job.class \
$(CLASSDIR)$/$(PACKAGE)$/JobQueue.class \
$(CLASSDIR)$/$(PACKAGE)$/IReceiver.class \
@@ -86,7 +82,8 @@ JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/JavaThreadPoolFactory.class \
$(CLASSDIR)$/$(PACKAGE)$/JavaThreadPool.class \
$(CLASSDIR)$/$(PACKAGE)$/NativeThreadPool.class \
- $(CLASSDIR)$/$(PACKAGE)$/remote_environment.class
+ $(CLASSDIR)$/$(PACKAGE)$/remote_environment.class \
+ $(CLASSDIR)$/$(PACKAGE)$/IProtocol.class
# --- Targets ------------------------------------------------------