Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4c82f0a0411d1a9dce646999fcacda57abb3f796 (plain) (blame)
1
2
3
4
5
6
7
8
9
src.includes = src/
bin.includes = plugin.xml,\
               META-INF/,\
               plugin.properties,\
               epl-v10.html,\
               net4j.cdo.test.serverapp.jar
jars.compile.order = net4j.cdo.test.serverapp.jar
source.net4j.cdo.test.serverapp.jar = src/
output.net4j.cdo.test.serverapp.jar = bin/

Back to the top