Updated spring-build to r97 (0.10)
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
<pathelement location="../spring-integration-samples"/>
|
||||
</path>
|
||||
|
||||
<property name="integration.repo.dir" value="${basedir}/../integration-repo"/>
|
||||
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="../spring-build/multi-bundle/default.xml"/>
|
||||
|
||||
</project>
|
||||
3
build.properties
Normal file
3
build.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
version=0.5.0
|
||||
ivy.cache.dir=${basedir}/../ivy-cache
|
||||
integration.repo.dir=${basedir}/../integration-repo
|
||||
@@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="spring-integration-core">
|
||||
|
||||
<property name="version" value="0.5-SNAPSHOT"/>
|
||||
<property name="integration.repo.dir" value="${basedir}/../integration-repo"/>
|
||||
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="../spring-build/standard/default.xml"/>
|
||||
|
||||
</project>
|
||||
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="spring-integration-docs" default="reference">
|
||||
|
||||
<property name="integration.repo.dir" value="${basedir}/../integration-repo"/>
|
||||
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="../spring-build/documentation/default.xml"/>
|
||||
|
||||
</project>
|
||||
@@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="spring-integration-samples">
|
||||
|
||||
<property name="version" value="0.5-SNAPSHOT"/>
|
||||
<property name="integration.repo.dir" value="${basedir}/../integration-repo"/>
|
||||
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="../spring-build/standard/default.xml"/>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user