##The name of this module module.name=tools build.by=${user.name} ##which java version should be compiled to. target.version=1.6 source.version=1.6 ## # For the compilation of this module ## #location of the sources. src.dir = ${basedir}/src src-api.dir=${basedir}/src-api #The test sources test.src.dir=${basedir}/test #Location to which the classes will be compiled build.dir=${basedir}/build # compile dir classes.dir=${build.dir}/classes ## # For the documentation of this module ## doc.dir=${build.dir}/doc #The java doc javadoc.dir=${doc.dir}/javadoc # dependencies report dir report.dir=${doc.dir}/report #location all depending libs will be copied to. lib.dir=${build.dir}/lib #Compile with debug symbols debug.enabled=true #Location of the ivy scripts ivybuild.dir=${basedir}/scripts/build/ivy ## # filesystem locations of modules this module (services) depends upon. # If a new dependency has to be added, the target:module-list must be updated for the publish-modules target to be affective # it might be that the ivy-xml file has to be updated as well (if a new dependency path was created). core.location=../d3_core services.location=../d3_services