Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ff90e73a04c561c01955b2c4d5e30ed0dc610959 (plain) (blame)
1
2
3
4
5
6
7
8
9
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html
customBuildCallbacks = build.acceleo
src.includes = .classpath,\
               build.properties,\
               about.html

Back to the top