Commit Graph

9 Commits

Author SHA1 Message Date
Juergen Hoeller 7d525d9382 fixed typo (SPR-6748)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2849 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-22 10:02:12 +00:00
Juergen Hoeller d5da512d1d fixed inaccuracies (SPR-6723, SPR-6725)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2846 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-20 22:19:13 +00:00
Juergen Hoeller 74217ea0b9 removed references to Perl5RegexpMethodPointcut (SPR-6721)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2838 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-20 09:24:31 +00:00
Arjen Poutsma 991f040948 Updated docbook files to use Docbook 4.5 DTDs, so it uses the locally cached versions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2617 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-10 15:22:55 +00:00
Chris Beams ef0c822610 updates made during my review of beans.xml:
* eliminated all usage of "the section entitled", because <xref> links already render including "the section called ".  This was resulting in sentences like 'see also the section entitled the section called "@Autowired"'. This issue affected nearly all sections of the documentation, so went beyond just beans.xml

* fixed table overflow in the "Using filters to customize scanning" section (approx. p.90)

* fixed all code overflows in <programlisting/> elements

* corrected a couple minor syntax errors with SpEL examples (missing closing braces)

* added 'language="..."' element to <programlisting> elements where appropriate to enable syntax highlighting.

* normalized all code indention to four-space (some code listings were using one- and two-space)

* updated all code listings to use same-line opening braces.

* eliminated section regarding backward compatibility with Spring DTDs and singleton=true|false.  This seems like cruft to me, and we shouldn't keep historical notes around forever.

* Added <note> regarding the new thread scope (SimpleThreadScope) to Section 3.5 Bean Scopes.  Also updated the section on registering a custom Scope implementation to use the SimpleThreadScope as an example.

* updated the new-in-3.xml section to improve the @Configuration example


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1790 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-31 05:36:34 +00:00
Thomas Risberg 65a8b3cd43 removed some instances of unnecessary <value></value> elements
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1434 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-26 03:37:18 +00:00
Thomas Risberg 8fe2a89d43 switched to use XInclude
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1001 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-14 21:37:40 +00:00
Thomas Risberg 8f20271be5 added language element to programlisting for syntax highlighting
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@947 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 13:38:36 +00:00
Thomas Risberg e2cb01c676 Added the Spring Framework reference documentation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@773 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-18 20:00:49 +00:00