Merge pull request #54 from mminella/BATCH-1897

BATCH-1897: Removed unused ant support
This commit is contained in:
Michael Minella
2012-10-05 08:56:50 -07:00
7 changed files with 0 additions and 178 deletions

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.batch.core">
<property file="${basedir}/../build.properties" />
<import file="${basedir}/../build-spring-batch/package-bundle.xml"/>
</project>

View File

@@ -1,52 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
version="1.3">
<info organisation="org.springframework.batch" module="${ant.project.name}">
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
<ivyauthor name="Dave Syer"/>
</info>
<configurations>
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/>
</configurations>
<publications>
<artifact name="${ant.project.name}" />
<artifact name="${ant.project.name}-sources" type="src" ext="jar" />
</publications>
<dependencies>
<dependency org="org.springframework.batch" name="org.springframework.batch.infrastructure" rev="latest.integration" conf="compile->runtime,provided"/>
<dependency org="org.objectweb.asm" name="com.springsource.org.objectweb.asm.commons" rev="2.2.3" conf="optional->runtime,provided"/>
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="test->runtime,provided"/>
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.io" rev="1.4.0" conf="test->runtime,provided"/>
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.lang" rev="2.1.0" conf="compile->runtime,provided"/>
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.4.0" conf="test->runtime,provided"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.10" conf="test->runtime,provided"/>
<dependency org="org.aspectj" name="com.springsource.org.aspectj.runtime" rev="1.5.4" conf="compile->runtime,provided"/>
<dependency org="org.aspectj" name="com.springsource.org.aspectj.weaver" rev="1.5.4" conf="compile->runtime,provided"/>
<dependency org="net.sourceforge.cglib" name="com.springsource.net.sf.cglib" rev="2.1.3" conf="test->runtime,provided"/>
<dependency org="com.thoughtworks.xstream" name="com.springsource.com.thoughtworks.xstream" rev="1.3.0" conf="compile->runtime,provided"/>
<dependency org="org.codehaus.jettison" name="com.springsource.org.codehaus.jettison" rev="1.0.0" conf="compile->runtime,provided"/>
<dependency org="org.eclipse.osgi" name="org.eclipse.osgi" rev="3.4.2.R34x_v20080826-1230" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="3.1.2.RELEASE" conf="compile->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.beans" rev="3.1.2.RELEASE" conf="compile->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.context" rev="3.1.2.RELEASE" conf="compile->runtime,provided">
<exclude org="com.oracle.oc4j" module="com.springsource.oracle.classloader"/>
</dependency>
<dependency org="org.springframework" name="org.springframework.core" rev="3.1.2.RELEASE" conf="compile->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.retry" rev="1.0.2.RELEASE" conf="compile->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.jdbc" rev="3.1.2.RELEASE" conf="optional->runtime,provided"/>
<dependency org="org.springframework.osgi" name="org.springframework.osgi.core" rev="1.1.2.B" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.retry" rev="1.0.2.RELEASE" conf="compile->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.test" rev="3.1.2.RELEASE" conf="test->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="3.1.2.RELEASE" conf="compile->runtime,provided"/>
<dependency org="javax.annotation" name="com.springsource.javax.annotation" rev="1.0.0" conf="test->runtime,provided"/>
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15" conf="optional->runtime,provided"/>
</dependencies>
</ivy-module>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.batch.infrastructure">
<property file="${basedir}/../build.properties" />
<import file="${basedir}/../build-spring-batch/package-bundle.xml"/>
</project>

View File

@@ -1,53 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
version="1.3">
<info organisation="org.springframework.batch" module="${ant.project.name}">
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
<ivyauthor name="Dave Syer"/>
</info>
<configurations>
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/>
</configurations>
<publications>
<artifact name="${ant.project.name}" />
<artifact name="${ant.project.name}-sources" type="src" ext="jar" />
</publications>
<dependencies>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.10" conf="test->runtime,provided"/>
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.4.0" conf="test->runtime,provided"/>
<dependency org="org.aspectj" name="com.springsource.org.aspectj.runtime" rev="1.5.4" conf="test->runtime,provided"/>
<dependency org="org.aspectj" name="com.springsource.org.aspectj.weaver" rev="1.5.4" conf="test->runtime,provided"/>
<dependency org="net.sourceforge.cglib" name="com.springsource.net.sf.cglib" rev="2.1.3" conf="optional->runtime,provided"/>
<dependency org="javax.jms" name="com.springsource.javax.jms" rev="1.1.0" conf="optional->runtime,provided"/>
<dependency org="javax.mail" name="com.springsource.javax.mail" rev="1.4.1" conf="optional->runtime,provided"/>
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="compile->runtime,provided"/>
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.lang" rev="2.1.0" conf="optional->runtime,provided"/>
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.io" rev="1.4.0" conf="test->runtime,provided"/>
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="test->runtime,provided"/>
<dependency org="org.codehaus.jackson" name="com.springsource.org.codehaus.jackson.mapper" rev="1.0.0" conf="optional->compile"/>
<dependency org="org.hibernate" name="com.springsource.org.hibernate" rev="3.2.6.ga" conf="optional->runtime,provided"/>
<dependency org="org.hibernate" name="com.springsource.org.hibernate.ejb" rev="3.3.2.GA" conf="optional->runtime,provided"/>
<dependency org="org.hibernate" name="com.springsource.org.hibernate.annotations" rev="3.3.1.ga" conf="optional->runtime,provided"/>
<dependency org="javax.transaction" name="com.springsource.javax.transaction" rev="1.1.0" conf="optional->runtime,provided"/>
<dependency org="org.apache.ibatis" name="com.springsource.com.ibatis" rev="2.3.0.677" conf="optional->runtime,provided"/>
<dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.oxm" rev="3.0.7" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="3.1.2.RELEASE" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.context.support" rev="3.1.2.RELEASE" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.core" rev="3.1.2.RELEASE" conf="compile->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.jdbc" rev="3.1.2.RELEASE" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.jms" rev="3.1.2.RELEASE" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.orm" rev="3.1.2.RELEASE" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.test" rev="3.1.2.RELEASE" conf="test->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="3.1.2.RELEASE" conf="optional->runtime,provided"/>
<dependency org="org.springframework" name="org.springframework.retry" rev="1.0.2.RELEASE" conf="compile->runtime,provided"/>
</dependencies>
</ivy-module>

View File

@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.batch.parent" xmlns:maven="antlib:org.apache.maven.artifact.ant">
<property file="${basedir}/../build.properties" />
<import file="${basedir}/../build-spring-batch/package-bundle.xml"/>
<target name="publish-maven-central" depends="maven.init">
<property name="maven.central.repository" value="s3://maven.springframework.org/${adjusted.release.type}"/>
<maven:deploy>
<remoteRepository url="${maven.central.repository}">
<authentication username="${accessKey}" passphrase="${secretKey}"/>
</remoteRepository>
<pom file="pom.xml"/>
</maven:deploy>
</target>
</project>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.batch.test">
<property file="${basedir}/../build.properties" />
<import file="${basedir}/../build-spring-batch/package-bundle.xml"/>
</project>

View File

@@ -1,35 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
version="1.3">
<info organisation="org.springframework.batch" module="${ant.project.name}">
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0" />
<ivyauthor name="Dave Syer" />
</info>
<configurations>
<include file="${spring.build.dir}/common/default-ivy-configurations.xml" />
</configurations>
<publications>
<artifact name="${ant.project.name}" />
<artifact name="${ant.project.name}-sources" type="src" ext="jar" />
</publications>
<dependencies>
<dependency org="org.springframework.batch" name="org.springframework.batch.core" rev="latest.integration"
conf="compile->runtime,provided" />
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.10" conf="compile->runtime,provided" />
<dependency org="org.springframework" name="org.springframework.test" rev="3.1.2.RELEASE" conf="compile->runtime,provided" />
<dependency org="org.springframework" name="org.springframework.jdbc" rev="3.1.2.RELEASE" conf="compile->runtime,provided" />
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.io" rev="1.4.0"
conf="compile->runtime,provided" />
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.dbcp" rev="1.2.2.osgi"
conf="compile->runtime,provided" />
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="test->runtime,provided" />
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.collections" rev="3.2.0"
conf="compile->runtime,provided" />
</dependencies>
</ivy-module>