Skip to main content
summaryrefslogtreecommitdiffstats
blob: 188bac2de61964edcd927e43f862f468ef1764b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bin.includes = plugin.xml,\
               plugin.properties,\
               about.html
javadoc.packages = org.eclipse.cdt.core.*,\
                   org.eclipse.cdt.core.index.*,\
                   org.eclipse.cdt.core.model.*,\
                   org.eclipse.cdt.core.resources.*,\
                   org.eclipse.cdt.utils.*,\
                   org.eclipse.cdt.utils.elf.*,\
                   org.eclipse.cdt.utils.spawner.*
source.cdtcore.jar = builder/,\
                     index/,\
                     model/,\
                     src/,\
                     utils/
src.includes=about.html

Back to the top