dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
+file.reference.jcore-utils.jar=lib/jcore-utils.jar
file.reference.jcoreee.jar=lib/jcoreee.jar
file.reference.jcustomer-core.jar=lib/jcustomer-core.jar
file.reference.jproduct-core.jar=lib/jproduct-core.jar
jar.index=${jnlp.enabled}
javac.classpath=\
${file.reference.jcoreee.jar}:\
+ ${file.reference.jcore-utils.jar}:\
${file.reference.jcustomer-core.jar}:\
${file.reference.jproduct-core.jar}:\
${libs.commons-codec.classpath}:\
run.test.modulepath=\
${javac.test.modulepath}
source.encoding=UTF-8
+source.reference.jcore-utils.jar=../jcore-utils/src/
source.reference.jcoreee.jar=../jcoreee/src/
source.reference.jcustomer-core.jar=../jcustomer-core/src/
source.reference.jproduct-core.jar=../jproduct-core/src/