You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/04/01 21:19:46 UTC

svn commit: r390735 - /jakarta/velocity/engine/trunk/xdocs/build.xml

Author: henning
Date: Sat Apr  1 11:19:46 2006
New Revision: 390735

URL: http://svn.apache.org/viewcvs?rev=390735&view=rev
Log:
Remove all tags and attributes that are illegal according to the xdoc DTD from the maven-xdoc-plugin

Modified:
    jakarta/velocity/engine/trunk/xdocs/build.xml

Modified: jakarta/velocity/engine/trunk/xdocs/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/velocity/engine/trunk/xdocs/build.xml?rev=390735&r1=390734&r2=390735&view=diff
==============================================================================
--- jakarta/velocity/engine/trunk/xdocs/build.xml (original)
+++ jakarta/velocity/engine/trunk/xdocs/build.xml Sat Apr  1 11:19:46 2006
@@ -9,7 +9,7 @@
 
 <body>
 
-<section name="Installation" href="Installation">
+<section name="Installation">
 
 <p>
 Velocity runs on a variety of platforms that have installed the Java 2
@@ -47,7 +47,7 @@
 
 </section>
 
-<section name="Building" href="Building">
+<section name="Building">
 
 <p>
 To make building Velocity easy and consistant, we require a Jakarta project
@@ -67,7 +67,7 @@
 </p>
 
 <p>
-Change to the <filename>build</filename> directory (<code>cd
+Change to the <b>build</b> directory (<code>cd
 build</code>). Then, to build the jar file, simply type:
 </p>
 
@@ -76,13 +76,13 @@
 ]]></source>
 
 <p>
-Executing this script will create a <filename>bin</filename> directory
-within the Velocity distribution directory. The <filename>bin</filename>
+Executing this script will create a <b>bin</b> directory
+within the Velocity distribution directory. The <b>bin</b>
 directory will contain the compiled class files (inside a
-<filename>classes</filename> directory) as well as a
-<filename>velocity-XX.jar</filename> file, where XX is the current
+<b>classes</b> directory) as well as a
+<b>velocity-XX.jar</b> file, where XX is the current
 version number. Be sure to update your classpath to include Velocity's
-<filename>.jar</filename> file.
+<b>.jar</b> file.
 </p>
 
 <p>
@@ -206,7 +206,7 @@
 
 </section>
 
-<section name="Testing Your Installation" href="TestingYourInstallation">
+<section name="Testing Your Installation">
 
 <p>
 The Velocity developers use an automated test facility, and it is
@@ -216,7 +216,7 @@
 
 <p>
 To run the test suite, simply use the build target
-<filename>test</filename> when you build :
+<b>test</b> when you build :
 </p>
 <source><![CDATA[
 ant test



---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org