Files
spring-batch/spring-batch-infrastructure/.project
lucasward d706b0c075 Correct root pom.xml to contain objectstyle.org repository, which is
necessary for the foundrylogic jar to get downloaded.
2007-12-10 22:04:46 +00:00

17 lines
638 B
XML

<projectDescription>
<name>spring-batch-infrastructure</name>
<comment>The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.</comment>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
</natures>
</projectDescription>