Skip to main content
summaryrefslogtreecommitdiffstats
blob: 72b4684819d13d089a5d96d29a404c01ff72f6d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
output.. = bin/
bin.includes = META-INF/,\
               .,\
               customBuildCallbacks.xml,\
               msgSchemas/,\
               build.properties,\
               OSGI-INF/
customBuildCallbacks.failonerror = true
customBuildCallbacks.inheritall = true
source.. = src/,\
           src-gen/
custom = true
customBuildCallbacks = customBuildCallbacks.xml

Back to the top