diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:02:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 08:02:14 +0000 |
commit | dac3f66140b716ae9e42ddef01fdd24bfb244e70 (patch) | |
tree | 065322f9438eb99a8b5c3217aecf160c0ea9f734 /jurt/test | |
parent | 69fb441ae9bcc9e08e833f0fd997cea4e9d22c86 (diff) |
INTEGRATION: CWS uno4 (1.2.70); FILE MERGED
2003/05/07 12:37:12 sb 1.2.70.1: #108642# Cleaned up tests.
Diffstat (limited to 'jurt/test')
-rw-r--r-- | jurt/test/com/sun/star/comp/connections/makefile.mk | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/jurt/test/com/sun/star/comp/connections/makefile.mk b/jurt/test/com/sun/star/comp/connections/makefile.mk index b17b4a741d5a..c15be47cedc5 100644 --- a/jurt/test/com/sun/star/comp/connections/makefile.mk +++ b/jurt/test/com/sun/star/comp/connections/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kr $ $Date: 2000-11-03 08:57:59 $ +# last change: $Author: vg $ $Date: 2003-05-22 09:02:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -57,27 +57,14 @@ # Contributor(s): _______________________________________ # # -# #************************************************************************* -PRJ=..$/..$/..$/..$/..$/.. - +PRJ := ..$/..$/..$/..$/..$/.. PRJNAME := jurt -PACKAGE := com$/sun$/star$/comp$/connections -TARGET := test_com_sun_star_comp_connections - - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk +TARGET := test_com_sun_star_comp_connections +PACKAGE := com$/sun$/star$/comp$/connections +JAVATESTFILES := PipedConnection_Test.java +JARFILES := ridl.jar -# Files -------------------------------------------------------- - -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/XConnection_Test.class \ - $(CLASSDIR)$/$(PACKAGE)$/PipedConnection_Test.class - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - +.INCLUDE: javaunittest.mk |