4 <!ENTITY header SYSTEM "file:../build/header.xml">
5 <!ENTITY trailer SYSTEM "file:../build/trailer.xml">
8 <project name="socketproxy" 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-socketproxy" />
19 <target name="module.build.deps"
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="">