File: build.xml

package info (click to toggle)
guice 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,692 kB
  • sloc: java: 72,879; xml: 1,431; sh: 58; jsp: 12; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>