Updated to use new publish-package target
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="${basedir}/package-top-level.xml"/>
|
||||
<import file="${basedir}/publish-top-level.xml"/>
|
||||
<import file="../spring-build/multi-bundle/default.xml"/>
|
||||
|
||||
|
||||
|
||||
6
build-spring-integration/publish-top-level.xml
Normal file
6
build-spring-integration/publish-top-level.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="package-top-level">
|
||||
|
||||
<target name="publish" depends="multi-bundle.publish, publish-package"/>
|
||||
|
||||
</project>
|
||||
@@ -1,5 +1,6 @@
|
||||
version=1.0.0
|
||||
release.type=integration
|
||||
natural.name=spring-integration
|
||||
project.key=INT
|
||||
ivy.cache.dir=${basedir}/../ivy-cache
|
||||
integration.repo.dir=${basedir}/../integration-repo
|
||||
|
||||
Reference in New Issue
Block a user