#---------------------------------------------- # FSL Sesame 1.2.2 Build Properties #---------------------------------------------- # NOTE: don't modify this file directly but copy the properties you need # to modify over to a file named 'local.build.properties' and modify that. # The build system will override these properties with the ones in the # 'local.build.properties' file. # ---- General ---------------------------------------------------------------- version=1.0-alpha year=2005 name=fsl-sesame-1.2.2 Name=fsl-sesame-1.2.2 fullname=FSL Sesame 1.2.2 # ---- Build ------------------------------------------------------------------- build=build build.dest=${build}/classes # ---- Compilation ------------------------------------------------------------- compiler=modern compiler.debug=on compiler.optimize=on compiler.deprecation=on compiler.nowarn=on # ------ System Properties ----------------------------------------------------- # WARNING: you shouldn't need to modify anything below here since there is a # very high change of breaking the build system. Do it only if you know what # you're doing. packages=mit.edu.simile # Source src=src src.java=${src}/java # Checkout import=${src.java}/org/w3c/IsaViz/fresnel # Tools tools=tools tools.proguard=${tools}/proguard tools.loader.src=${tools}/loader/src tools.loader.dest=${tools}/loader/classes # Libraries lib=lib # Distribution Directories dist.root=dist dist=${dist.root}/${name}-${version} dist.name=${name}-${version} dist.target=${dist.root} # Legal legal=legal # Docs docs=docs docs.api=${docs}/api