mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-08 19:42:48 +00:00
Update to Spring 1.2.5 including source for Eclipse users.
This commit is contained in:
parent
a5ffda7369
commit
bad67782a8
@ -30,8 +30,8 @@
|
|||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/resin/jars/resin-3.0.9.jar"/>
|
<classpathentry kind="var" path="MAVEN_REPO/resin/jars/resin-3.0.9.jar"/>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/retroweaver/jars/retroweaver-1.0fcs.jar"/>
|
<classpathentry kind="var" path="MAVEN_REPO/retroweaver/jars/retroweaver-1.0fcs.jar"/>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-1.2.2.jar"/>
|
<classpathentry sourcepath="/MAVEN_REPO/springframework/src/spring-1.2.5.jar" kind="var" path="MAVEN_REPO/springframework/jars/spring-1.2.5.jar"/>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/springframework/jars/spring-mock-1.2.2.jar"/>
|
<classpathentry sourcepath="/MAVEN_REPO/springframework/src/spring-1.2.5.jar" kind="var" path="MAVEN_REPO/springframework/jars/spring-mock-1.2.5.jar"/>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.9.jar"/>
|
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.9.jar"/>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/>
|
<classpathentry kind="var" path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/>
|
||||||
<classpathentry kind="var" path="MAVEN_REPO/aspectj/jars/aspectjrt-1.2.jar"/>
|
<classpathentry kind="var" path="MAVEN_REPO/aspectj/jars/aspectjrt-1.2.jar"/>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
*
|
*
|
||||||
* Copyright 2004 Acegi Technology Pty Limited
|
* Copyright 2004, 2005 Acegi Technology Pty Limited
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -259,7 +259,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>springframework</groupId>
|
<groupId>springframework</groupId>
|
||||||
<artifactId>spring</artifactId>
|
<artifactId>spring</artifactId>
|
||||||
<version>1.2.2</version>
|
<version>1.2.5</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://www.springframework.org</url>
|
<url>http://www.springframework.org</url>
|
||||||
<properties>
|
<properties>
|
||||||
@ -269,7 +269,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>springframework</groupId>
|
<groupId>springframework</groupId>
|
||||||
<artifactId>spring-mock</artifactId>
|
<artifactId>spring-mock</artifactId>
|
||||||
<version>1.2.2</version>
|
<version>1.2.5</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://www.springframework.org</url>
|
<url>http://www.springframework.org</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user