summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/uno
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-17 09:02:28 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-17 09:02:28 +0000
commita4fa3d01985949e0901a7165b5c063ce1f80f8e3 (patch)
treee7c95b22de6b59b9eab9560c36d8cfa9b3e7ebe8 /jurt/com/sun/star/uno
parente5447054c652824d173a3b80ba63af249f445d9d (diff)
INTEGRATION: CWS sb31 (1.6.46); FILE MERGED
2005/03/30 12:45:47 sb 1.6.46.1: #120219# Cleaned up.
Diffstat (limited to 'jurt/com/sun/star/uno')
-rw-r--r--jurt/com/sun/star/uno/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/jurt/com/sun/star/uno/makefile.mk b/jurt/com/sun/star/uno/makefile.mk
index 63af5467baef..223b055147ce 100644
--- a/jurt/com/sun/star/uno/makefile.mk
+++ b/jurt/com/sun/star/uno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2004-03-30 16:23:49 $
+# last change: $Author: obo $ $Date: 2005-06-17 10:02:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,12 +71,12 @@ TARGET = com_sun_star_uno
# --- Files --------------------------------------------------------
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/Ascii.class \
- $(CLASSDIR)$/$(PACKAGE)$/AsciiString.class \
- $(CLASSDIR)$/$(PACKAGE)$/MappingException.class \
- $(CLASSDIR)$/$(PACKAGE)$/AnyConverter.class \
- $(CLASSDIR)$/$(PACKAGE)$/WeakReference.class
+JAVAFILES = \
+ AnyConverter.java \
+ Ascii.java \
+ AsciiString.java \
+ MappingException.java \
+ WeakReference.java
# --- Targets ------------------------------------------------------