Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
cbe77805
Kaydet (Commit)
cbe77805
authored
Eyl 22, 2011
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert qadevOOo to gbuild
üst
b78a7ae9
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
152 additions
and
947 deletions
+152
-947
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-1
Jar_OOoRunner.mk
qadevOOo/Jar_OOoRunner.mk
+74
-0
Jar_OOoRunnerLight.mk
qadevOOo/Jar_OOoRunnerLight.mk
+67
-0
Module_qadevOOo.mk
qadevOOo/Module_qadevOOo.mk
+7
-0
build.xml
qadevOOo/build.xml
+0
-52
makefile.mk
qadevOOo/makefile.mk
+0
-51
build.lst
qadevOOo/prj/build.lst
+1
-3
d.lst
qadevOOo/prj/d.lst
+0
-1
makefile.mk
qadevOOo/prj/makefile.mk
+1
-0
makefile.mk
qadevOOo/runner/base/makefile.mk
+0
-52
makefile.mk
qadevOOo/runner/basicrunner/basichelper/makefile.mk
+0
-47
makefile.mk
qadevOOo/runner/basicrunner/makefile.mk
+0
-46
makefile.mk
qadevOOo/runner/complexlib/makefile.mk
+0
-49
makefile.mk
qadevOOo/runner/convwatch/makefile.mk
+0
-86
makefile.mk
qadevOOo/runner/graphical/makefile.mk
+0
-76
makefile.mk
qadevOOo/runner/helper/makefile.mk
+0
-65
makefile.mk
qadevOOo/runner/lib/makefile.mk
+0
-58
makefile.mk
qadevOOo/runner/makefile.mk
+0
-60
manifest
qadevOOo/runner/manifest
+0
-1
makefile.mk
qadevOOo/runner/org/openoffice/makefile.mk
+0
-46
makefile.mk
qadevOOo/runner/share/makefile.mk
+0
-52
makefile.mk
qadevOOo/runner/stats/makefile.mk
+0
-59
makefile.mk
qadevOOo/runner/util/compare/makefile.mk
+0
-54
makefile.mk
qadevOOo/runner/util/makefile.mk
+0
-87
Jar.mk
solenv/gbuild/Jar.mk
+1
-1
No files found.
RepositoryModule_ooo.mk
Dosyayı görüntüle @
cbe77805
...
...
@@ -64,6 +64,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
oox \
padmin \
psprint_config \
qadevOOo \
regexp \
reportdesign \
sane \
...
...
@@ -104,7 +105,6 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
# these have only migrated subsequentcheck for now
$(eval $(call gb_Module_add_moduledirs,ooo,\
configmgr \
qadevOOo \
sal \
ucb \
))
...
...
qadevOOo/Jar_OOoRunner.mk
0 → 100644
Dosyayı görüntüle @
cbe77805
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Peter Foley <pefoley2@verizon.net>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
#
#force debug information for OOoRunner
gb_JavaClassSet_JAVACDEBUG:= -g
$(eval $(call gb_Jar_Jar,OOoRunner,SRCDIR))
$(eval $(call gb_Jar_set_jarclasspath,OOoRunner,\
ridl.jar \
unoil.jar \
))
$(eval $(call gb_Jar_set_manifest,OOoRunner,$(SRCDIR)/qadevOOo/runner/manifest))
$(eval $(call gb_Jar_add_jars,OOoRunner,\
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/unoil.jar \
$(OUTDIR)/bin/jurt.jar \
$(OUTDIR)/bin/juh.jar \
$(OUTDIR)/bin/java_uno.jar \
))
$(eval $(call gb_Jar_set_packageroot,OOoRunner,\
base \
basicrunner \
complex \
complexlib \
convwatch \
graphical \
helper \
ifc \
lib \
mod \
org \
share \
stats \
util \
))
$(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
qadevOOo/runner/*/* \
qadevOOo/runner/*/*/* \
qadevOOo/tests/java/*/*/* \
qadevOOo/tests/java/*/*/*/* \
))
$(eval $(call gb_Jar_add_packagefile,OOoRunner,objdsc,$(SRCDIR)/qadevOOo/objdsc))
qadevOOo/Jar_OOoRunnerLight.mk
0 → 100644
Dosyayı görüntüle @
cbe77805
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# Peter Foley <pefoley2@verizon.net>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
#
#force debug information for OOoRunnerLight
gb_JavaClassSet_JAVACDEBUG := -g
$(eval $(call gb_Jar_Jar,OOoRunnerLight,SRCDIR))
$(eval $(call gb_Jar_set_jarclasspath,OOoRunnerLight,\
ridl.jar \
unoil.jar \
))
$(eval $(call gb_Jar_set_manifest,OOoRunnerLight,$(SRCDIR)/qadevOOo/runner/manifest))
$(eval $(call gb_Jar_add_jars,OOoRunnerLight,\
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/unoil.jar \
$(OUTDIR)/bin/jurt.jar \
$(OUTDIR)/bin/juh.jar \
$(OUTDIR)/bin/java_uno.jar \
))
$(eval $(call gb_Jar_set_packageroot,OOoRunnerLight,\
base \
basicrunner \
complexlib \
convwatch \
graphical \
helper \
lib \
org \
share \
stats \
util \
))
$(eval $(call gb_Jar_add_sourcefiles,OOoRunnerLight,\
qadevOOo/runner/*/* \
qadevOOo/runner/*/*/* \
))
qadevOOo/Module_qadevOOo.mk
Dosyayı görüntüle @
cbe77805
...
...
@@ -28,6 +28,13 @@
$(eval $(call gb_Module_Module,qadevOOo))
ifeq ($(SOLAR_JAVA),TRUE)
$(eval $(call gb_Module_add_targets,qadevOOo,\
Jar_OOoRunnerLight \
Jar_OOoRunner \
))
endif
$(eval $(call gb_Module_add_subsequentcheck_targets,qadevOOo,\
JunitTest_qadevOOo_unoapi \
))
...
...
qadevOOo/build.xml
deleted
100755 → 0
Dosyayı görüntüle @
b78a7ae9
<project
name=
"qadevOOo"
default=
"main"
basedir=
"."
>
<description>
Build file for qadevOOo project
</description>
<!-- set global properties for this build -->
<property
name=
"qadevOOo.output"
location=
"${out}"
/>
<property
name=
"qadevOOo.class"
location=
"${qadevOOo.output}/class"
/>
<property
name=
"qadevOOo.runner"
location=
"${prj}/runner"
/>
<property
name=
"qadevOOo.tests"
location=
"${prj}/tests/java"
/>
<property
name=
"qadevOOo.office_jars"
location=
"${solar.jar}"
/>
<!-- ================================================================================== -->
<!-- the main target -->
<target
name=
"main"
depends=
"qadevOOo_tests_build,qadevOOo_runner_build"
/>
<!-- ================================================================================== -->
<!-- target for building the runner -->
<target
name=
"qadevOOo_runner_build"
>
<javac
srcdir=
"${qadevOOo.runner}"
destdir=
"${qadevOOo.class}"
includes=
"**/*.java"
debug=
"${debug}"
source=
"${build.source}"
encoding=
"utf-8"
fork=
"true"
includeantruntime=
"false"
>
<classpath>
<pathelement
location=
"${qadevOOo.class}"
/>
<fileset
dir=
"${qadevOOo.office_jars}"
>
<include
name=
"**/ridl.jar"
/>
<include
name=
"**/unoil.jar"
/>
<include
name=
"**/jurt.jar"
/>
<include
name=
"**/juh.jar"
/>
<include
name=
"**/java_uno.jar"
/>
</fileset>
</classpath>
</javac>
</target>
<!-- target for building the tests -->
<target
name=
"qadevOOo_tests_build"
depends=
"qadevOOo_runner_build"
>
<javac
srcdir=
"${qadevOOo.tests}"
destdir=
"${qadevOOo.class}"
includes=
"**/*.java"
debug=
"${debug}"
source=
"${build.source}"
includeantruntime=
"false"
>
<classpath>
<pathelement
location=
"${qadevOOo.class}"
/>
<fileset
dir=
"${qadevOOo.office_jars}"
>
<include
name=
"**/ridl.jar"
/>
<include
name=
"**/unoil.jar"
/>
<include
name=
"**/jurt.jar"
/>
<include
name=
"**/juh.jar"
/>
<include
name=
"**/java_uno.jar"
/>
</fileset>
</classpath>
</javac>
</target>
</project>
qadevOOo/makefile.mk
deleted
100755 → 0
Dosyayı görüntüle @
b78a7ae9
#***************************************************************************
#
# 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.
#
#***************************************************************************
PRJNAME
=
OOoRunner
TARGET
=
qadevOOo
PRJ
=
.
# ------------------------------------------------
# NEVER REMOVE THIS!
# The OOoRunner.jar and OOoRunnerLight.jar should build with debug information all the time, also in the .pro builds.
# If you have any questions about this, ask the qadevOOo Maintainer.
debug
=
true
# ------------------------------------------------
.INCLUDE
:
ant.mk
TST
:
echo
$(SOLAR_JAVA)
.IF
"$(SOLAR_JAVA)"
==
"TRUE"
.IF
"$(ANT_HOME)"
!=
"NO_ANT_HOME"
ANT_FLAGS
+=
-Dbuild
.source
=
$(JAVA_SOURCE_VER)
.IF
"$(L10N_framework)"
==
""
ALLTAR
:
ANTBUILD
.ENDIF
.ENDIF
.ENDIF
qadevOOo/prj/build.lst
Dosyayı görüntüle @
cbe77805
qa qadevOOo : javaunohelper jurt ridljar unoil NULL
qa qadevOOo usr1 - all qa_mkout NULL
qa qadevOOo nmake - all qa_runner_ant_build NULL
qa qadevOOo\runner nmake - all qa_make_package qa_runner_ant_build NULL
qa qadevOOo\prj nmake - all qa_prj NULL
qadevOOo/prj/d.lst
Dosyayı görüntüle @
cbe77805
..\%__SRC%\class\OOoRunner*.jar %_DEST%\bin
qadevOOo/prj/makefile.mk
0 → 100644
Dosyayı görüntüle @
cbe77805
.INCLUDE
:
gbuildbridge.mk
qadevOOo/runner/base/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
OOoRunner
PACKAGE
=
base
TARGET
=
runner_base
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar jurt.jar unoil.jar
JAVAFILES
=
TestBase.java
\
java_complex.java
\
java_fat.java
\
java_fat_service.java
\
java_cmp.java
\
basic_fat.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
qadevOOo/runner/basicrunner/basichelper/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
PRJNAME
=
OOoRunner
PACKAGE
=
basicrunner
$/
basichelper
TARGET
=
runner_basichelper
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar jurt.jar unoil.jar
JAVAFILES
=
AttributeList.java DocumentHandler.java Filter.java
\
Connector.java DispatchProviderInterceptor.java
\
ThreadRunner.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
qadevOOo/runner/basicrunner/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
OOoRunner
PACKAGE
=
basicrunner
TARGET
=
runner_basicrunner
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar jurt.jar unoil.jar
JAVAFILES
=
BasicException.java BasicIfcTest.java BasicHandler.java BasicTestCase.java BasicHandlerProvider.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
qadevOOo/runner/complexlib/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
OOoRunner
PACKAGE
=
complexlib
TARGET
=
runner_complexlib
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar jurt.jar unoil.jar
JAVAFILES
=
ComplexTestCase.java MethodThread.java ShowTargets.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
qadevOOo/runner/convwatch/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
OOoRunner
PACKAGE
=
convwatch
TARGET
=
runner_convwatch
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar
JAVAFILES
=
\
TriState.java
\
IniFile.java
\
BuildID.java
\
GfxCompare.java
\
FilenameHelper.java
\
NameHelper.java
\
HTMLOutputter.java
\
LISTOutputter.java
\
INIOutputter.java
\
PropertyName.java
\
StatusHelper.java
\
ConvWatchException.java
\
ConvWatchCancelException.java
\
OfficePrint.java
\
PRNCompare.java
\
FileHelper.java
\
OSHelper.java
\
PixelCounter.java
\
ImageHelper.java
\
BorderRemover.java
\
ConvWatch.java
\
DirectoryHelper.java
\
ConvWatchStarter.java
\
ReferenceBuilder.java
\
EnhancedComplexTestCase.java
\
MSOfficePrint.java
\
GraphicalTestArguments.java
\
GraphicalDifferenceCheck.java
\
DocumentConverter.java
\
DBHelper.java
\
DB.java
\
ValueNotFoundException.java
\
GlobalLogWriter.java
\
CrashLoopTest.java
\
ReportDesignerTest.java
\
DateHelper.java
\
TimeHelper.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
qadevOOo/runner/graphical/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
OOoRunner
PACKAGE
=
convwatch
TARGET
=
runner_convwatch
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar
JAVAFILES
=
\
BuildID.java
\
DateHelper.java
\
DirectoryHelper.java
\
EnhancedComplexTestCase.java
\
FileHelper.java
\
GlobalLogWriter.java
\
HTMLResult.java
\
IDocument.java
\
IOffice.java
\
ImageHelper.java
\
IniFile.java
\
JPEGComparator.java
\
JPEGCreator.java
\
JPEGEvaluator.java
\
MSOfficePostscriptCreator.java
\
Office.java
\
OfficeException.java
\
OpenOfficeDatabaseReportExtractor.java
\
OpenOfficePostscriptCreator.java
\
ParameterHelper.java
\
PerformanceContainer.java
\
PixelCounter.java
\
PostscriptCreator.java
\
PropertyName.java
\
TimeHelper.java
\
WrongEnvironmentException.java
\
WrongSuffixException.java
\
Tolerance.java
# GraphicalComparator.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
qadevOOo/runner/helper/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME
=
OOoRunner
PACKAGE
=
helper
TARGET
=
runner_helper
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar jurt.jar juh.jar unoil.jar
JAVAFILES
=
APIDescGetter.java
\
ConfigurationRead.java
\
StreamSimulator.java
\
AppProvider.java
\
URLHelper.java
\
CfgParser.java
\
SimpleMailSender.java
\
WindowListener.java
\
ClParser.java
\
OfficeWatcher.java
\
OfficeProvider.java
\
ComplexDescGetter.java
\
InetTools.java
\
ProcessHandler.java
\
ContextMenuInterceptor.java
\
UnoProvider.java
\
PropertyHelper.java
\
FileTools.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
qadevOOo/runner/lib/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b78a7ae9
#*************************************************************************
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
PRJNAME