Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e1296c3b38d785c2fe5a8fa171d329c3e74f03e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
################################################################################
# Copyright (c) 2012, 2018 Oracle. All rights reserved.
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0, which accompanies this distribution
# and is available at https://www.eclipse.org/legal/epl-2.0/.
# 
# Contributors:
#     Oracle - initial API and implementation
################################################################################

customBuildCallbacks=customBuildCallbacks.xml

bin.includes = META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html,\
               build.properties,\
               index-files/,\
               org/,\
               resources/,\
               allclasses-frame.html,\
               allclasses-noframe.html,\
               constant-values.html,\
               deprecated-list.html,\
               help-doc.html,\
               index.html,\
               overview-frame.html,\
               overview-summary.html,\
               overview-tree.html,\
               package-list,\
               serialized-form.html,\
               stylesheet.css

generateSourceBundle=false
src.includes = *
src.excludes = src

Back to the top