Move ivy build to conventional location

This commit is contained in:
dsyer
2009-05-28 12:24:16 +00:00
parent e6462c47bb
commit cfb9d16d39
8 changed files with 8 additions and 5 deletions

View File

@@ -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"/>

View File

@@ -1,3 +1,3 @@
version=2.0.0
version=2.0.1
integration.repo.dir=${basedir}/../integration-repo
ivy.cache.dir=${basedir}/../ivy-cache

View File

@@ -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>

View File

@@ -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>

View File

@@ -0,0 +1,3 @@
#Wed May 27 18:05:53 BST 2009
eclipse.preferences.version=1
org.springframework.ide.eclipse.beans.core.ignoreMissingNamespaceHandler=false

View File

@@ -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>