tcopeland 02/03/07 17:14:24
Modified: xdocs build-file.xml
Log:
Minor edits.
Revision Changes Path
1.9 +3 -3 jakarta-turbine-maven/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build-file.xml 5 Mar 2002 16:21:47 -0000 1.8
+++ build-file.xml 8 Mar 2002 01:14:24 -0000 1.9
@@ -14,7 +14,7 @@
manage projects that have been described with a valid Maven <a
href="project-descriptor.html">project descriptor</a>.
The build files that Maven <a href="getting-started.html">
- generates</a> are stored in the <code>maven</code> to avoid
+ generates</a> are stored in the <code>maven</code> directory to avoid
clobbering project-specific build files.
</p>
<p>
@@ -42,7 +42,7 @@
delegators to these Maven-provided targets in your project's
main build file. This will enable you to use your existing
build file with the additional Maven functionality. For
- example, you could add the following to your build.xml file to
+ example, you could add the following to your <code>build.xml</code> file to
Maven:
</p>
<source><![CDATA[
@@ -501,7 +501,7 @@
<subsection name="maven:test">
<p>
The <code>maven:test</code> target executes all of the unit tests
- (junit) and run-time tests of the project. First, the source
+ (JUnit) and run-time tests of the project. First, the source
for all of the tests is compiled. The location of the test
source code is determined from the
<a
href="project-descriptor.html#testSourceDirectories"><code>testSourceDirectories</code></a>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>