Fix .integration-tests build path errors
Add .expression as a build path dependency to satisfy imports in Spr7538Tests.java git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3799 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
65d303feaa
commit
258a40a209
|
|
@ -10,6 +10,7 @@
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.context"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.context"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.context.support"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.context.support"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.core"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.core"/>
|
||||||
|
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.expression"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.jdbc"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.jdbc"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.jms"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.jms"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.orm"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.orm"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue