Changed order of modules
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@145 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
6c73f95dbc
commit
197577f980
|
|
@ -10,9 +10,9 @@
|
||||||
<pathelement location="../org.springframework.context"/>
|
<pathelement location="../org.springframework.context"/>
|
||||||
<pathelement location="../org.springframework.transaction"/>
|
<pathelement location="../org.springframework.transaction"/>
|
||||||
<pathelement location="../org.springframework.jdbc"/>
|
<pathelement location="../org.springframework.jdbc"/>
|
||||||
|
<pathelement location="../org.springframework.web"/>
|
||||||
<pathelement location="../org.springframework.orm"/>
|
<pathelement location="../org.springframework.orm"/>
|
||||||
<pathelement location="../org.springframework.context.support"/>
|
<pathelement location="../org.springframework.context.support"/>
|
||||||
<pathelement location="../org.springframework.web"/>
|
|
||||||
<pathelement location="../org.springframework.web.servlet"/>
|
<pathelement location="../org.springframework.web.servlet"/>
|
||||||
<pathelement location="../org.springframework.web.portlet"/>
|
<pathelement location="../org.springframework.web.portlet"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue