Skip to main content
summaryrefslogtreecommitdiffstats
blob: 858cde9e51d7fc11e9dca08299d35426741ed96c (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
bin.includes = about.html,\
			   about.ini,\
			   about.mappings,\
			   about.properties,\
			   eclipse32.gif,\
			   plugin.properties,\
			   plugin.xml,\
			   welcome.xml
# note: the following files are intentionally not listed in bin.includes
#    cpl-v10.html
#    notice.html
# these files need to end up as root files in <install>/eclipse/ for a jdt runtime platform build
			   
src.includes = about.html,\
			   about.ini,\
			   about.mappings,\
			   about.properties,\
			   eclipse32.gif,\
			   plugin.properties,\
			   plugin.xml,\
			   welcome.xml,\
			   cpl-v10.html,\
			   notice.html		
		      

Back to the top