Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
This commit is contained in:
8
spring-batch-samples/src/site/apt/changelog.apt
Normal file
8
spring-batch-samples/src/site/apt/changelog.apt
Normal file
@@ -0,0 +1,8 @@
|
||||
Changelog: Spring Batch Samples
|
||||
|
||||
* 1.0-M2
|
||||
|
||||
** 2007/06/25
|
||||
|
||||
* Dave Syer: fixed xml sample by using scope="step" to control bean
|
||||
lifecycle and stimulte call to close().
|
||||
37
spring-batch-samples/src/site/site.xml
Normal file
37
spring-batch-samples/src/site/site.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Spring Batch: ${project.name}">
|
||||
|
||||
<bannerLeft>
|
||||
<name>Spring Batch: ${project.name}</name>
|
||||
</bannerLeft>
|
||||
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.3</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
|
||||
<links>
|
||||
<item name="Home" href="../index.html"/>
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</links>
|
||||
|
||||
<menu name="Reference Material">
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</menu>
|
||||
|
||||
<menu ref="reports"/>
|
||||
|
||||
</body>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user