Files
spring-framework/org.springframework.integration-tests/build.xml
Costin Leau 0fd4a45070 + upgrade to AspectJ 1.6.8
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
2010-02-04 11:46:21 +00:00

10 lines
360 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.integration-tests">
<property file="${basedir}/../build.properties"/>
<property file="${basedir}/../build.versions"/>
<import file="${basedir}/../spring-build/standard/default.xml"/>
<target name="publish" description="Publishes all artifacts to remote repositories"/>
</project>