Bump for 4.0-15
[LibreOffice.git] / wizards / Jar_web.mk
blob29ba003f66baaf9f75ca6b78d6fb55217f7c7a24
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_use_jars,web,\
32 ridl \
33 unoil \
34 jurt \
35 juh \
36 java_uno \
37 commonwizards \
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_add_sourcefiles,web,\
45 wizards/com/sun/star/wizards/web/AbstractErrorHandler \
46 wizards/com/sun/star/wizards/web/BackgroundsDialog \
47 wizards/com/sun/star/wizards/web/CallWizard \
48 wizards/com/sun/star/wizards/web/ErrorHandler \
49 wizards/com/sun/star/wizards/web/ExtensionVerifier \
50 wizards/com/sun/star/wizards/web/FTPDialog \
51 wizards/com/sun/star/wizards/web/FTPDialogResources \
52 wizards/com/sun/star/wizards/web/IconsDialog \
53 wizards/com/sun/star/wizards/web/ImageListDialog \
54 wizards/com/sun/star/wizards/web/LogTaskListener \
55 wizards/com/sun/star/wizards/web/Process \
56 wizards/com/sun/star/wizards/web/ProcessErrorHandler \
57 wizards/com/sun/star/wizards/web/ProcessErrors \
58 wizards/com/sun/star/wizards/web/ProcessStatusRenderer \
59 wizards/com/sun/star/wizards/web/StatusDialog \
60 wizards/com/sun/star/wizards/web/StylePreview \
61 wizards/com/sun/star/wizards/web/TOCPreview \
62 wizards/com/sun/star/wizards/web/WebWizard \
63 wizards/com/sun/star/wizards/web/WebWizardConst \
64 wizards/com/sun/star/wizards/web/WebWizardDialog \
65 wizards/com/sun/star/wizards/web/WebWizardDialogResources \
66 wizards/com/sun/star/wizards/web/WWD_Events \
67 wizards/com/sun/star/wizards/web/WWD_General \
68 wizards/com/sun/star/wizards/web/WWD_Startup \
69 wizards/com/sun/star/wizards/web/WWHID \
70 wizards/com/sun/star/wizards/web/data/CGArgument \
71 wizards/com/sun/star/wizards/web/data/CGContent \
72 wizards/com/sun/star/wizards/web/data/CGDesign \
73 wizards/com/sun/star/wizards/web/data/CGDocument \
74 wizards/com/sun/star/wizards/web/data/CGExporter \
75 wizards/com/sun/star/wizards/web/data/CGFilter \
76 wizards/com/sun/star/wizards/web/data/CGGeneralInfo \
77 wizards/com/sun/star/wizards/web/data/CGIconSet \
78 wizards/com/sun/star/wizards/web/data/CGImage \
79 wizards/com/sun/star/wizards/web/data/CGLayout \
80 wizards/com/sun/star/wizards/web/data/CGPublish \
81 wizards/com/sun/star/wizards/web/data/CGSession \
82 wizards/com/sun/star/wizards/web/data/CGSessionName \
83 wizards/com/sun/star/wizards/web/data/CGSettings \
84 wizards/com/sun/star/wizards/web/data/CGStyle \
85 wizards/com/sun/star/wizards/web/data/ConfigSetItem \
86 wizards/com/sun/star/wizards/web/data/TypeDetection \
87 wizards/com/sun/star/wizards/web/export/AbstractExporter \
88 wizards/com/sun/star/wizards/web/export/ConfiguredExporter \
89 wizards/com/sun/star/wizards/web/export/CopyExporter \
90 wizards/com/sun/star/wizards/web/export/Exporter \
91 wizards/com/sun/star/wizards/web/export/FilterExporter \
92 wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter \
93 wizards/com/sun/star/wizards/web/status/ErrorLog \
94 wizards/com/sun/star/wizards/web/status/ErrorReporter \
95 wizards/com/sun/star/wizards/web/status/LogTaskListener \
96 wizards/com/sun/star/wizards/web/status/Task \
97 wizards/com/sun/star/wizards/web/status/TaskEvent \
98 wizards/com/sun/star/wizards/web/status/TaskListener \
101 $(eval $(call gb_Jar_set_componentfile,web,wizards/com/sun/star/wizards/web/web,OOO))
103 # vim: set noet sw=4 ts=4: