bodewig 2003/12/15 01:00:32
Modified: src/documentation/content/xdocs/metadata practices.xml
Log:
Some corrections
Revision Changes Path
1.4 +3 -3
jakarta-gump/src/documentation/content/xdocs/metadata/practices.xml
Index: practices.xml
===================================================================
RCS file:
/home/cvs/jakarta-gump/src/documentation/content/xdocs/metadata/practices.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- practices.xml 15 Dec 2003 08:50:52 -0000 1.3
+++ practices.xml 15 Dec 2003 09:00:32 -0000 1.4
@@ -25,7 +25,7 @@
<section><title>Ant</title>
<section><title>Selecting a minimal target</title>
<p>Select an ant target (from your build) that minimally
compiles the code, and creates output jars.
- Try to avoid targets the do full distributions (in
numerous formats), or does unnecessary work like
+ Try to avoid targets that create full distributions
(in numerous formats), or perform unnecessary work like
javadoc generation.
</p>
<p>For your *-test project (see 'Separate Test Project') do
unit tests only.</p>
@@ -62,12 +62,12 @@
compilation/archive & the other (named
<em>your-project</em><strong>-test</strong>) that
just runs unit tests.
</p>
- <p>This require only the second to depend upon <em>junit</em>, say
& reduces the dependencies
+ <p>This requires only the second to depend upon <em>junit</em>, say
& reduces the dependencies
of the first.
</p>
<p>This allows downstream dependees to select which of your projects
they wish to depend upon. If they depend upon
<em>your-project</em> (and <strong>perhaps optionally</strong>
on <em>your-project-test</em>) then
- if some obscure unit test fails still get Gumped & don't
mis a run.</p>
+ if some obscure unit test fails they still get Gumped &
don't miss a run.</p>
</section>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]