Home | History | Annotate | Download | only in example
      1 <?xml version="1.0"?>
      2 
      3 <project name="guice-struts2-example">
      4 
      5   <import file="../../common.xml"/>
      6   
      7   <property file="build.properties"/>
      8   
      9   <path id="compile.classpath">
     10     <fileset dir="${lib.dir}" includes="*.jar"/>
     11     <fileset dir="../../build/dist" includes="*.jar"/>
     12   </path>
     13 
     14 </project>
     15