cvs commit: jakarta-oro COMPILE
[email protected] 29 Dec 2003 03:57:45 -0000
| Newsgroups | gmane.comp.jakarta.oro.devel |
|---|---|
| Message-ID | <[email protected]> |
dfs 2003/12/28 19:57:45 Modified: . COMPILE Log: Added a note reminding developers to check in artifacts under the docs/ tree when they change. Revision Changes Path 1.4 +13 -1 jakarta-oro/COMPILE Index: COMPILE =================================================================== RCS file: /home/cvs/jakarta-oro/COMPILE,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- COMPILE 4 Apr 2002 18:43:57 -0000 1.3 +++ COMPILE 29 Dec 2003 03:57:45 -0000 1.4 @@ -32,3 +32,15 @@ To build only the javadocs use: ant javadocs + +NOTE FOR DEVELOPERS +------------------- + +As of 2003/12/28, all generated documentation under the docs/ tree is +stored in CVS. This is done so that the infrastructure team can +regenerate project pages without having to build individual software +distributions. Therefore, after you make changes in xdocs or update +the demo applet, you must do a checkin of any updated or new artifacts +in the docs/ tree. First do an 'ant docs' and then do the requisite +checkins. +