Skip to main content
summaryrefslogtreecommitdiffstats
blob: 637c89ad64d6599c7d2c8518f0b769394c88437e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
bin.includes = .options,\
               plugin.xml,\
               *.jar
build.includes = .options,\
                 plugin.jars,\
                 plugin.xml,\
                 doc/,\
                 build.properties
build.vaj.Eclipse\ Debug\ Core = Eclipse Debug Core
source.dtcore.jar = Eclipse Debug Core

Back to the top