Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ca5a1e52af6654085eece67e208c4e3970ba0ec9 (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
bin.includes = plugin.xml,\
               html/,\
               toc*.xml,\
               META-INF/,\
               about.html,\
               plugin.properties,\
               intro/,\
               notices.html,\
               topics_Tutorials.xml,\
               topics_Samples.xml,\
               topics_Reference.xml,\
               topics_Extpoint.xml,\
               topics_GettingStarted.xml,\
               tocapi.xml,\
               toc.xml,\
               schema.xml,\
               topics_Reference_RemoteServices.xml
src.includes = intro/,\
               about.html,\
               notices.html,\
               topics_Tutorials.xml,\
               topics_Samples.xml,\
               topics_Reference.xml,\
               topics_GettingStarted.xml,\
               topics_Extpoint.xml,\
               tocapi.xml,\
               toc.xml,\
               schema.xml,\
               topics_Reference_RemoteServices.xml
bin.excludes = html/reference/api/
generateSourceBundle=false

Back to the top