Browse Source

updated module list

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@127 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Juergen Hoeller 18 years ago
parent
commit
6d29d0bf4b
  1. 40
      build-spring-framework/build.xml

40
build-spring-framework/build.xml

@ -1,16 +1,24 @@ @@ -1,16 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="build-spring-webflow" default="precommit">
<path id="bundles">
<pathelement location="../org.springframework.core"/>
<pathelement location="../org.springframework.expression"/>
</path>
<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>
<?xml version="1.0" encoding="UTF-8"?>
<project name="build-spring-webflow" default="precommit">
<path id="bundles">
<pathelement location="../org.springframework.agent"/>
<pathelement location="../org.springframework.core"/>
<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>
<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