bodewig 2003/12/15 00:50:52
Modified: src/documentation/content/xdocs/metadata practices.xml
Log:
Some ispelling
Revision Changes Path
1.3 +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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- practices.xml 14 Dec 2003 17:57:39 -0000 1.2
+++ practices.xml 15 Dec 2003 08:50:52 -0000 1.3
@@ -12,7 +12,7 @@
<body>
- <section><title>Why good practiceis?</title>
+ <section><title>Why good practices?</title>
<p>There are a number of reasons why an optimal Gump Descriptor ought
be
a goal. Some are to be nice to Gump, and it's resources. Some
are so
Gump can be nice to your project.
@@ -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 uneccessary work like
+ Try to avoid targets the do full distributions (in
numerous formats), or does unnecessary work like
javadoc generation.
</p>
<p>For your *-test project (see 'Separate Test Project') do
unit tests only.</p>
@@ -62,7 +62,7 @@
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 dependenceis
+ <p>This require 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]