summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:01:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:01:10 +0000
commit6a3f7e542b30048c6e0b8541f5aee219e88d2de7 (patch)
treeb03f369c4ce30f33916c12138e766bddaa96ef2c /jurt
parentec2b2655222ac999760de7a24daeeb8cb1a83236 (diff)
INTEGRATION: CWS uno4 (1.1.70); FILE MERGED
2003/05/07 12:37:10 sb 1.1.70.1: #108642# Cleaned up tests.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/comp/bridgefactory/makefile.mk28
1 files changed, 8 insertions, 20 deletions
diff --git a/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk b/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk
index df32131f0c30..e1590cd32835 100644
--- a/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk
+++ b/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: kr $ $Date: 2000-10-19 15:48:44 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:01:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -57,26 +57,14 @@
# Contributor(s): _______________________________________
#
#
-#
#*************************************************************************
-PRJ=..$/..$/..$/..$/..$/..
-
+PRJ := ..$/..$/..$/..$/..$/..
PRJNAME := jurt
-PACKAGE := com$/sun$/star$/comp$/bridgefactory
-TARGET := test_com_sun_star_comp_bridgefactory
-
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
+TARGET := test_com_sun_star_comp_bridgefactory
+PACKAGE := com$/sun$/star$/comp$/bridgefactory
+JAVATESTFILES := BridgeFactory_Test.java
+JARFILES := ridl.jar sandbox.jar
-# Files --------------------------------------------------------
-
-JAVACLASSFILES= \
- $(CLASSDIR)$/$(PACKAGE)$/BridgeFactory_Test.class
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
+.INCLUDE: javaunittest.mk