Initial import of instrument.classloading module

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@168 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2008-10-28 14:06:51 +00:00
parent 7fc8382273
commit bb85ff6528
10 changed files with 395 additions and 0 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.instrument.classloading">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
<import file="${basedir}/../spring-build/standard/default.xml"/>
</project>