Skip to main content
summaryrefslogtreecommitdiffstats
blob: a32ff4897db742020f5a0f8567556893d5666b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
output.org.eclipse.gmt.tcs.extractor.jar = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties
src.includes = src/,\
               build.properties,\
               .project,\
               .classpath,\
               META-INF/,\
               about.html
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top