summaryrefslogtreecommitdiff
path: root/docs/ACE-guidelines.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 12:48:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 12:48:54 +0000
commit14aca54f66ac0e8ae60313a5783011b910a2cafc (patch)
tree4be2b431876da5d41073d10bc1fdaae1ec58ad7c /docs/ACE-guidelines.html
parent4ec41a64e09d1a3de5ede3ca18b91c7b853e2fe5 (diff)
downloadATCD-14aca54f66ac0e8ae60313a5783011b910a2cafc.tar.gz
ChangeLogTag: Mon Jul 12 07:48:04 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r--docs/ACE-guidelines.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 1d3e1df3c5e..845267803b1 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -977,7 +977,7 @@ bgcolor="#ffffff">
<ol>
<li>Test your change on at least one platform. All changes
<strong>must</strong> be tested with egcs before commiting.
- That means you may need to test on two platforms.<p>
+ That means you may need to test on at least two platforms.<p>
<li>Commit your change with a meaningful message.<p>
<li>An an entry to the appropriate ChangeLog. TAO and some
ACE subdirectories, such as <a href="../ASNMP">ASNMP</a>,
@@ -1005,7 +1005,9 @@ bgcolor="#ffffff">
Usage Guidelines</h3>
<ul>
<li>Always make sure that a change builds and executes correctly
- on at least one platform before checking it into the CVS repository.<p>
+ on at least one platform before checking it into the CVS repository.
+ All changes <strong>must</strong> be tested with egcs before commiting.
+ That means you may need to test on at least two platforms.<p>
</ul>