diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:53:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:53:54 +0000 |
commit | 165cf111953e79b200bf5f57bb09e0c636ccec2b (patch) | |
tree | 59ae5c286abb566e63989edce4e76ea1a2ee90db /jurt/com/sun/star/lib | |
parent | 9c547149441e61659a734ff0adeeb8d74e5f2b55 (diff) |
INTEGRATION: CWS sb23 (1.2.198); FILE MERGED
2006/08/18 16:22:43 sb 1.2.198.4: RESYNC: (1.2-1.4); FILE MERGED
2005/03/14 10:55:37 sb 1.2.198.3: #i35277# Further cleanup.
2005/02/18 09:21:49 sb 1.2.198.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests.
2004/10/11 10:21:13 sb 1.2.198.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).
Diffstat (limited to 'jurt/com/sun/star/lib')
-rw-r--r-- | jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk b/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk index aada10ac58c9..b31b1e9b32c6 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk +++ b/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:03:58 $ +# last change: $Author: rt $ $Date: 2006-12-01 14:53:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -33,24 +33,20 @@ # #************************************************************************* -PRJ = ..$/..$/..$/..$/..$/..$/.. -PRJNAME = jurt -PACKAGE = com$/sun$/star$/lib$/uno$/protocols$/urp -TARGET = com_sun_star_lib_uno_protocols_urp +PRJ := ..$/..$/..$/..$/..$/..$/.. +PRJNAME := jurt -# --- Settings ----------------------------------------------------- +TARGET := com_sun_star_lib_uno_protocols_urp +PACKAGE := com$/sun$/star$/lib$/uno$/protocols$/urp -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files -------------------------------------------------------- +.INCLUDE: $(PRJ)$/util$/makefile.pmk JAVAFILES = \ Cache.java \ Marshal.java \ + PendingRequests.java \ Unmarshal.java \ + UrpMessage.java \ urp.java -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - +.INCLUDE: target.mk |