Browse Source

Added other modules to build

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@141 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 18 years ago
parent
commit
6ea2749147
  1. 7
      build-spring-framework/build.xml

7
build-spring-framework/build.xml

@ -2,7 +2,7 @@
<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.instrument"/>
<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.beans"/>
@ -10,8 +10,11 @@
<pathelement location="../org.springframework.context"/> <pathelement location="../org.springframework.context"/>
<pathelement location="../org.springframework.transaction"/> <pathelement location="../org.springframework.transaction"/>
<pathelement location="../org.springframework.jdbc"/> <pathelement location="../org.springframework.jdbc"/>
<pathelement location="../org.springframework.web"/>
<pathelement location="../org.springframework.orm"/> <pathelement location="../org.springframework.orm"/>
<pathelement location="../org.springframework.context.support"/>
<pathelement location="../org.springframework.web"/>
<pathelement location="../org.springframework.web.servlet"/>
<pathelement location="../org.springframework.web.portlet"/>
</path> </path>
<property file="${basedir}/../build.properties"/> <property file="${basedir}/../build.properties"/>

Loading…
Cancel
Save