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

Back to the top