2008-10-23 18:17:23 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-10-27 21:41:19 +08:00
|
|
|
<project name="org.springframework.instrument">
|
2008-10-23 18:17:23 +08:00
|
|
|
<property file="${basedir}/../build.properties"/>
|
2010-02-04 19:46:21 +08:00
|
|
|
<property file="${basedir}/../build.versions"/>
|
2008-10-23 18:17:23 +08:00
|
|
|
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
|
|
|
|
|
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
|
|
|
|
</project>
|