diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:02:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:02:02 +0000 |
commit | 51717686dfc1bfa043c40fefcb94f718112ef6cd (patch) | |
tree | 240b49361ca15478c01ce8daeb625cd642839106 /jurt | |
parent | 80947b7d82c8635bca8ff366c6631250057aefab (diff) |
INTEGRATION: CWS sb31 (1.2.210); FILE MERGED
2005/03/30 12:45:47 sb 1.2.210.1: #120219# Cleaned up.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk | 14 |
1 files changed, 7 insertions, 7 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 0139384e5248..bdb52a31c7b5 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk +++ b/jurt/com/sun/star/lib/uno/protocols/urp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jsc $ $Date: 2000-11-08 13:06:51 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:02:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,11 +71,11 @@ TARGET = com_sun_star_lib_uno_protocols_urp # --- Files -------------------------------------------------------- -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/urp.class \ - $(CLASSDIR)$/$(PACKAGE)$/Cache.class \ - $(CLASSDIR)$/$(PACKAGE)$/Marshal.class \ - $(CLASSDIR)$/$(PACKAGE)$/Unmarshal.class +JAVAFILES = \ + Cache.java \ + Marshal.java \ + Unmarshal.java \ + urp.java # --- Targets ------------------------------------------------------ |