Initial move over from i21 repo.
This commit is contained in:
15
docs/src/site/apt/index.apt
Normal file
15
docs/src/site/apt/index.apt
Normal file
@@ -0,0 +1,15 @@
|
||||
-----
|
||||
Spring Batch Docsumentation
|
||||
-----
|
||||
Dave Syer
|
||||
-----
|
||||
Aug 2007
|
||||
-----
|
||||
|
||||
Spring Batch Documentation
|
||||
|
||||
If youare seeing this page you probably built Spring Batch from the
|
||||
SVN soure code. The real documentation is still work in progress
|
||||
and will be released here shortly. Meanwhile you can get the latest
|
||||
and greatest at the Spring Batch home page
|
||||
http://static.springframework.org/spring-batch/docs.
|
||||
28
docs/src/site/site.xml
Normal file
28
docs/src/site/site.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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="Project Documentation">
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</menu>
|
||||
${reports}
|
||||
</body>
|
||||
</project>
|
||||
Reference in New Issue
Block a user