From 88b7566bb6230dc932117e1fc8ae17d153d9a6e1 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 8 May 2006 13:43:23 +0000
Subject: INTEGRATION: CWS mbapp3 (1.1.2); FILE ADDED 2006/04/24 10:27:23 as
1.1.2.1: #i64598# new interception helper
---
framework/qa/complex/dispatches/helper/makefile.mk | 56 ++++++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 framework/qa/complex/dispatches/helper/makefile.mk
(limited to 'framework')
diff --git a/framework/qa/complex/dispatches/helper/makefile.mk b/framework/qa/complex/dispatches/helper/makefile.mk
new file mode 100644
index 000000000000..ecf08b59e41c
--- /dev/null
+++ b/framework/qa/complex/dispatches/helper/makefile.mk
@@ -0,0 +1,56 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: hr $ $Date: 2006-05-08 14:43:23 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2005 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+PRJ = ..$/..$/..$/..
+TARGET = checkdispatchapi
+PRJNAME = $(TARGET)
+PACKAGE = complex$/dispatches$/helper
+
+# --- Settings -----------------------------------------------------
+.INCLUDE: settings.mk
+
+
+#----- compile .java files -----------------------------------------
+
+JARFILES = mysql.jar ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar \
+ Generator.jar OOoRunner.jar
+JAVAFILES = Interceptor.java
+JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
+
+MAXLINELENGTH = 100000
+
+.INCLUDE : target.mk
+
+
+
--
cgit