Logical error in writerperfect
[LibreOffice.git] / wizards / Jar_web.mk
blob36a2434c9d2cb6cdeb229f53ba710e5436a2bcbb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Jar_Jar,web))
31 $(eval $(call gb_Jar_add_jars,web,\
32 $(OUTDIR)/bin/ridl.jar \
33 $(OUTDIR)/bin/unoil.jar \
34 $(OUTDIR)/bin/jurt.jar \
35 $(OUTDIR)/bin/juh.jar \
36 $(OUTDIR)/bin/java_uno.jar \
37 $(OUTDIR)/bin/commonwizards.jar \
40 $(eval $(call gb_Jar_set_packageroot,web,com))
42 $(eval $(call gb_Jar_set_manifest,web,$(SRCDIR)/wizards/com/sun/star/wizards/web/MANIFEST.MF))
44 $(eval $(call gb_Jar_set_jarclasspath,web,\
45 commonwizards.jar \
48 $(eval $(call gb_Jar_add_sourcefiles,web,\
49 wizards/com/sun/star/wizards/web/AbstractErrorHandler \
50 wizards/com/sun/star/wizards/web/BackgroundsDialog \
51 wizards/com/sun/star/wizards/web/CallWizard \
52 wizards/com/sun/star/wizards/web/ErrorHandler \
53 wizards/com/sun/star/wizards/web/ExtensionVerifier \
54 wizards/com/sun/star/wizards/web/FTPDialog \
55 wizards/com/sun/star/wizards/web/FTPDialogResources \
56 wizards/com/sun/star/wizards/web/IconsDialog \
57 wizards/com/sun/star/wizards/web/ImageListDialog \
58 wizards/com/sun/star/wizards/web/LogTaskListener \
59 wizards/com/sun/star/wizards/web/Process \
60 wizards/com/sun/star/wizards/web/ProcessErrorHandler \
61 wizards/com/sun/star/wizards/web/ProcessErrors \
62 wizards/com/sun/star/wizards/web/ProcessStatusRenderer \
63 wizards/com/sun/star/wizards/web/StatusDialog \
64 wizards/com/sun/star/wizards/web/StylePreview \
65 wizards/com/sun/star/wizards/web/TOCPreview \
66 wizards/com/sun/star/wizards/web/WebWizard \
67 wizards/com/sun/star/wizards/web/WebWizardConst \
68 wizards/com/sun/star/wizards/web/WebWizardDialog \
69 wizards/com/sun/star/wizards/web/WebWizardDialogResources \
70 wizards/com/sun/star/wizards/web/WWD_Events \
71 wizards/com/sun/star/wizards/web/WWD_General \
72 wizards/com/sun/star/wizards/web/WWD_Startup \
73 wizards/com/sun/star/wizards/web/WWHID \
74 wizards/com/sun/star/wizards/web/data/CGArgument \
75 wizards/com/sun/star/wizards/web/data/CGContent \
76 wizards/com/sun/star/wizards/web/data/CGDesign \
77 wizards/com/sun/star/wizards/web/data/CGDocument \
78 wizards/com/sun/star/wizards/web/data/CGExporter \
79 wizards/com/sun/star/wizards/web/data/CGFilter \
80 wizards/com/sun/star/wizards/web/data/CGGeneralInfo \
81 wizards/com/sun/star/wizards/web/data/CGIconSet \
82 wizards/com/sun/star/wizards/web/data/CGImage \
83 wizards/com/sun/star/wizards/web/data/CGLayout \
84 wizards/com/sun/star/wizards/web/data/CGPublish \
85 wizards/com/sun/star/wizards/web/data/CGSession \
86 wizards/com/sun/star/wizards/web/data/CGSessionName \
87 wizards/com/sun/star/wizards/web/data/CGSettings \
88 wizards/com/sun/star/wizards/web/data/CGStyle \
89 wizards/com/sun/star/wizards/web/data/ConfigSetItem \
90 wizards/com/sun/star/wizards/web/data/TypeDetection \
91 wizards/com/sun/star/wizards/web/export/AbstractExporter \
92 wizards/com/sun/star/wizards/web/export/ConfiguredExporter \
93 wizards/com/sun/star/wizards/web/export/CopyExporter \
94 wizards/com/sun/star/wizards/web/export/Exporter \
95 wizards/com/sun/star/wizards/web/export/FilterExporter \
96 wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter \
97 wizards/com/sun/star/wizards/web/status/ErrorLog \
98 wizards/com/sun/star/wizards/web/status/ErrorReporter \
99 wizards/com/sun/star/wizards/web/status/LogTaskListener \
100 wizards/com/sun/star/wizards/web/status/Task \
101 wizards/com/sun/star/wizards/web/status/TaskEvent \
102 wizards/com/sun/star/wizards/web/status/TaskListener \
105 $(eval $(call gb_Jar_set_componentfile,web,wizards/com/sun/star/wizards/web/web,OOO))
107 # vim: set noet sw=4 ts=4: