updated module list

master
Juergen Hoeller 16 years ago
parent d2bcdc655d
commit af62da8c45
  1. 40
      build-spring-framework/build.xml

@ -1,16 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="build-spring-webflow" default="precommit"> <project name="build-spring-webflow" default="precommit">
<path id="bundles"> <path id="bundles">
<pathelement location="../org.springframework.core"/> <pathelement location="../org.springframework.agent"/>
<pathelement location="../org.springframework.expression"/> <pathelement location="../org.springframework.core"/>
</path> <pathelement location="../org.springframework.expression"/>
<pathelement location="../org.springframework.beans"/>
<property file="${basedir}/../build.properties"/> <pathelement location="../org.springframework.aop"/>
<import file="${basedir}/package-top-level.xml"/> <pathelement location="../org.springframework.context"/>
<import file="${basedir}/publish-top-level.xml"/> <pathelement location="../org.springframework.transaction"/>
<import file="${basedir}/../spring-build/multi-bundle/default.xml"/> <pathelement location="../org.springframework.jdbc"/>
<pathelement location="../org.springframework.web"/>
<target name="precommit" depends="clean,clean-integration,jar,test"/> <pathelement location="../org.springframework.orm"/>
</path>
</project>
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/package-top-level.xml"/>
<import file="${basedir}/publish-top-level.xml"/>
<import file="${basedir}/../spring-build/multi-bundle/default.xml"/>
<target name="precommit" depends="clean,clean-integration,jar,test"/>
</project>

Loading…
Cancel
Save