# # Copyright 2004 The Apache Software Foundation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or # implied. # # See the License for the specific language governing permissions and # limitations under the License. # # # ------------------------------------------------------------------- # B U I L D P R O P E R T I E S # ------------------------------------------------------------------- # Specifies default property values # Overridden by ../default.properties and all ant.properties # Not user-editable; use ant.properties files instead name=excalibur-event Name=Excalibur Event dir-name=event version=1.0.4-dev package-version=1.0.4-dev year=2002 # -------------------------------------------------- # REQUIRED LIBRARIES # -------------------------------------------------- # ----- Commons Collections, version 2.1 or later ----- commons-collections.jar=../lib/commons-collections-2.1.jar # ----- Doug Lea's Concurrent Utils, version 1.3 or later ----- util.concurrent.jar=../lib/util.concurrent-1.3.1.jar # ----- Avalon Framework, version 4.1 or later ----- avalon-framework.home=${basedir}/../../avalon avalon-framework.lib=${avalon-framework.home}/target/lib avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar # -------------------------------------------------- # REQUIRED LIBRARIES FOR UNIT TESTS # -------------------------------------------------- # For unit testing # ----- Excalibur Testcase, version 1.0 or later ----- excalibur-component.home=${basedir}/../component excalibur-component.lib=${excalibur-component.home}/build/lib excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.1.jar excalibur-testcase.jar=${excalibur-component.lib}/excalibur-testcase-1.1.jar # ----- Excalibur Pool, version 1.0 or later ----- excalibur-pool.home=${basedir}/../pool/dist excalibur-pool.lib=${excalibur-pool.home} excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.2.jar # ----- Logkit ----- logkit.home=${basedir}/../../avalon-logkit logkit.lib=${logkit.home}/build/lib logkit.jar=${logkit.lib}/logkit.jar # ----- Excalibur instrument, version 1.0 or later ----- excalibur-instrument.home=${basedir}/../instrument/dist excalibur-instrument.lib=${excalibur-instrument.home} excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-1.0.jar # -------------------------------------------------- # Settings used to configure compile environment build.debug = on build.optimize = off build.deprecation = off build.compress = false junit.failonerror = false # location of intermediate products build.dir = build build.testsrc = ${build.dir}/testsrc build.testclasses = ${build.dir}/testclasses build.lib = ${build.dir}/lib build.conf = ${build.dir}/conf build.classes = ${build.dir}/classes build.tests = ${build.dir}/tests build.reports = ${build.dir}/reports # Set the properties for source directories src.dir = src java.dir = ${src.dir}/java conf.dir = ${src.dir}/conf test.dir = ${src.dir}/test # needed by Cocoon build.context = ${build.dir}/documentation build.docs = ${build.dir}/docs build.xdocs = ${build.dir}/xdocs context.dir = ../../avalon/src/documentation tools.dir = ../../avalon/tools tools.jar = ${java.home}/../lib/tools.jar docs.dir = ${build.dir}/docs xdocs.dir = ${src.dir}/xdocs # Set the properties for distribution directories dist.dir = dist dist.javadocs = ${docs.dir}/api # name of .zip/.tar.gz/.bz2 files and their top-level directory dist.name = ${name}-${version} # name of jar file jar.name = ${name}-${package-version}.jar # property indicating directory where all distribution archives are placed dist.base = distributions lib.dir = ../lib depchecker.prefix=.