# # This file contains the property definitions that can be specific to a # given development machine. # # top level directory of weblogic software where lib/weblogic.jar is a child WL_HOME=c:/bea/wlserver6.1 # weblogic domain name DOMAIN_NAME=ejava # applications directory for domain wl.app.dir=${WL_HOME}/config/${DOMAIN_NAME}/applications # the classpath to use for compiling j2ee classes j2ee.classes=${WL_HOME}/lib/weblogic.jar;${WL_HOME}/lib/xmlx.jar # the classpath for using weblogic utilities wl.classes=${WL_HOME}/lib/weblogic.jar # the directory where jars/classes are written # these are used by and are relative to the web/ejb build files ejb=${basedir}/../../deploy war=${basedir}/../../deploy classdir=${basedir}/.. # these are used by and are relative to the dev directory lib=${basedir}/../deploy app=${basedir}/../deploy ear=${basedir}/..