Initial import of the aspects module

This commit is contained in:
Arjen Poutsma
2008-10-28 11:42:01 +00:00
parent 827916b8e9
commit 7d62aab6cc
15 changed files with 756 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.aspects">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
<import file="${basedir}/../spring-build/aspect/default.xml"/>
</project>