<!DOCTYPE project [
  <!ENTITY commonTargets SYSTEM "../common/targets.xml">
]>

<project name="JAX-RPC Tutorial" default="build" basedir=".">

  <property file="${user.home}/build.properties"/>
  <property file="../common/build.properties"/>
  <property file="build.properties"/>

  &commonTargets; <!-- The ant targets are in ../common/targets.xml -->

  <target name="build" depends="build-service"
     description="Executes the targets needed to build the service.">
  </target>

</project>
