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 (80 lines) | stat: -rw-r--r-- 3,770 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<project name="build-spring-framework" default="precommit">

	<path id="unit.test.bundles">
		<pathelement location="../org.springframework.instrument"/>
		<pathelement location="../org.springframework.instrument.tomcat"/>
		<pathelement location="../org.springframework.core"/>
		<pathelement location="../org.springframework.expression"/>
		<pathelement location="../org.springframework.beans"/>
		<pathelement location="../org.springframework.aop"/>
		<pathelement location="../org.springframework.context"/>
		<pathelement location="../org.springframework.transaction"/>
		<pathelement location="../org.springframework.oxm"/>
		<pathelement location="../org.springframework.jms"/>
		<pathelement location="../org.springframework.jdbc"/>
		<pathelement location="../org.springframework.web"/>
		<pathelement location="../org.springframework.orm"/>
		<pathelement location="../org.springframework.context.support"/>
		<pathelement location="../org.springframework.aspects"/>
		<pathelement location="../org.springframework.web.servlet"/>
		<pathelement location="../org.springframework.web.portlet"/>
		<pathelement location="../org.springframework.test"/>
		<pathelement location="../org.springframework.web.struts"/>
	</path>

	<path id="bundles">
		<pathelement location="../org.springframework.spring-parent"/>
		<path refid="unit.test.bundles" />
		<pathelement location="../org.springframework.integration-tests"/>
		<pathelement location="../org.springframework.spring-library"/>
	</path>

	<property file="${basedir}/../build.properties"/>
	<import file="${basedir}/package-top-level.xml"/>
	<import file="${basedir}/publish-top-level.xml"/>
	<import file="${basedir}/publish-documentation.xml"/>
	<import file="${basedir}/../spring-build/multi-bundle/default.xml"/>

	<target name="precommit" depends="clean, clean-integration, test"/>

	<presetdef name="javadoc.links">
		<javadoc>
			<link href="http://java.sun.com/javase/6/docs/api"/>
			<link href="http://java.sun.com/j2ee/1.4/docs/api"/>
			<link href="http://aopalliance.sourceforge.net/doc"/>
			<!-- Caucho Burlap/Hessian -->
			<link href="http://cglib.sourceforge.net/apidocs"/>
			<!-- EasyMock -->
			<link href="http://ehcache.sourceforge.net/apidocs"/>
			<link href="http://freemarker.sourceforge.net/docs/api/"/>
			<link href="http://www.hibernate.org/hib_docs/v3/api"/>
			<!-- iBATIS -->
			<!-- iText -->
			<!-- Commons Attributes -->
			<link href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/"/>
			<link href="http://jakarta.apache.org/commons/dbcp/apidocs/"/>
			<link href="http://jakarta.apache.org/commons/fileupload/apidocs/"/>
			<link href="http://jakarta.apache.org/commons/httpclient/apidocs/"/>
			<link href="http://jakarta.apache.org/commons/logging/apidocs/"/>
			<link href="http://jakarta.apache.org/commons/pool/apidocs/"/>
			<!-- JasperReports -->
			<!-- JDO -->
			<!-- JMX -->
			<!-- JOTM -->
			<!-- JPA -->
			<!-- JSF -->
			<link href="http://junit.sourceforge.net/javadoc_40/"/>
			<link href="http://logging.apache.org/log4j/docs/api/"/>
			<link href="http://jakarta.apache.org/regexp/apidocs/"/>
			<link href="http://jakarta.apache.org/poi/apidocs/"/>
			<link href="http://portals.apache.org/pluto/multiproject/portlet-api/apidocs/"/>
			<link href="http://www.opensymphony.com/quartz/api/"/>
			<link href="http://struts.apache.org/struts-doc-1.2.9/api/"/>
			<link href="http://java.sun.com/javase/6/docs/jre/api/net/httpserver/spec/"/>
			<link href="http://tiles.apache.org/framework/apidocs/"/>
			<link href="http://velocity.apache.org/engine/devel/apidocs/"/>
		</javadoc>
	</presetdef>

</project>