summaryrefslogtreecommitdiff
path: root/javaunohelper/test/com/sun/star/lib/uno/helper
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-04-25 10:37:30 +0000
committerJoachim Lingner <jl@openoffice.org>2002-04-25 10:37:30 +0000
commitc7687234074f920f32037c23cc17a943364efc5f (patch)
tree855ea8f00099724d4bd6818a374bb623793ef20e /javaunohelper/test/com/sun/star/lib/uno/helper
parent94773767108b89fd9df40d331904416cff638709 (diff)
#97746# makefile.mk
Diffstat (limited to 'javaunohelper/test/com/sun/star/lib/uno/helper')
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk b/javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk
index 5e1f4d682236..b9edcac3fb43 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: jl $ $Date: 2002-04-11 13:43:14 $
+# last change: $Author: jl $ $Date: 2002-04-25 11:37:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,7 +79,8 @@ JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/InterfaceContainer_Test.class \
$(CLASSDIR)$/$(PACKAGE)$/MultiTypeInterfaceContainer_Test.class \
$(CLASSDIR)$/$(PACKAGE)$/ProxyProvider.class \
- $(CLASSDIR)$/$(PACKAGE)$/AWeakBase.class
+ $(CLASSDIR)$/$(PACKAGE)$/AWeakBase.class \
+ $(CLASSDIR)$/$(PACKAGE)$/PropertySet_Test.class
#JAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))