Added the Spring Framework reference documentation

This commit is contained in:
Thomas Risberg
2009-03-18 20:00:49 +00:00
parent d4ba002b00
commit abbdc1144a
91 changed files with 51186 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="spring-framework-reference" default="doc">
<property name="doc.type" value="reference"/>
<property name="docbook.build.dir" value="${basedir}"/>
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../spring-build/docbook/default.xml"/>
</project>