diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:44:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:44:16 +0000 |
commit | 4ed69740f499731dddfe5ddb682b27ea93e394e6 (patch) | |
tree | 482a22535661ec33c5bc38c2e24dc0b2183418ef /testtools/com | |
parent | 3339ab7a663b0fde070aafbf149c136f1c82b5d3 (diff) |
INTEGRATION: CWS sb23 (1.5.32); FILE MERGED
2006/11/08 15:46:41 sb 1.5.32.1: #88601# Current context testing.
Diffstat (limited to 'testtools/com')
-rw-r--r-- | testtools/com/sun/star/comp/bridge/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testtools/com/sun/star/comp/bridge/makefile.mk b/testtools/com/sun/star/comp/bridge/makefile.mk index d3e66054abda..11196be367ac 100644 --- a/testtools/com/sun/star/comp/bridge/makefile.mk +++ b/testtools/com/sun/star/comp/bridge/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-09 12:21:26 $ +# last change: $Author: rt $ $Date: 2006-12-01 14:44:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ JARFILES = ridl.jar jurt.jar juh.jar JAVACLASSFILES= \ + $(CLASSDIR)$/$(PACKAGE)$/CurrentContextChecker.class \ $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class \ $(CLASSDIR)$/$(PACKAGE)$/TestComponentMain.class |