提交 1305d6ac 编写于 作者: B Ben Hale

Separated out unit test projects

上级 265b8201
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="build-spring-framework" default="precommit"> <project name="build-spring-framework" default="precommit">
<path id="bundles"> <path id="unit.test.bundles">
<pathelement location="../org.springframework.spring-parent"/>
<pathelement location="../org.springframework.instrument"/> <pathelement location="../org.springframework.instrument"/>
<pathelement location="../org.springframework.instrument.tomcat"/> <pathelement location="../org.springframework.instrument.tomcat"/>
<pathelement location="../org.springframework.asm"/>
<pathelement location="../org.springframework.core"/> <pathelement location="../org.springframework.core"/>
<pathelement location="../org.springframework.expression"/> <pathelement location="../org.springframework.expression"/>
<pathelement location="../org.springframework.beans"/> <pathelement location="../org.springframework.beans"/>
...@@ -23,8 +21,14 @@ ...@@ -23,8 +21,14 @@
<pathelement location="../org.springframework.web.portlet"/> <pathelement location="../org.springframework.web.portlet"/>
<pathelement location="../org.springframework.test"/> <pathelement location="../org.springframework.test"/>
<pathelement location="../org.springframework.web.struts"/> <pathelement location="../org.springframework.web.struts"/>
<pathelement location="../org.springframework.spring-library"/> </path>
<path id="bundles">
<pathelement location="../org.springframework.spring-parent"/>
<pathelement location="../org.springframework.asm"/>
<path refid="unit.test.bundles" />
<pathelement location="../org.springframework.integration-tests"/> <pathelement location="../org.springframework.integration-tests"/>
<pathelement location="../org.springframework.spring-library"/>
</path> </path>
<property file="${basedir}/../build.properties"/> <property file="${basedir}/../build.properties"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册