Publishing changes

This commit is contained in:
Ben Hale
2008-10-30 16:31:54 +00:00
parent 100a80e112
commit 68db46605e
5 changed files with 57 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="build-spring-webflow" default="precommit">
<project name="build-spring-framework" default="precommit">
<path id="bundles">
<pathelement location="../org.springframework.instrument"/>
@@ -26,6 +26,6 @@
<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"/>
<target name="precommit" depends="clean,clean-integration,test"/>
</project>