Minor text tweaks.

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
crossley 2003-09-05 01:55:27 +00:00
parent 5769d5de07
commit 292fc88ae7

View File

@ -42,9 +42,7 @@ vi src/documentation/skinconf.xml
<title>Edit the content</title> <title>Edit the content</title>
<source><![CDATA[ <source><![CDATA[
vi src/documentation/content/xdocs/*.xml vi src/documentation/content/xdocs/*.xml
(DC already copied content from README.html) (DC already copied content from README.html and split it.)
vi src/documentation/content/xdocs/licenses.xml
(DC already copied content from README.txt and LICENSE.txt)
]]></source> ]]></source>
</section> </section>
@ -52,7 +50,8 @@ vi src/documentation/content/xdocs/licenses.xml
<title>Build it and view it</title> <title>Build it and view it</title>
<source><![CDATA[ <source><![CDATA[
cd /usr/local/cvs/xml-commons cd /usr/local/cvs/xml-commons
forrest ant
... this will build everything (website docs, javadocs, distribution)
mozilla file:///usr/local/cvs/xml-commons/build/site/index.html mozilla file:///usr/local/cvs/xml-commons/build/site/index.html
]]></source> ]]></source>
</section> </section>