updated module list

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

@ -2,8 +2,16 @@
<project name="build-spring-webflow" default="precommit"> <project name="build-spring-webflow" default="precommit">
<path id="bundles"> <path id="bundles">
<pathelement location="../org.springframework.agent"/>
<pathelement location="../org.springframework.core"/> <pathelement location="../org.springframework.core"/>
<pathelement location="../org.springframework.expression"/> <pathelement location="../org.springframework.expression"/>
<pathelement location="../org.springframework.beans"/>
<pathelement location="../org.springframework.aop"/>
<pathelement location="../org.springframework.context"/>
<pathelement location="../org.springframework.transaction"/>
<pathelement location="../org.springframework.jdbc"/>
<pathelement location="../org.springframework.web"/>
<pathelement location="../org.springframework.orm"/>
</path> </path>
<property file="${basedir}/../build.properties"/> <property file="${basedir}/../build.properties"/>

Loading…
Cancel
Save