updated spring-integration and spring version ranges in template.mf files, and also updated spring-ws to 1.5.7.A and spring-security to 2.0.5.RELEASE

This commit is contained in:
Mark Fisher
2009-08-03 22:44:27 +00:00
parent 87f4e1f3f4
commit ee25237f0b
20 changed files with 84 additions and 84 deletions

View File

@@ -16,7 +16,7 @@
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.transaction/3.0.0.CI-348/org.springframework.transaction-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.transaction/3.0.0.CI-348/org.springframework.transaction-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.security/org.springframework.security/2.0.4.A/org.springframework.security-2.0.4.A.jar" sourcepath="/IVY_CACHE/org.springframework.security/org.springframework.security/2.0.4.A/org.springframework.security-sources-2.0.4.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.security/org.springframework.security/2.0.5.RELEASE/org.springframework.security-2.0.5.RELEASE.jar" sourcepath="/IVY_CACHE/org.springframework.security/org.springframework.security/2.0.5.RELEASE/org.springframework.security-sources-2.0.5.RELEASE.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@@ -26,7 +26,7 @@
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="${spring.version}" conf="test->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.4.A" conf="compile->runtime">
<dependency org="org.springframework.security" name="org.springframework.security.core" rev="2.0.5.RELEASE" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
</dependencies>

View File

@@ -5,10 +5,10 @@ Bundle-ManifestVersion: 2
Import-Template:
org.aopalliance.*;version="[1.0.0, 2.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.aop.*;version="[2.5.6.A, 3.1.0)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.core;version="[2.5.6.A, 3.1.0)",
org.springframework.util.*;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.security.*;version="[2.0.4.A, 3.0.0)",
org.springframework.aop.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.security.*;version="[2.0.5.RELEASE, 3.0.0)",
org.w3c.dom.*;version="0"