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

Back to the top