File: build.xml

package info (click to toggle)
libspring-java 3.0.6.RELEASE-6%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,504 kB
  • sloc: java: 325,411; xml: 67,956; sql: 176; makefile: 40; ruby: 33; sh: 6
file content (9 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<project name="spring-framework-reference" default="doc">

	<property name="doc.type" value="reference"/>
	<property name="docbook.build.dir" value="${basedir}"/>
	<property file="${basedir}/../build.properties"/>
	<import file="${basedir}/../spring-build/docbook/default.xml"/>

</project>