summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-17 09:02:14 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-17 09:02:14 +0000
commite5447054c652824d173a3b80ba63af249f445d9d (patch)
treeb10743ebca8cfebbd4d5db6dd5cdf0bd86db11ef /jurt
parent51717686dfc1bfa043c40fefcb94f718112ef6cd (diff)
INTEGRATION: CWS sb31 (1.6.46); FILE MERGED
2005/04/27 12:50:04 sb 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/30 12:45:47 sb 1.6.46.1: #120219# Cleaned up.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/util/makefile.mk17
1 files changed, 9 insertions, 8 deletions
diff --git a/jurt/com/sun/star/lib/util/makefile.mk b/jurt/com/sun/star/lib/util/makefile.mk
index 82a1de29f21b..20b5bcee2153 100644
--- a/jurt/com/sun/star/lib/util/makefile.mk
+++ b/jurt/com/sun/star/lib/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2005-03-23 16:19:51 $
+# last change: $Author: obo $ $Date: 2005-06-17 10:02:14 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,12 +70,13 @@ TARGET = com_sun_star_lib_util
# --- Files --------------------------------------------------------
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/IInvokeHook.class \
- $(CLASSDIR)$/$(PACKAGE)$/IInvokable.class \
- $(CLASSDIR)$/$(PACKAGE)$/NativeLibraryLoader.class \
- $(CLASSDIR)$/$(PACKAGE)$/StringHelper.class \
- $(CLASSDIR)$/$(PACKAGE)$/UrlToFileMapper.class
+JAVAFILES = \
+ IInvokable.java \
+ IInvokeHook.java \
+ NativeLibraryLoader.java \
+ StringHelper.java \
+ UrlToFileMapper.java
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk