Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 64188559fe93e55147a8b8e31440b580a24d7d0a (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
bin.includes = about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               eclipse32.gif,\
               plugin.properties,\
               plugin.xml,\
               welcome.xml,\
               cpl-v10.html,\
               notice.html,\
               overviewExtensionContent.xml,\
               css/,\
               samplesExtensionContent.xml,\
               tutorialsExtensionContent.xml,\
               whatsNewExtensionContent.xml,\
               cheatsheets/
# 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
			   
		      

Back to the top