summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-08 12:33:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-08 15:29:53 +0100
commit4a90740fcee07996469ff702daa04953f39be191 (patch)
tree465d33a9ae1de2ede5d8027c5266f6deb8e27a02 /wizards
parent91042f3f0a4328bc46e17e8b32d5021003fb7e04 (diff)
drop dead dmake makefile.mks
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/makefile.mk78
-rw-r--r--wizards/com/sun/star/wizards/fax/makefile.mk69
-rw-r--r--wizards/com/sun/star/wizards/form/makefile.mk70
-rw-r--r--wizards/com/sun/star/wizards/letter/makefile.mk72
-rw-r--r--wizards/com/sun/star/wizards/makefile.mk147
-rw-r--r--wizards/com/sun/star/wizards/query/makefile.mk64
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk65
-rw-r--r--wizards/com/sun/star/wizards/table/makefile.mk68
-rw-r--r--wizards/com/sun/star/wizards/web/data/makefile.mk70
-rw-r--r--wizards/com/sun/star/wizards/web/export/makefile.mk59
-rw-r--r--wizards/com/sun/star/wizards/web/makefile.mk93
11 files changed, 0 insertions, 855 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/makefile.mk b/wizards/com/sun/star/wizards/agenda/makefile.mk
deleted file mode 100644
index 9b89c720038b..000000000000
--- a/wizards/com/sun/star/wizards/agenda/makefile.mk
+++ /dev/null
@@ -1,78 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = agenda
-PACKAGE = com$/sun$/star$/wizards$/agenda
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar \
- jurt.jar \
- ridl.jar \
- juh.jar \
- java_uno.jar \
- java_uno_accessbridge \
- commonwizards.jar
-
-CUSTOMMANIFESTFILE= MANIFEST.MF
-
-JARCLASSDIRS = com$/sun$/star$/wizards$/agenda
-JARTARGET = $(TARGET).jar
-JARCLASSPATH = commonwizards.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- AgendaTemplate.java \
- AgendaWizardDialog.java \
- AgendaWizardDialogConst.java \
- AgendaWizardDialogImpl.java \
- AgendaWizardDialogResources.java \
- CGAgenda.java \
- CGTopic.java \
- CallWizard.java \
- TemplateConsts.java \
- TopicsControl.java
-
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/agenda.component
-
-$(MISC)/agenda.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- agenda.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt agenda.component
diff --git a/wizards/com/sun/star/wizards/fax/makefile.mk b/wizards/com/sun/star/wizards/fax/makefile.mk
deleted file mode 100644
index 4ef462041f75..000000000000
--- a/wizards/com/sun/star/wizards/fax/makefile.mk
+++ /dev/null
@@ -1,69 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = fax
-PACKAGE = com$/sun$/star$/wizards$/fax
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
-
-CUSTOMMANIFESTFILE= MANIFEST.MF
-
-JARCLASSDIRS = com$/sun$/star$/wizards$/fax
-JARTARGET = $(TARGET).jar
-JARCLASSPATH = commonwizards.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- CallWizard.java \
- CGFax.java \
- FaxDocument.java \
- FaxWizardDialog.java \
- CGFaxWizard.java \
- FaxWizardDialogConst.java \
- FaxWizardDialogResources.java \
- FaxWizardDialogImpl.java
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/fax.component
-
-$(MISC)/fax.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- fax.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt fax.component
diff --git a/wizards/com/sun/star/wizards/form/makefile.mk b/wizards/com/sun/star/wizards/form/makefile.mk
deleted file mode 100644
index abd66032dda2..000000000000
--- a/wizards/com/sun/star/wizards/form/makefile.mk
+++ /dev/null
@@ -1,70 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = form
-PACKAGE = com$/sun$/star$/wizards$/form
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar
-CUSTOMMANIFESTFILE= MANIFEST.MF
-
-JARCLASSDIRS = com$/sun$/star$/wizards$/form
-JARTARGET = $(TARGET).jar
-JARCLASSPATH = commonwizards.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- CallFormWizard.java \
- Finalizer.java \
- FormWizard.java \
- DataEntrySetter.java \
- FieldLinker.java \
- FormConfiguration.java \
- FormControlArranger.java\
- FormDocument.java \
- StyleApplier.java \
- UIControlArranger.java \
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/form.component
-
-$(MISC)/form.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- form.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt form.component
diff --git a/wizards/com/sun/star/wizards/letter/makefile.mk b/wizards/com/sun/star/wizards/letter/makefile.mk
deleted file mode 100644
index 25d388346017..000000000000
--- a/wizards/com/sun/star/wizards/letter/makefile.mk
+++ /dev/null
@@ -1,72 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = letter
-PACKAGE = com$/sun$/star$/wizards$/letter
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
-
-CUSTOMMANIFESTFILE= MANIFEST.MF
-
-JARCLASSDIRS = com$/sun$/star$/wizards$/letter
-JARTARGET = $(TARGET).jar
-JARCLASSPATH = commonwizards.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- LetterDocument.java \
- LetterWizardDialogConst.java \
- LetterWizardDialogImpl.java \
- CallWizard.java \
- LetterWizardDialog.java \
- LetterWizardDialogEvents.java \
- LetterWizardDialogResources.java \
- LocaleCodes.java \
- CGLetter.java \
- CGLetterWizard.java \
- CGPaperElementLocation.java
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/letter.component
-
-$(MISC)/letter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- letter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt letter.component
diff --git a/wizards/com/sun/star/wizards/makefile.mk b/wizards/com/sun/star/wizards/makefile.mk
deleted file mode 100644
index c44b369d4ffa..000000000000
--- a/wizards/com/sun/star/wizards/makefile.mk
+++ /dev/null
@@ -1,147 +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.
-#
-#*************************************************************************
-PRJ = ..$/..$/..$/..
-PRJNAME = wizards
-TARGET = wizards_common
-PACKAGE = com$/sun$/star$/wizards
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge
-
-.IF "$(SYSTEM_SAXON)" == "YES"
-EXTRAJARFILES = $(SAXON_JAR)
-.ELSE
-JARFILES += saxon9.jar
-.ENDIF
-
-
-JARCLASSDIRS = \
- com$/sun$/star$/wizards$/common \
- com$/sun$/star$/wizards$/db \
- com$/sun$/star$/wizards$/ui \
- com$/sun$/star$/wizards$/document \
- com$/sun$/star$/wizards$/text
-
-JARTARGET = commonwizards.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- common$/HelpIds.java \
- common$/Desktop.java \
- common$/NumberFormatter.java \
- common$/FileAccess.java \
- common$/Helper.java \
- common$/InvalidQueryException.java \
- common$/JavaTools.java \
- common$/NoValidPathException.java \
- common$/Properties.java \
- common$/PropertyNames.java \
- common$/Resource.java \
- common$/SystemDialog.java \
- common$/Configuration.java \
- common$/ConfigNode.java \
- common$/ConfigGroup.java \
- common$/ConfigSet.java \
- common$/XMLProvider.java \
- common$/XMLHelper.java \
- common$/IRenderer.java \
- common$/Indexable.java \
- common$/TerminateWizardException.java \
- common$/UCB.java \
- common$/DebugHelper.java \
- common$/PropertySetHelper.java \
- common$/NumericalHelper.java \
- common$/NamedValueCollection.java \
- db$/DBMetaData.java \
- db$/CommandMetaData.java \
- db$/QueryMetaData.java \
- db$/BlindtextCreator.java \
- db$/FieldColumn.java \
- db$/CommandName.java \
- db$/RecordParser.java \
- db$/TypeInspector.java \
- db$/ColumnPropertySet.java \
- db$/RelationController.java \
- db$/TableDescriptor.java \
- db$/SQLQueryComposer.java \
- db$/DatabaseObjectWizard.java \
- ui$/event$/AbstractListener.java \
- ui$/event$/CommonListener.java \
- ui$/event$/DataAware.java \
- ui$/event$/DataAwareFields.java \
- ui$/event$/EventNames.java \
- ui$/event$/ListModelBinder.java \
- ui$/event$/MethodInvocation.java \
- ui$/event$/RadioDataAware.java \
- ui$/event$/SimpleDataAware.java \
- ui$/event$/Task.java \
- ui$/event$/TaskEvent.java \
- ui$/event$/TaskListener.java \
- ui$/event$/UnoDataAware.java \
- ui$/AggregateComponent.java \
- ui$/CommandFieldSelection.java \
- ui$/ControlScroller.java \
- ui$/DBLimitedFieldSelection.java \
- ui$/DocumentPreview.java \
- ui$/FilterComponent.java \
- ui$/FieldSelection.java \
- ui$/ImageList.java \
- ui$/ButtonList.java \
- ui$/PathSelection.java \
- ui$/PeerConfig.java \
- ui$/SortingComponent.java \
- ui$/TitlesComponent.java \
- ui$/WizardDialog.java \
- ui$/UIConsts.java \
- ui$/UnoDialog.java \
- ui$/UnoDialog2.java \
- ui$/XCommandSelectionListener.java \
- ui$/XFieldSelectionListener.java \
- ui$/XPathSelectionListener.java \
- ui$/XCompletion.java \
- document$/Control.java \
- document$/DatabaseControl.java \
- document$/FormHandler.java \
- document$/GridControl.java \
- document$/OfficeDocument.java \
- document$/Shape.java \
- document$/TimeStampControl.java \
- text$/TextDocument.java \
- text$/TextFieldHandler.java \
- text$/TextFrameHandler.java \
- text$/TextSectionHandler.java \
- text$/TextStyleHandler.java \
- text$/TextTableHandler.java \
- text$/ViewHandler.java
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/wizards/com/sun/star/wizards/query/makefile.mk b/wizards/com/sun/star/wizards/query/makefile.mk
deleted file mode 100644
index 7a844f475808..000000000000
--- a/wizards/com/sun/star/wizards/query/makefile.mk
+++ /dev/null
@@ -1,64 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = query
-PACKAGE = com$/sun$/star$/wizards$/query
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar commonwizards.jar
-CUSTOMMANIFESTFILE= MANIFEST.MF
-
-JARCLASSDIRS = com$/sun$/star$/wizards$/query
-JARTARGET = $(TARGET).jar
-JARCLASSPATH = commonwizards.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- CallQueryWizard.java \
- Finalizer.java \
- QueryWizard.java \
- QuerySummary.java\
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/query.component
-
-$(MISC)/query.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- query.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt query.component
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk b/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
deleted file mode 100644
index 3781f4246acd..000000000000
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
+++ /dev/null
@@ -1,65 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = reportbuilderwizardlayouts
-PACKAGE = com$/sun$/star$/wizards$/reportbuilder$/layout
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar report.jar
-
-JARCLASSDIRS = \
- com$/sun$/star$/wizards$/reportbuilder$/layout \
- com$/sun$/star$/wizards$/report
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- LayoutConstants.java \
- ReportBuilderLayouter.java \
- Tabular.java \
- ColumnarSingleColumn.java \
- ColumnarTwoColumns.java \
- ColumnarThreeColumns.java \
- InBlocksLabelsAbove.java \
- InBlocksLabelsLeft.java \
- SectionObject.java \
- SectionEmptyObject.java \
- SectionLabel.java \
- SectionTextField.java \
- DesignTemplate.java
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/wizards/com/sun/star/wizards/table/makefile.mk b/wizards/com/sun/star/wizards/table/makefile.mk
deleted file mode 100644
index fd2b09ea780a..000000000000
--- a/wizards/com/sun/star/wizards/table/makefile.mk
+++ /dev/null
@@ -1,68 +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.
-#
-#*************************************************************************
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = table
-PACKAGE = com$/sun$/star$/wizards$/table
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar
-CUSTOMMANIFESTFILE= MANIFEST.MF
-
-JARCLASSDIRS = com$/sun$/star$/wizards$/table
-JARTARGET = $(TARGET).jar
-JARCLASSPATH = commonwizards.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- CallTableWizard.java \
- Finalizer.java \
- FieldDescription.java \
- CGCategory.java \
- CGTable.java \
- FieldFormatter.java \
- PrimaryKeyHandler.java \
- ScenarioSelector.java \
- TableWizard.java \
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/table.component
-
-$(MISC)/table.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- table.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt table.component
diff --git a/wizards/com/sun/star/wizards/web/data/makefile.mk b/wizards/com/sun/star/wizards/web/data/makefile.mk
deleted file mode 100644
index 17a78f063246..000000000000
--- a/wizards/com/sun/star/wizards/web/data/makefile.mk
+++ /dev/null
@@ -1,70 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = web_data
-PACKAGE = com$/sun$/star$/wizards$/web$/data
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
-
-.IF "$(SYSTEM_SAXON)" == "YES"
-EXTRAJARFILES = $(SAXON_JAR)
-.ELSE
-JARFILES += saxon9.jar
-.ENDIF
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- CGArgument.java \
- CGContent.java \
- CGDesign.java \
- CGDocument.java \
- CGExporter.java \
- CGFilter.java \
- CGGeneralInfo.java \
- CGIconSet.java \
- CGImage.java \
- CGLayout.java \
- CGPublish.java \
- CGSession.java \
- CGSessionName.java \
- CGSettings.java \
- CGStyle.java \
- ConfigSetItem.java \
- TypeDetection.java
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/wizards/com/sun/star/wizards/web/export/makefile.mk b/wizards/com/sun/star/wizards/web/export/makefile.mk
deleted file mode 100644
index c898fdfce964..000000000000
--- a/wizards/com/sun/star/wizards/web/export/makefile.mk
+++ /dev/null
@@ -1,59 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = web_export
-PACKAGE = com$/sun$/star$/wizards$/web$/export
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
-
-.IF "$(SYSTEM_SAXON)" == "YES"
-EXTRAJARFILES = $(SAXON_JAR)
-.ELSE
-JARFILES += saxon9.jar
-.ENDIF
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- AbstractExporter.java \
- ConfiguredExporter.java \
- CopyExporter.java \
- Exporter.java \
- FilterExporter.java \
- ImpressHTMLExporter.java
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/wizards/com/sun/star/wizards/web/makefile.mk b/wizards/com/sun/star/wizards/web/makefile.mk
deleted file mode 100644
index e1be1497fe0f..000000000000
--- a/wizards/com/sun/star/wizards/web/makefile.mk
+++ /dev/null
@@ -1,93 +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.
-#
-#*************************************************************************
-
-PRJ = ..$/..$/..$/..$/..
-PRJNAME = wizards
-TARGET = web
-PACKAGE = com$/sun$/star$/wizards$/web
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
-
-.IF "$(SYSTEM_SAXON)" == "YES"
-EXTRAJARFILES = $(SAXON_JAR)
-.ELSE
-JARFILES += saxon9.jar
-.ENDIF
-
-CUSTOMMANIFESTFILE= MANIFEST.MF
-
-JARCLASSDIRS = com$/sun$/star$/wizards$/web
-JARTARGET = web.jar
-JARCLASSPATH = \
- commonwizards.jar saxon9.jar
-
-# --- Files --------------------------------------------------------
-
-JAVAFILES= \
- AbstractErrorHandler.java \
- BackgroundsDialog.java \
- CallWizard.java \
- ErrorHandler.java \
- ExtensionVerifier.java \
- FTPDialog.java \
- FTPDialogResources.java \
- IconsDialog.java \
- ImageListDialog.java \
- LogTaskListener.java \
- Process.java \
- ProcessErrorHandler.java \
- ProcessErrors.java \
- ProcessStatusRenderer.java \
- StatusDialog.java \
- StylePreview.java \
- TOCPreview.java \
- WebWizard.java \
- WebWizardConst.java \
- WebWizardDialog.java \
- WebWizardDialogResources.java \
- WWD_Events.java \
- WWD_General.java \
- WWD_Startup.java \
- WWHID.java
-
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/web.component
-
-$(MISC)/web.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- web.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt web.component