summaryrefslogtreecommitdiff
path: root/javaunohelper/com
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-27 16:20:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-27 16:20:40 +0000
commitc990896d1c0bffb2d706a0ec031f32015faf13be (patch)
tree98c5bba6970f4a153e6c3dfd00d3c2cdeddd13d5 /javaunohelper/com
parente6bdd0326fe2e8bbb08c9054bdd5d3bfae0ed9d9 (diff)
INTEGRATION: CWS skeletonmaker (1.5.20); FILE MERGED
2005/10/14 16:09:43 jsc 1.5.20.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 09:52:29 sb 1.5.20.3: #i53316# Clean-up. 2005/07/20 11:31:26 jsc 1.5.20.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/19 13:25:34 jsc 1.5.20.1: #i52167# move PropertySetMixin from css.lib.uno.helper.draft to css.lib.uno.helper
Diffstat (limited to 'javaunohelper/com')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/makefile.mk27
1 files changed, 12 insertions, 15 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk b/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk
index 45e02f65e113..a5e5f89d0231 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk
+++ b/javaunohelper/com/sun/star/lib/uno/helper/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 18:41:32 $
+# last change: $Author: hr $ $Date: 2005-10-27 17:20:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,22 +39,19 @@ PRJNAME = juhelper
PACKAGE = com$/sun$/star$/lib$/uno$/helper
TARGET = com_sun_star_lib_uno_helper
-
-# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE: $(PRJ)$/util$/settings.pmk
-# Files --------------------------------------------------------
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/WeakBase.class \
- $(CLASSDIR)$/$(PACKAGE)$/WeakAdapter.class \
- $(CLASSDIR)$/$(PACKAGE)$/ComponentBase.class \
- $(CLASSDIR)$/$(PACKAGE)$/InterfaceContainer.class \
- $(CLASSDIR)$/$(PACKAGE)$/MultiTypeInterfaceContainer.class \
- $(CLASSDIR)$/$(PACKAGE)$/PropertySet.class \
- $(CLASSDIR)$/$(PACKAGE)$/UnoUrl.class \
- $(CLASSDIR)$/$(PACKAGE)$/Factory.class
-# --- Targets ------------------------------------------------------
+JAVAFILES = \
+ ComponentBase.java \
+ Factory.java \
+ InterfaceContainer.java \
+ MultiTypeInterfaceContainer.java \
+ PropertySet.java \
+ PropertySetMixin.java \
+ UnoUrl.java \
+ WeakAdapter.java \
+ WeakBase.java
.INCLUDE : target.mk