Move ivy build to conventional location
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="com.springsource.test.build" default="test">
|
||||
<project name="org.springframework.batch.build" default="test">
|
||||
|
||||
<path id="bundles">
|
||||
<pathelement location="${basedir}/../spring-batch-infrastructure"/>
|
||||
@@ -1,3 +1,3 @@
|
||||
version=2.0.0
|
||||
version=2.0.1
|
||||
integration.repo.dir=${basedir}/../integration-repo
|
||||
ivy.cache.dir=${basedir}/../ivy-cache
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
<project name="org.springframework.batch.core">
|
||||
|
||||
<property file="${basedir}/../build.properties" />
|
||||
<import file="${basedir}/../build-ivy/package-bundle.xml"/>
|
||||
<import file="${basedir}/../build-spring-batch/package-bundle.xml"/>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
<project name="org.springframework.batch.infrastructure">
|
||||
|
||||
<property file="${basedir}/../build.properties" />
|
||||
<import file="${basedir}/../build-ivy/package-bundle.xml"/>
|
||||
<import file="${basedir}/../build-spring-batch/package-bundle.xml"/>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#Wed May 27 18:05:53 BST 2009
|
||||
eclipse.preferences.version=1
|
||||
org.springframework.ide.eclipse.beans.core.ignoreMissingNamespaceHandler=false
|
||||
@@ -2,6 +2,6 @@
|
||||
<project name="org.springframework.batch.test">
|
||||
|
||||
<property file="${basedir}/../build.properties" />
|
||||
<import file="${basedir}/../build-ivy/package-bundle.xml"/>
|
||||
<import file="${basedir}/../build-spring-batch/package-bundle.xml"/>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user