Tidy docos in archetype

This commit is contained in:
dsyer
2008-06-23 11:13:47 +00:00
parent 991334e221
commit a5d8bb9a95
3 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,17 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-archetypes</artifactId>
<packaging>pom</packaging>
<name>Samples-Archetypes-Parent</name>
<name>Samples Archetypes Parent</name>
<description>
<![CDATA[
Spring Batch archetypes are simple project templates containing just enough code
to get you started running a job. For more detailed examples of using particular
features of the framework, look at the Spring Batch Samples project. Currently the
archetypes are deployed as regular Maven projects (not archetypes), because of limitations
in the archetype plugin. For most effective use, copy one into Eclipse and use Q4E to manage
the dependencies.
]]>
</description>
<parent>
<groupId>org.springframework.batch</groupId>

View File

@@ -7,7 +7,6 @@
</configSuffixes>
<enableImports><![CDATA[false]]></enableImports>
<configs>
<config>src/main/resources/example/simpleJob.xml</config>
</configs>
<configSets>
</configSets>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>simple-cli-archetype</artifactId>
<packaging>jar</packaging>
<name>Spring Batch Simple Commandline-Archetype</name>
<name>Spring Batch Simple Commandline Archetype</name>
<parent>
<groupId>org.springframework.batch</groupId>