DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39796>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39796





------- Additional Comments From [EMAIL PROTECTED]  2006-09-01 13:05 -------
Created an attachment (id=18800)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18800&action=view)
a list of renamed usecases for automated testing of your custom code

the file contains a list of all renamed modules. to ease the task of adapting
your your custom code, the following shell snippet will spit out all
occurrences of the old usecase names (for those blessed with a decent shell):
for i in `cat renamed-usecases.txt` ; do echo "### checking for occurrences of
\"$i\":" ;  grep -ri --exclude "*.svn*" --exclude "*entries" --exclude "*~"
--exclude "*orig" --exclude "*rej" "$i" * ; done | less

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to