# # # Beehive build properties. # # These are defined in a properties file because they are referenced # throughout the rest of the Beehive build by the sub-projects. # # beehive.dir=${os.BEEHIVE_HOME} beehive.user.dir=${beehive.dir}/user beehive.test.dir=${beehive.dir}/test beehive.external.dir=${beehive.dir}/external beehive.installed.dir=${beehive.dir}/installed controls.jar=${beehive.dir}/controls/build/jars/controls.jar netui-compiler.jar=${beehive.dir}/netui/build/lib/beehive-netui-compiler.jar tomcat.dir=${os.CATALINA_HOME} ant.dir=${os.ANT_HOME} ant.jar=${ant.dir}/lib/ant.jar tools.jar=${os.JAVA_HOME}/lib/tools.jar log4j.dir=${beehive.installed.dir}/jakarta-log4j-1.2.8 # # While still in the Workshop source tree, these reference # JARs that are statically checked-in. # # Once at Apache, these will switch to referencing JARs # that are installed in the build (or by Maven) from # the various installers. # log4j.jar=${beehive.external.dir}/log4j/log4j-1.2.8.jar servlet24.jar=${beehive.external.dir}/servlet/servlet-api-2.4.jar jsp20.jar=${beehive.external.dir}/servlet/jsp-api-2.0.jar jsr173.jar=${beehive.installed.dir}/jsr173/jsr173_1.0_api.jar junit.jar=${beehive.external.dir}/junit/junit.jar velocity14.jar=${beehive.external.dir}/velocity/velocity-1.4.jar velocitydep14.jar=${beehive.external.dir}/velocity/velocity-dep-1.4.jar derby.jar=${beehive.external.dir}/derby/derby_46005.jar xbean.jar=${beehive.external.dir}/xmlbeans/apache-xbean.jar # # These are build files that are shared among the # projects in Beehive for interacting with a Tomcat # instance. # appserver.ant=${beehive.test.dir}/ant/runTomcat.xml buildWebapp.ant=${beehive.test.dir}/ant/buildWebapp.xml # # Properties related to building a Beehive distribution. # dist.base.dir=${beehive.dir}/build/dist dist.base.name=apache-beehive-incubating- dist.name=${dist.base.name}${beehive.version} dist.name.src=${dist.name}-src dist.dir=${dist.base.dir}/${dist.name} dist.docs.dir=${beehive.dir}/build/dist-docs # # This is the version used when rolling the distribution; in order to # specify a different value, pass -Dbeehive.version on the command line. # beehive.version=1.0-alpha-snapshot