diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:00:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:00:22 +0000 |
commit | 9356d4c5990172ccfb81c062a8e6506f718d0f2d (patch) | |
tree | 6b7b4bec623a6b8570a2dab05d2c52e8e2c20064 /jurt | |
parent | b612ee267b19f57941c6fcf1afdc88e717a97314 (diff) |
INTEGRATION: CWS sb31 (1.2.210); FILE MERGED
2005/03/30 12:45:44 sb 1.2.210.1: #120219# Cleaned up.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/comp/servicemanager/makefile.mk | 7 | ||||
-rw-r--r-- | jurt/com/sun/star/comp/urlresolver/makefile.mk | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/jurt/com/sun/star/comp/servicemanager/makefile.mk b/jurt/com/sun/star/comp/servicemanager/makefile.mk index 2d645d377061..82ba7118edea 100644 --- a/jurt/com/sun/star/comp/servicemanager/makefile.mk +++ b/jurt/com/sun/star/comp/servicemanager/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:44 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:00:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,8 +71,7 @@ TARGET = com_sun_star_comp_servicemanager # --- Files -------------------------------------------------------- -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/ServiceManager.class +JAVAFILES = ServiceManager.java # --- Targets ------------------------------------------------------ diff --git a/jurt/com/sun/star/comp/urlresolver/makefile.mk b/jurt/com/sun/star/comp/urlresolver/makefile.mk index 694ef2c87c2c..70388d7eb83f 100644 --- a/jurt/com/sun/star/comp/urlresolver/makefile.mk +++ b/jurt/com/sun/star/comp/urlresolver/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:45 $ +# last change: $Author: obo $ $Date: 2005-06-17 10:00:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,8 +71,7 @@ TARGET = com_sun_star_comp_urlresolver # Files -------------------------------------------------------- -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/UrlResolver.class +JAVAFILES = UrlResolver.java # --- Targets ------------------------------------------------------ |