4 <!ENTITY header SYSTEM "file:../build/header.xml">
5 <!ENTITY trailer SYSTEM "file:../build/trailer.xml">
8 <project name="support" default="jar" basedir=".">
11 <!-- =============================================================================== -->
12 <!-- Include the build header defining general properties -->
13 <!-- =============================================================================== -->
14 <property name="project.home" value=".."/>
15 <property name="module.name" value="wamblee-support" />
19 <target name="module.build.deps"
20 depends="logging.d,commons-collections.d,commons-beanutils.d,dom4j.d,xerces.d,ehcache.d,spring.d">
23 <!-- Set libraries to use in addition for test, a library which
24 is already mentioned in module.build.path should not be
25 mentioned below again -->
26 <target name="module.test.deps" depends="hibernate.standalone.d">