################################################################################ # Upgrader Runtime Related Properties # ################################################################################ src.dir=${basedir}/src lib.dir=${basedir}/lib build.dir=${basedir}/build classes.dir=${build.dir}/classes deploy.dir=${basedir}/deploy ################################################################################ # Target Project Related Properties # ################################################################################ #Project to generate upgrades on (full path) target.dir=/home///fenix #Location of the domain model target.domain.model=${target.dir}/web/WEB-INF/classes/domain_model.dml #Lib name pattern filter target.libs.filter=web/WEB-INF/lib/* #Jar filenames, comma separated, use * to match any string target.jars=antlr.jar, javabib-bin.jar, jackcess-*.jar, jsf-impl.jar, dml-*.jar,\ mysql-connector-java-*-bin.jar, ical4j-*-rc1.jar, commons-beanutils_*.jar, commons-logging-*.jar, \ commons-codec-*.jar, commons-collections-*.jar, commons-lang-*.jar, commons-pool.jar, jcs.jar, log4j-*.jar, \ poi-*.jar, jdom-*.jar, joda-time-*.jar, fenix-framework-r*.jar, fenix-tools.jar, \ fenix-web-framework.jar, struts.jar, jvstm.jar, db-ojb-*.jar, javassist.jar, \ xercesImpl.jar ## jsf-impl and struts should leave as soon as suzy takes out interface dependencies from domain. ## javassist should leave because is a compile only dependency #Ant target that generates a domain codebase jar target.jar.target=jar-domain-without-injection #Location of the generated jar file (filename included) target.jar.path=${target.dir}/deploy/ciapl.jar #Class Name of the Root Object target.root.class=net.sourceforge.fenixedu.domain.RootDomainObject ################################################################################ # Libraries Location Related Properties # ################################################################################ # Library Project location, relative to the workspace, without leading / libraries.dir=libraries ################################################################################ # Versions Related Properties # ################################################################################ #Base path of the versions tree (full path) versions.dir=/home///fenix-versions #Name of the current version project current.version.name=current ################################################################################ # Compilation Related Properties # ################################################################################ compile.debug=true compile.optimize=true compile.deprecation=true encoding=ISO-8859-1