mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1430 d779f126-a31b-0410-b53b-1d3aecad763e
15 lines
301 B
XML
15 lines
301 B
XML
<?xml version="1.0"?>
|
|
|
|
<project name="guice-struts2-example">
|
|
|
|
<import file="../../common.xml"/>
|
|
|
|
<property file="build.properties"/>
|
|
|
|
<path id="compile.classpath">
|
|
<fileset dir="${lib.dir}" includes="*.jar"/>
|
|
<fileset dir="../../build/dist" includes="*.jar"/>
|
|
</path>
|
|
|
|
</project>
|