Skip to main content
summaryrefslogtreecommitdiffstats
blob: b09d233b24275989a6a95b721d66e33debda384a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin.includes = icons/,\
               .options,\
               plugin.xml,\
               plugin.properties,\
               *.jar
build.includes = .options,\
                 plugin.jars,\
                 plugin.xml,\
                 plugin.properties,\
                 icons,\
                 doc,\
                 build.properties
build.vaj.Eclipse\ Debug\ UI = Eclipse Debug UI
source.dtui.jar = Eclipse Debug UI

Back to the top