summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/comp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-17 08:58:16 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-17 08:58:16 +0000
commitb612ee267b19f57941c6fcf1afdc88e717a97314 (patch)
tree8baffb67d52c9ecf710e650f0f807eb359218966 /jurt/com/sun/star/comp
parent5477fd2dce5b3a86fe654b43aa84fee814cf948a (diff)
INTEGRATION: CWS sb31 (1.2.210); FILE MERGED
2005/03/30 12:45:43 sb 1.2.210.1: #120219# Cleaned up.
Diffstat (limited to 'jurt/com/sun/star/comp')
-rw-r--r--jurt/com/sun/star/comp/loader/makefile.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/jurt/com/sun/star/comp/loader/makefile.mk b/jurt/com/sun/star/comp/loader/makefile.mk
index 219bf259df8f..5fa49be19e3a 100644
--- a/jurt/com/sun/star/comp/loader/makefile.mk
+++ b/jurt/com/sun/star/comp/loader/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:42 $
+# last change: $Author: obo $ $Date: 2005-06-17 09:58:16 $
#
# 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_comp_loader
# --- Files --------------------------------------------------------
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/FactoryHelper.class \
- $(CLASSDIR)$/$(PACKAGE)$/JavaLoader.class \
- $(CLASSDIR)$/$(PACKAGE)$/JavaLoaderFactory.class \
- $(CLASSDIR)$/$(PACKAGE)$/RegistrationClassFinder.class
+JAVAFILES = \
+ FactoryHelper.java \
+ JavaLoader.java \
+ JavaLoaderFactory.java \
+ RegistrationClassFinder.java
# --- Targets ------------------------------------------------------