summaryrefslogtreecommitdiff
path: root/framework/qa/complex/ModuleManager/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/ModuleManager/makefile.mk')
-rw-r--r--framework/qa/complex/ModuleManager/makefile.mk60
1 files changed, 0 insertions, 60 deletions
diff --git a/framework/qa/complex/ModuleManager/makefile.mk b/framework/qa/complex/ModuleManager/makefile.mk
deleted file mode 100644
index 4ad6d8929030..000000000000
--- a/framework/qa/complex/ModuleManager/makefile.mk
+++ /dev/null
@@ -1,60 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-nothing .PHONY:
-.ELSE
-
-PRJ = ../../..
-PRJNAME = framework
-TARGET = qa_complex_ModuleManager
-
-.IF "$(OOO_JUNIT_JAR)" != ""
-PACKAGE = complex/ModuleManager
-
-# here store only Files which contain a @Test
-JAVATESTFILES = \
- CheckXModuleManager.java
-
-# put here all other files
-JAVAFILES = $(JAVATESTFILES)
-
-JARFILES = OOoRunner.jar ridl.jar test.jar unoil.jar
-EXTRAJARFILES = $(OOO_JUNIT_JAR)
-
-# Sample how to debug
-# JAVAIFLAGS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=9003,suspend=y
-
-.END
-
-.INCLUDE: settings.mk
-.INCLUDE: target.mk
-.INCLUDE: installationtest.mk
-
-ALLTAR : javatest
-
-.END
-
t/lo/core/commit/embeddedobj/source?h=libreoffice-5-4-branch-point&id=15b4ab8d1943f625b3648f72ebd1872467c5854c'>cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-31Removed duplicated includesAndrea Gelmini 2014-10-11coverity#703952 Unchecked return valueCaolán McNamara 2014-10-01loplugin: cstylecastNoel Grandin 2014-08-29Add a border to opengl chart to make it easier to handle.Zolnai Tamás 2014-08-29Make opengl chart window always activeZolnai Tamás 2014-08-27bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"Tor Lillqvist 2014-07-11bnc#883684: Better fix for this.Kohei Yoshida 2014-07-11new loplugin: externalandnotdefinedNoel Grandin 2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida 2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin 2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin 2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante 2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet 2014-05-15fdo#78159: fix import of OOoXML embedded objectsMichael Stahl 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-14various loplugin:passsequencebyrefNoel Grandin 2014-05-14embeddedobj: remove SAL_INFO's that only mark function entryNoel Grandin 2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni