Changed order of modules
This commit is contained in:
parent
564d4feba4
commit
ac0c289149
|
|
@ -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