Upgraded Spring Security to version 2.0.2.A (INT-347).

This commit is contained in:
Mark Fisher
2008-08-19 14:03:28 +00:00
parent 947a0e546f
commit 8432e84e10
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.context/2.5.5.A/org.springframework.context-2.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.context/2.5.5.A/org.springframework.context-sources-2.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.core/2.5.5.A/org.springframework.core-2.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.core/2.5.5.A/org.springframework.core-sources-2.5.5.A.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.security/org.springframework.security/2.0.0.A/org.springframework.security-2.0.0.A.jar" sourcepath="/IVY_CACHE/org.springframework.security/org.springframework.security/2.0.0.A/org.springframework.security-sources-2.0.0.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.security/org.springframework.security/2.0.2.A/org.springframework.security-2.0.2.A.jar" sourcepath="/IVY_CACHE/org.springframework.security/org.springframework.security/2.0.2.A/org.springframework.security-sources-2.0.2.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.test/2.5.5.A/org.springframework.test-2.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.test/2.5.5.A/org.springframework.test-sources-2.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.transaction/2.5.5.A/org.springframework.transaction-2.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.transaction/2.5.5.A/org.springframework.transaction-sources-2.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.aop/2.5.5.A/org.springframework.aop-2.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.aop/2.5.5.A/org.springframework.aop-sources-2.5.5.A.jar"/>

View File

@@ -26,7 +26,7 @@
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.5.A" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.5.A" conf="compile->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.0.A" conf="compile->runtime"/>
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.2.A" conf="compile->runtime"/>
</dependencies>
</ivy-module>

View File

@@ -8,7 +8,7 @@ Import-Template:
org.springframework.util;version="[2.5.5.A, 3.0.0)",
org.springframework.aop.*;version="[2.5.5.A, 3.0.0)",
org.springframework.integration.*;version="[1.0.0, 1.0.1)",
org.springframework.security.*;version="[2.0.0.A, 3.0.0)",
org.springframework.security.*;version="[2.0.2.A, 3.0.0)",
org.aopalliance.*;version="[1.0.0,2.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)"
Unversioned-Imports: