Skip to content

Commit

Permalink
Start to refactor docs / dist into root
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Feb 19, 2009
1 parent 164ce4f commit c521cf3
Show file tree
Hide file tree
Showing 100 changed files with 34 additions and 114 deletions.
22 changes: 10 additions & 12 deletions archetypes/simple-cli/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
Manifest-Version: 1.0
Export-Package: example;version="2.0.0.CI-SNAPSHOT";uses:="org.springf
ramework.batch.item",test.jdbc.datasource;version="2.0.0.CI-SNAPSHOT"
;uses:="javax.sql,org.apache.commons.logging,org.springframework.bean
s.factory,org.springframework.core.io,org.springframework.transaction
,org.springframework.transaction.support"
Bundle-Classpath: .
Bundle-Version: 2.0.0.CI-SNAPSHOT
Built-By: dsyer
Build-Jdk: 1.6.0_10
Bundle-Name: Spring Batch Cammand Line Archetype
Bundle-ManifestVersion: 2
Archiver-Version: Plexus Archiver
Build-Jdk: 1.5.0_09
Built-By: dsyer
Created-By: Apache Maven
Bundle-SymbolicName: org.springframework.batch.archetype.simple.cli
Import-Package: javax.sql,org.apache.commons.io;version="[1.4.0, 2.0.0
)";resolution:=optional,org.apache.commons.logging;version="[1.1.0, 2
.0.0)",org.springframework.batch.core.job;version="[2.0.0, 3.0.0)",or
Expand All @@ -27,5 +19,11 @@ Import-Package: javax.sql,org.apache.commons.io;version="[1.4.0, 2.0.0
on="[2.5.5, 3.0.0)";resolution:=optional,org.springframework.transact
ion.support;version="[2.5.5, 3.0.0)";resolution:=optional,org.springf
ramework.util;version="[2.5.5, 3.0.0)";resolution:=optional
Archiver-Version: Plexus Archiver
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.springframework.batch.archetype.simple.cli
Export-Package: example;version="${version}";uses:="org.springframewor
k.batch.item",test.jdbc.datasource;version="${version}";uses:="javax.
sql,org.apache.commons.logging,org.springframework.core.io,org.spring
framework.transaction"
Bundle-Version: ${version}

2 changes: 1 addition & 1 deletion src/.project
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link>
<name>central-pom.xml</name>
<type>1</type>
<location>SPRING_BATCH/central-pom.xml</location>
<locationURI>SPRING_BATCH/central-pom.xml</locationURI>
</link>
<link>
<name>pom.xml</name>
Expand Down
4 changes: 2 additions & 2 deletions dist/src/assembly/docs.xml → src/assembly/docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<fileSets>
<fileSet>
<includes>
<include>license.txt</include>
<include>notice.txt</include>
<include>src/assembly/license.txt</include>
<include>src/assembly/notice.txt</include>
</includes>
</fileSet>
<fileSet>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions src/main/xsl/emma.xsl

This file was deleted.

81 changes: 0 additions & 81 deletions src/main/xsl/emma2html.xsl

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
20 changes: 20 additions & 0 deletions src/site/apt/reference/index.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
-----
Spring Batch Documentation
-----
Dave Syer
-----
Aug 2007
-----

Spring Batch Documentation

This is the home of the Spring Batch Reference Guide. This is where you can find out how to use Spring Batch and how the pieces fit together. For detailed descriptions of the individual classes in Spring Batch please refer to the {{{../apidocs/index.html}Javadocs}}. There is also a separate section of this web site for the {{{../org.springframework.batch.samples/index.html}Spring Batch Samples}}. If you want to get started quickly that might be a good place to start.

Use the links below to navigate to the HTML and PDF versions of the guide:

* {{{html/index.html}HTML}} format

* {{{html-single/index.html}HTML Single Page}}

* {{{pdf/spring-batch-docs.pdf}PDF}} format

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<menu name="Documentation" inherit="none">
<item name="Home" href="index.html"/>
<item name="Changelog" href="migration/index.html"/>
<item name="User Guide" href="org.springframework.batch.docs/index.html"/>
<item name="User Guide" href="reference/index.html"/>
<item name="Features" href="features.html"/>
<item name="Use Cases" href="cases/index.html"/>
<item name="Transactions" href="transactions.html"/>
Expand Down

0 comments on commit c521cf3

Please sign in to comment.