Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d269a78a0bbe09bc60cbe3ffc927e10a881abfd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#Thu Jun 28 15:46:18 CEST 2012
bin.includes = META-INF/,\
               .,\
               models/,\
               plugin.xml,\
               .classpath,\
               .project,\
               html/,\
               help/,\
               about.html,\
               plugin.properties
output..=bin/
src.includes = models/,\
               about.html
source..=src/
customBuildCallbacks = build.acceleo

Back to the top