|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<project name="build-spring-framework" default="precommit"> |
3 |
| - |
4 |
| - <path id="unit.test.bundles"> |
5 |
| - <pathelement location="../org.springframework.instrument"/> |
6 |
| - <pathelement location="../org.springframework.instrument.tomcat"/> |
7 |
| - <pathelement location="../org.springframework.core"/> |
8 |
| - <pathelement location="../org.springframework.expression"/> |
9 |
| - <pathelement location="../org.springframework.beans"/> |
10 |
| - <pathelement location="../org.springframework.aop"/> |
11 |
| - <pathelement location="../org.springframework.context"/> |
12 |
| - <pathelement location="../org.springframework.transaction"/> |
13 |
| - <pathelement location="../org.springframework.oxm"/> |
14 |
| - <pathelement location="../org.springframework.jms"/> |
15 |
| - <pathelement location="../org.springframework.jdbc"/> |
16 |
| - <pathelement location="../org.springframework.web"/> |
17 |
| - <pathelement location="../org.springframework.orm"/> |
18 |
| - <pathelement location="../org.springframework.context.support"/> |
19 |
| - <pathelement location="../org.springframework.aspects"/> |
20 |
| - <pathelement location="../org.springframework.web.servlet"/> |
21 |
| - <pathelement location="../org.springframework.web.portlet"/> |
22 |
| - <pathelement location="../org.springframework.test"/> |
23 |
| - <pathelement location="../org.springframework.web.struts"/> |
24 |
| - </path> |
25 |
| - |
26 |
| - <path id="bundles"> |
27 |
| - <pathelement location="../org.springframework.spring-parent"/> |
28 |
| - <pathelement location="../org.springframework.asm"/> |
29 |
| - <path refid="unit.test.bundles" /> |
30 |
| - <pathelement location="../org.springframework.integration-tests"/> |
31 |
| - <pathelement location="../org.springframework.spring-library"/> |
32 |
| - </path> |
33 |
| - |
34 |
| - <property file="${basedir}/../build.properties"/> |
35 |
| - <import file="${basedir}/package-top-level.xml"/> |
36 |
| - <import file="${basedir}/publish-top-level.xml"/> |
37 |
| - <import file="${basedir}/publish-documentation.xml"/> |
38 |
| - <import file="${basedir}/../spring-build/multi-bundle/default.xml"/> |
39 |
| - |
40 |
| - <target name="precommit" depends="clean, clean-integration, test"/> |
41 |
| - |
42 |
| - <presetdef name="javadoc.links"> |
43 |
| - <javadoc> |
44 |
| - <link href="http://download.oracle.com/javase/6/docs/api"/> |
45 |
| - <link href="http://download.oracle.com/javaee/6/api"/> |
46 |
| - <link href="http://aopalliance.sourceforge.net/doc"/> |
47 |
| - <!-- Caucho Burlap/Hessian --> |
48 |
| - <link href="http://cglib.sourceforge.net/apidocs"/> |
49 |
| - <!-- EasyMock --> |
50 |
| - <link href="http://ehcache.sourceforge.net/apidocs"/> |
51 |
| - <link href="http://freemarker.sourceforge.net/docs/api/"/> |
52 |
| - <link href="http://docs.jboss.org/hibernate/core/3.6/javadocs/"/> |
53 |
| - <!-- iBATIS --> |
54 |
| - <!-- iText --> |
55 |
| - <!-- Commons Attributes --> |
56 |
| - <link href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/"/> |
57 |
| - <link href="http://jakarta.apache.org/commons/dbcp/apidocs/"/> |
58 |
| - <link href="http://jakarta.apache.org/commons/fileupload/apidocs/"/> |
59 |
| - <link href="http://jakarta.apache.org/commons/httpclient/apidocs/"/> |
60 |
| - <link href="http://jakarta.apache.org/commons/logging/apidocs/"/> |
61 |
| - <link href="http://jakarta.apache.org/commons/pool/apidocs/"/> |
62 |
| - <!-- JasperReports --> |
63 |
| - <!-- JDO --> |
64 |
| - <!-- JMX --> |
65 |
| - <!-- JOTM --> |
66 |
| - <!-- JPA --> |
67 |
| - <!-- JSF --> |
68 |
| - <link href="http://junit.sourceforge.net/javadoc_40/"/> |
69 |
| - <link href="http://logging.apache.org/log4j/docs/api/"/> |
70 |
| - <link href="http://jakarta.apache.org/regexp/apidocs/"/> |
71 |
| - <link href="http://jakarta.apache.org/poi/apidocs/"/> |
72 |
| - <link href="http://portals.apache.org/pluto/portlet-1.0-apidocs/"/> |
73 |
| - <link href="http://www.quartz-scheduler.org/api/2.1.0/"/> |
74 |
| - <link href="http://struts.apache.org/struts-doc-1.2.9/api/"/> |
75 |
| - <link href="http://java.sun.com/javase/6/docs/jre/api/net/httpserver/spec/"/> |
76 |
| - <link href="http://tiles.apache.org/framework/apidocs/"/> |
77 |
| - <link href="http://velocity.apache.org/engine/devel/apidocs/"/> |
78 |
| - </javadoc> |
79 |
| - </presetdef> |
80 |
| - |
81 |
| -</project> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project name="build-spring-framework" default="precommit"> |
| 3 | + |
| 4 | + <path id="unit.test.bundles"> |
| 5 | + <pathelement location="../org.springframework.instrument"/> |
| 6 | + <pathelement location="../org.springframework.instrument.tomcat"/> |
| 7 | + <pathelement location="../org.springframework.core"/> |
| 8 | + <pathelement location="../org.springframework.expression"/> |
| 9 | + <pathelement location="../org.springframework.beans"/> |
| 10 | + <pathelement location="../org.springframework.aop"/> |
| 11 | + <pathelement location="../org.springframework.context"/> |
| 12 | + <pathelement location="../org.springframework.transaction"/> |
| 13 | + <pathelement location="../org.springframework.oxm"/> |
| 14 | + <pathelement location="../org.springframework.jms"/> |
| 15 | + <pathelement location="../org.springframework.jdbc"/> |
| 16 | + <pathelement location="../org.springframework.web"/> |
| 17 | + <pathelement location="../org.springframework.orm"/> |
| 18 | + <pathelement location="../org.springframework.context.support"/> |
| 19 | + <pathelement location="../org.springframework.aspects"/> |
| 20 | + <pathelement location="../org.springframework.web.servlet"/> |
| 21 | + <pathelement location="../org.springframework.web.portlet"/> |
| 22 | + <pathelement location="../org.springframework.test"/> |
| 23 | + <pathelement location="../org.springframework.web.struts"/> |
| 24 | + </path> |
| 25 | + |
| 26 | + <path id="bundles"> |
| 27 | + <pathelement location="../org.springframework.spring-parent"/> |
| 28 | + <pathelement location="../org.springframework.asm"/> |
| 29 | + <path refid="unit.test.bundles" /> |
| 30 | + <pathelement location="../org.springframework.integration-tests"/> |
| 31 | + <pathelement location="../org.springframework.spring-library"/> |
| 32 | + </path> |
| 33 | + |
| 34 | + <property file="${basedir}/../build.properties"/> |
| 35 | + <import file="${basedir}/package-top-level.xml"/> |
| 36 | + <import file="${basedir}/publish-top-level.xml"/> |
| 37 | + <import file="${basedir}/publish-documentation.xml"/> |
| 38 | + <import file="${basedir}/../spring-build/multi-bundle/default.xml"/> |
| 39 | + |
| 40 | + <target name="precommit" depends="clean, clean-integration, test"/> |
| 41 | + |
| 42 | + <presetdef name="javadoc.links"> |
| 43 | + <javadoc> |
| 44 | + <link href="http://download.oracle.com/javase/6/docs/api"/> |
| 45 | + <link href="http://download.oracle.com/javaee/6/api"/> |
| 46 | + <link href="http://aopalliance.sourceforge.net/doc"/> |
| 47 | + <!-- Caucho Burlap/Hessian --> |
| 48 | + <link href="http://cglib.sourceforge.net/apidocs"/> |
| 49 | + <!-- EasyMock --> |
| 50 | + <link href="http://ehcache.sourceforge.net/apidocs"/> |
| 51 | + <link href="http://freemarker.sourceforge.net/docs/api/"/> |
| 52 | + <link href="http://docs.jboss.org/hibernate/core/3.6/javadocs/"/> |
| 53 | + <!-- iBATIS --> |
| 54 | + <!-- iText --> |
| 55 | + <!-- Commons Attributes --> |
| 56 | + <link href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/"/> |
| 57 | + <link href="http://jakarta.apache.org/commons/dbcp/apidocs/"/> |
| 58 | + <link href="http://jakarta.apache.org/commons/fileupload/apidocs/"/> |
| 59 | + <link href="http://jakarta.apache.org/commons/httpclient/apidocs/"/> |
| 60 | + <link href="http://jakarta.apache.org/commons/logging/apidocs/"/> |
| 61 | + <link href="http://jakarta.apache.org/commons/pool/apidocs/"/> |
| 62 | + <!-- JasperReports --> |
| 63 | + <!-- JDO --> |
| 64 | + <!-- JMX --> |
| 65 | + <!-- JOTM --> |
| 66 | + <!-- JPA --> |
| 67 | + <!-- JSF --> |
| 68 | + <link href="http://junit.sourceforge.net/javadoc_40/"/> |
| 69 | + <link href="http://logging.apache.org/log4j/docs/api/"/> |
| 70 | + <link href="http://jakarta.apache.org/regexp/apidocs/"/> |
| 71 | + <link href="http://jakarta.apache.org/poi/apidocs/"/> |
| 72 | + <link href="http://portals.apache.org/pluto/portlet-1.0-apidocs/"/> |
| 73 | + <link href="http://www.quartz-scheduler.org/api/2.1.0/"/> |
| 74 | + <link href="http://struts.apache.org/struts-doc-1.2.9/api/"/> |
| 75 | + <link href="http://java.sun.com/javase/6/docs/jre/api/net/httpserver/spec/"/> |
| 76 | + <link href="http://tiles.apache.org/framework/apidocs/"/> |
| 77 | + <link href="http://velocity.apache.org/engine/devel/apidocs/"/> |
| 78 | + </javadoc> |
| 79 | + </presetdef> |
| 80 | + |
| 81 | +</project> |
0 commit comments