diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 13:35:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 13:35:02 +0000 |
commit | 5d087ad0b358f973570a4e4ff0f92e258afe919d (patch) | |
tree | 3a32d32edf16ef090d8c61ecc47e26d820fc3b65 | |
parent | ea77db10425fd02646b93599dd8d191209158665 (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.mk | 11 |
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 ------------------------------------------------------ |