Oops. Sorry about that. After running the trim whitespace task I kept getting a situation with mixed line endings in a couple of files which was confusing Eclipse and led to the commit being rejected by svn. I had to manually fix the line ending issue, but although I thought I re-ran the trim whitespace job, I clearly didn't.
Chris On 17 September 2010 19:21, <[email protected]> wrote: > Author: gbrown > Date: Fri Sep 17 12:21:22 2010 > New Revision: 998093 > > URL: http://svn.apache.org/viewvc?rev=998093&view=rev > Log: > Trim whitespace. > > Modified: > > > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraAccordionSkin.java > > > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraListViewSkin.java > > > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSliderSkin.java > > > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java > > > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java > > > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarButtonSkin.java > > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ColorChooserButtonSkin.java > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuButtonSkin.java > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PushButtonSkin.java > > Modified: > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraAccordionSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraAccordionSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraAccordionSkin.java > (original) > +++ > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraAccordionSkin.java > Fri Sep 17 12:21:22 2010 > @@ -741,7 +741,7 @@ public class TerraAccordionSkin extends > * panel.<br> > * {...@link Modifier#ALT ALT} + {...@link KeyCode#DOWN DOWN} Select the > previous > * enabled panel. > - * > + * > * @see Platform#getCommandModifier() > */ > @Override > > Modified: > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraListViewSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraListViewSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraListViewSkin.java > (original) > +++ > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraListViewSkin.java > Fri Sep 17 12:21:22 2010 > @@ -985,11 +985,11 @@ public class TerraListViewSkin extends C > * mode is not {...@link SelectMode#NONE}<br> > * {...@link KeyCode#DOWN DOWN} Selects the next enabled list item when > select > * mode is not {...@link SelectMode#NONE}<p> > - * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#UP UP} Increases > the > - * selection size by including the previous enabled list item when > select > + * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#UP UP} Increases > the > + * selection size by including the previous enabled list item when > select > * mode is {...@link SelectMode#MULTI}<br> > * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#DOWN DOWN} > Increases > the > - * selection size by including the next enabled list item when select > mode > + * selection size by including the next enabled list item when select > mode > * is {...@link SelectMode#MULTI} > */ > @Override > > Modified: > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSliderSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSliderSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSliderSkin.java > (original) > +++ > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSliderSkin.java > Fri Sep 17 12:21:22 2010 > @@ -217,9 +217,9 @@ public class TerraSliderSkin extends Sli > } > > /** > - * {...@link KeyCode#LEFT LEFT} or {...@link KeyCode#DOWN DOWN} > Decrement > + * {...@link KeyCode#LEFT LEFT} or {...@link KeyCode#DOWN DOWN} > Decrement > * the slider's value.<br> > - * {...@link KeyCode#RIGHT RIGHT} or {...@link KeyCode#UP UP} > Increment > + * {...@link KeyCode#RIGHT RIGHT} or {...@link KeyCode#UP UP} > Increment > * the slider's value. > */ > @Override > > Modified: > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java > (original) > +++ > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java > Fri Sep 17 12:21:22 2010 > @@ -1303,10 +1303,10 @@ public class TerraTableViewSkin extends > * is not {...@link SelectMode#NONE}<br> > * {...@link KeyCode#DOWN DOWN} Selects the next enabled row when select > mode > * is not {...@link SelectMode#NONE}<p> > - * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#UP UP} Increases > the > + * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#UP UP} Increases > the > * selection size by including the previous enabled row when select > mode > * is {...@link SelectMode#MULTI}<br> > - * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#DOWN DOWN} > Increases > the > + * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#DOWN DOWN} > Increases > the > * selection size by including the next enabled row when select mode is > * {...@link SelectMode#MULTI} > */ > > Modified: > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java > (original) > +++ > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java > Fri Sep 17 12:21:22 2010 > @@ -1055,13 +1055,13 @@ public class TerraTextInputSkin extends > /** > * {...@link KeyCode#DELETE DELETE} Delete the character after the caret > or > * the entire selection if there is one.<br> > - * {...@link KeyCode#BACKSPACE BACKSPACE} Delete the character before the > + * {...@link KeyCode#BACKSPACE BACKSPACE} Delete the character before the > * caret or the entire selection if there is one.<p> > * {...@link KeyCode#HOME HOME} Move the caret to the beginning of the > text. > * <br> > - * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#META META} Move the > caret > + * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#META META} Move the > caret > * to the beginning of the text.<p> > - * {...@link KeyCode#HOME HOME} + {...@link Modifier#SHIFT SHIFT} Select > from > + * {...@link KeyCode#HOME HOME} + {...@link Modifier#SHIFT SHIFT} Select > from > * the caret to the beginning of the text.<br> > * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#META META} + > * {...@link Modifier#SHIFT SHIFT} Select from the caret to the beginning > of > @@ -1069,16 +1069,16 @@ public class TerraTextInputSkin extends > * {...@link KeyCode#END END} Move the caret to the end of the text.<br> > * {...@link KeyCode#RIGHT RIGHT} + {...@link Modifier#META META} Move the > caret > * to the end of the text.<p> > - * {...@link KeyCode#END END} + {...@link Modifier#SHIFT SHIFT} Select > from > the > + * {...@link KeyCode#END END} + {...@link Modifier#SHIFT SHIFT} Select > from > the > * caret to the end of the text.<br> > * {...@link KeyCode#RIGHT RIGHT} + {...@link Modifier#META META} + > * {...@link Modifier#SHIFT SHIFT} Select from the caret to the end of the > * text.<p> > - * {...@link KeyCode#LEFT LEFT} Clear the selection and move the caret > back > + * {...@link KeyCode#LEFT LEFT} Clear the selection and move the caret > back > * by one character.<br> > - * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#SHIFT SHIFT} Add the > + * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#SHIFT SHIFT} Add the > * previous character to the selection.<br> > - * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#CTRL CTRL} Clear the > + * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#CTRL CTRL} Clear the > * selection and move the caret to the beginning of the text.<br> > * {...@link KeyCode#LEFT LEFT} + {...@link Modifier#CTRL CTRL} + > * {...@link Modifier#SHIFT SHIFT} Add all preceding text to the > selection. > @@ -1087,13 +1087,13 @@ public class TerraTextInputSkin extends > * forward by one character.<br> > * {...@link KeyCode#RIGHT RIGHT} + {...@link Modifier#SHIFT SHIFT} Add > the > next > * character to the selection.<br> > - * {...@link KeyCode#RIGHT RIGHT} + {...@link Modifier#CTRL CTRL} Clear > the > + * {...@link KeyCode#RIGHT RIGHT} + {...@link Modifier#CTRL CTRL} Clear > the > * selection and move the caret to the end of the text.<br> > * {...@link KeyCode#RIGHT RIGHT} + {...@link Modifier#CTRL CTRL} + > * {...@link Modifier#SHIFT SHIFT} Add all subsequent text to the > selection. > * <p> > * CommandModifier + {...@link KeyCode#A A} Select all.<br> > - * CommandModifier + {...@link KeyCode#X X} Cut selection to clipboard > (if > + * CommandModifier + {...@link KeyCode#X X} Cut selection to clipboard > (if > * not a password TextInput).<br> > * CommandModifier + {...@link KeyCode#C C} Copy selection to clipboard > (if > * not a password TextInput).<br> > > Modified: > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java > (original) > +++ > pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java > Fri Sep 17 12:21:22 2010 > @@ -1749,10 +1749,10 @@ public class TerraTreeViewSkin extends C > * is not {...@link SelectMode#NONE}<br> > * {...@link KeyCode#DOWN DOWN} Selects the next enabled node when select > mode > * is not {...@link SelectMode#NONE}<p> > - * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#UP UP} Increases > the > - * selection size by including the previous enabled node when select > mode > + * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#UP UP} Increases > the > + * selection size by including the previous enabled node when select > mode > * is {...@link SelectMode#MULTI}<br> > - * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#DOWN DOWN} > Increases > the > + * {...@link Modifier#SHIFT SHIFT} + {...@link KeyCode#DOWN DOWN} > Increases > the > * selection size by including the next enabled node when select mode > is > * {...@link SelectMode#MULTI} > */ > > Modified: > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarButtonSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarButtonSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarButtonSkin.java > (original) > +++ pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarButtonSkin.java > Fri Sep 17 12:21:22 2010 > @@ -255,7 +255,7 @@ public abstract class CalendarButtonSkin > /** > * {...@link KeyCode#SPACE SPACE} Repaints the component to reflect the > pressed > * state. > - * > + * > * @see #keyReleased(Component, int, > * org.apache.pivot.wtk.Keyboard.KeyLocation) > */ > > Modified: > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ColorChooserButtonSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ColorChooserButtonSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ColorChooserButtonSkin.java > (original) > +++ > pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ColorChooserButtonSkin.java > Fri Sep 17 12:21:22 2010 > @@ -273,7 +273,7 @@ public abstract class ColorChooserButton > /** > * {...@link KeyCode#SPACE SPACE} Repaints the component to reflect the > pressed > * state. > - * > + * > * @see #keyReleased(Component, int, > * org.apache.pivot.wtk.Keyboard.KeyLocation) > */ > > Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuButtonSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuButtonSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuButtonSkin.java > (original) > +++ pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuButtonSkin.java Fri > Sep 17 12:21:22 2010 > @@ -166,7 +166,7 @@ public abstract class MenuButtonSkin ext > /** > * {...@link KeyCode#SPACE SPACE} Repaints the component to reflect the > pressed > * state. > - * > + * > * @see #keyReleased(Component, int, > * org.apache.pivot.wtk.Keyboard.KeyLocation) > */ > > Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PushButtonSkin.java > URL: > http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PushButtonSkin.java?rev=998093&r1=998092&r2=998093&view=diff > > ============================================================================== > --- pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PushButtonSkin.java > (original) > +++ pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PushButtonSkin.java Fri > Sep 17 12:21:22 2010 > @@ -82,7 +82,7 @@ public abstract class PushButtonSkin ext > /** > * {...@link KeyCode#SPACE SPACE} Repaints the component to reflect the > pressed > * state. > - * > + * > * @see #keyReleased(Component, int, > * org.apache.pivot.wtk.Keyboard.KeyLocation) > */ > > >
