changes for 1.2 M1 release packaging.

This commit is contained in:
markpollack
2008-08-04 20:14:18 +00:00
parent 651ab8ef8c
commit ec5b3278f7
51 changed files with 10928 additions and 28 deletions

View File

@@ -130,7 +130,7 @@
<para>Find below an example of the basic structure of XML-based
configuration metadata.</para>
<programlisting>&lt;objects xmlns="http://www.springframework.net"&gt;
<programlisting language="myxml">&lt;objects xmlns="http://www.springframework.net"&gt;
&lt;object id="..." type="..."&gt;
&lt;!-- collaborators and configuration for this object go here --&gt;