Files
spring-batch/core/.project
2007-08-15 20:04:43 +00:00

33 lines
951 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>batch-core</name>
<comment>Simple container application for batch processing, using the
Spring Batch Framework to express a domain of Jobs, Steps,
Chunks, etc.</comment>
<projects>
<project>batch-infrastructure</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
</natures>
</projectDescription>