Its been restored. It doesn't look like any other .java files were accidentally removed. SVN is *very* handy in this type of situation. All I had to do was restore the version of the file using the revision of (r-1) where r = the revision where it was deleted[1].
Sean [1]svn copy -r 368671 https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/tomahawk/src/main/java/org/apache/myfaces/custom/jsliste ner/JsValueChangeListenerTag.java https://svn.apache.org/repos/asf/myfaces/tomah awk/trunk/tomahawk/src/main/java/org/apache/myfaces/custom/jslistener/JsValueCha ngeListenerTag.java -m "restoring after accidental delete" On 1/13/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > I see. Bruno got a little crazy removing the extraneous resources and > accidentally deleted a couple of .java files. I will restore them > shortly. > > Sean > > On 1/13/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: > > It is the current revision of the jslistener directory, 368672 (going from > > 366817). There probably hasn't been enough time for it to show in the > > archives. > > > > http://mail-archives.apache.org/mod_mbox/myfaces-commits/200601.mbox/thread?8 > > > > Dennis Byrne > > > > >-----Original Message----- > > >From: Sean Schofield [mailto:[EMAIL PROTECTED] > > >Sent: Friday, January 13, 2006 04:08 PM > > >To: 'MyFaces Development' > > >Subject: Re: jsvalueChangeListener deleted > > > > > >Can you identify the revision that caused it to be removed? If you > > >are subscribed to the myfaces commits list you can search that. I did > > >a brief search and didn't see it. If it was accidentally deleted we > > >can restore it with a bit of svn "magic." > > > > > >Sean > > > > > >On 1/13/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: > > >> Can someone restore the tag, component and renderer for this please :) ? > > >> > > >> Dennis Byrne > > >> > > >> > > >> > > > > > > > > > >
