You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/08/15 21:50:55 UTC

svn commit: r804520 [1/6] - in /incubator/pivot/trunk: charts/src/org/apache/pivot/charts/ charts/src/org/apache/pivot/charts/content/ charts/src/org/apache/pivot/charts/skin/ core/src/org/apache/pivot/beans/ core/src/org/apache/pivot/collections/ core...

Author: tvolkert
Date: Sat Aug 15 19:50:42 2009
New Revision: 804520

URL: http://svn.apache.org/viewvc?rev=804520&view=rev
Log:
PIVOT-223 :: Remove @author tags from source code

Modified:
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/AreaChartView.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/BarChartView.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/HighLowChartView.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/LineChartView.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/PieChartView.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/Provider.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ProviderNotFoundException.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Candlestick.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/CategorySeries.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Interval.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Point.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/ValueSeries.java
    incubator/pivot/trunk/charts/src/org/apache/pivot/charts/skin/ChartViewSkin.java
    incubator/pivot/trunk/core/src/org/apache/pivot/beans/BeanDictionary.java
    incubator/pivot/trunk/core/src/org/apache/pivot/beans/PropertyNotFoundException.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayQueue.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayStack.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Collection.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/EnumList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredListListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Group.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/List.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Map.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Queue.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Set.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/Stack.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedCollection.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedMap.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedQueue.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedSet.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedStack.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableMap.java
    incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableSet.java
    incubator/pivot/trunk/core/src/org/apache/pivot/io/FileFilterAdapter.java
    incubator/pivot/trunk/core/src/org/apache/pivot/io/FileList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/io/Folder.java
    incubator/pivot/trunk/core/src/org/apache/pivot/io/FolderListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/io/IOTask.java
    incubator/pivot/trunk/core/src/org/apache/pivot/serialization/BinarySerializer.java
    incubator/pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java
    incubator/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java
    incubator/pivot/trunk/core/src/org/apache/pivot/serialization/JSONSerializer.java
    incubator/pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java
    incubator/pivot/trunk/core/src/org/apache/pivot/serialization/SerializationException.java
    incubator/pivot/trunk/core/src/org/apache/pivot/serialization/Serializer.java
    incubator/pivot/trunk/core/src/org/apache/pivot/text/FileSizeFormat.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/Base64.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/CalendarDate.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/EmptyIterator.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/Filter.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/ImmutableIterator.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/ListenerList.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/MIMEType.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/Resources.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/Service.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/ThreadUtilities.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/Version.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/Vote.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/AbortException.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/Dispatcher.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/Task.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/TaskExecutionException.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/TaskGroup.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/TaskListener.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/TaskSequence.java
    incubator/pivot/trunk/core/src/org/apache/pivot/util/concurrent/TimeoutException.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/Clock.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/ClockDemo.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/dom/IMClient.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/CurrencyValidator.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/CustomTableRow.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/ExpenseType.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/RowEditorDemo.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/rss/NodeListAdapter.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/rss/RSSFeedDemo.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/BytesReceivedCellRenderer.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/HTTPClient.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/Request.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/RequestCellRenderer.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/RequestListener.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/Response.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/ResponseCellRenderer.java
    incubator/pivot/trunk/tools/src/org/apache/pivot/tools/net/Transaction.java
    incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/TreeNodeComparator.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/Authentication.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/DeleteQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/GetQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/PostQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/PutQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/Query.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryDictionary.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryListener.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/server/ProxyServlet.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Accordion.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/AccordionAttributeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/AccordionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/AccordionSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Action.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ActionClassListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ActionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ActivityIndicator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ActivityIndicatorListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/AlertListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Application.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationContext.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Border.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/BorderListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Bounds.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/BoxPane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/BoxPaneListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/BrowserApplicationContext.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Button.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonPressListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ButtonStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Calendar.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarButton.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarButtonListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarButtonSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CalendarSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CardPane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CardPaneListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Checkbox.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Clipboard.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ClipboardContentListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentClassListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentDataListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentDecoratorListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentKeyListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentMouseButtonListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentMouseListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentMouseWheelListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ConstrainedVisual.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Container.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ContainerListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ContainerMouseListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/CornerRadii.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Cursor.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Dialog.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DialogCloseListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DialogStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Dimensions.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Direction.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Display.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DragSource.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DropAction.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/DropTarget.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Editor.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Expander.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ExpanderListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowser.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowserListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowserSheet.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FileBrowserSheetListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FlowPane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FocusTraversalPolicy.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Form.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FormAttributeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FormListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Frame.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/FrameListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/GraphicsUtilities.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/HorizontalAlignment.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ImageView.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ImageViewListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Insets.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Keyboard.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Label.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/LabelListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Limits.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/LinkButton.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButton.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButtonListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListButtonSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListSelection.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListSelectionSequence.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListView.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewItemListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewItemStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ListViewSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/LocalManifest.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Manifest.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Menu.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuBar.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuBarListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuButton.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuButtonListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuHandler.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuItemSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuPopup.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MenuPopupListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MessageType.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Meter.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MeterListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Mouse.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MovieView.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/MovieViewListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Orientation.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Palette.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Panel.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Panorama.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Platform.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Point.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Prompt.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/PromptListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/PushButton.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/RadioButton.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/RemoteManifest.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Renderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Rollup.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/RollupListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/RollupStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ScriptApplication.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollBar.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollBarListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollBarValueListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollPane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ScrollPaneListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Separator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SeparatorListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Sheet.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SheetCloseListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SheetStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Slider.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SliderListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SliderValueListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SortDirection.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Span.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Spinner.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerItemListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SpinnerSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SplitPane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/SplitPaneListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/StackPane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneAttributeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TabPaneSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePane.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePaneAttributeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TablePaneListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewColumnListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewHeader.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewHeaderListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewHeaderPressListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewRowListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableViewSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TaskAdapter.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextArea.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextAreaCharacterListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextAreaListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextAreaSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextDecoration.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInput.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputCharacterListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TextInputTextListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ThemeNotFoundException.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Tooltip.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TooltipListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeView.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewBranchListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewNodeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewNodeStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TreeViewSelectionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/VerticalAlignment.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Viewport.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/ViewportListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Visual.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowActionMappingListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowClassListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/WindowStateListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ButtonData.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ButtonDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/CalendarButtonDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/CalendarDateSpinnerData.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ColorItem.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/LinkButtonDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonColorRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListItem.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewColorRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemEditor.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListViewItemRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/MenuBarItemDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/MenuButtonDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/MenuItemData.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/MenuItemDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/NumericSpinnerData.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/SpinnerItemRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableRow.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewBooleanCellRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewCellEditor.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewCellRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewDateCellRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewFileSizeCellRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewHeaderData.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewHeaderDataRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewImageCellRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewMultiCellRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewNumberCellRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TableViewRowEditor.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeBranch.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeNode.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeEditor.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/TreeViewNodeRenderer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/BlurDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/ClipDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/Decorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/DropShadowDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/FadeDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/FadeTransition.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/GrayscaleDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/OverlayDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/ReflectionDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/SaturationDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/ScaleDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/ShadeDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/TagDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/Transition.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/TransitionListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/TranslationDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/WatermarkDecorator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Circular.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Cubic.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Easing.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Exponential.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Linear.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Quadratic.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Quartic.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Quintic.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/effects/easing/Sine.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/BufferedImageSerializer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/Drawing.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/DrawingListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/Image.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/ImageListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/Movie.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/MovieListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/Picture.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Arc.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/ArcListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Canvas.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/CanvasListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/CubicCurve.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/CubicCurveListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Ellipse.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/EllipseListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Group.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/GroupListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Line.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/LineListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Path.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/PathListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/QuadCurve.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/QuadCurveListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Rectangle.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/RectangleListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Shape.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/ShapeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/ShapeTransformListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/Text.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/media/drawing/TextListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ActivityIndicatorSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/BorderSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/BoxPaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CalendarSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CardPaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/CheckboxSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ComponentSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ContainerSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/DisplaySkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ExpanderSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/FileBrowserSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ImageViewSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/LabelSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/LinkButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ListButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuBarItemSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuItemSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MovieViewSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PanelSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/PushButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/RadioButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/RollupSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/ScrollPaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/SeparatorSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/SliderSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/StackPaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TablePaneFillerSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TablePaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/TextAreaSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/WindowSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/obsidian/ObsidianPushButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/obsidian/ObsidianRadioButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/obsidian/ObsidianTheme.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/FadeWindowTransition.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraAccordionSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraActivityIndicatorSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraAlertSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraBorderSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraBoxPaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraCalendarButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraCalendarSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraCheckboxSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraDialogSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraExpanderSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFormSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraFrameSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraLabelSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraLinkButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraListButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraListViewSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraMenuBarItemSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraMenuBarSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraMenuButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraMenuItemSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraMenuPopupSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraMenuSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraMeterSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraPaletteSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraPanoramaSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraPromptSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraPushButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraRadioButtonSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraRollupSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraScrollBarSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraScrollPaneCornerSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraSeparatorSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraSheetSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraSliderSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraSpinnerSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraSplitPaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTabPaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTablePaneSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTableViewHeaderSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTooltipSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Block.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/BulletedList.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/ElementListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/ImageNode.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/ImageNodeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/List.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Node.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/NodeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/NumberedList.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Paragraph.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/PlainTextSerializer.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Span.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/TextNode.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/TextNodeListener.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/DecimalValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/DoubleRangeValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/DoubleValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/FloatRangeValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/FloatValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/FormattedValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/IntRangeValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/IntValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/RegexTextValidator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/validation/Validator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtkx/BindException.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtkx/Compiler.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtkx/Translator.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtkx/WTKX.java
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtkx/WTKXSerializer.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/test/JavaTranslatorTest.java

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/AreaChartView.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/AreaChartView.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/AreaChartView.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/AreaChartView.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Presents chart data using an area plot.
  *
- * @author gbrown
  */
 public class AreaChartView extends ChartView {
     public AreaChartView() {

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/BarChartView.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/BarChartView.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/BarChartView.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/BarChartView.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Presents chart data using a bar plot.
  *
- * @author gbrown
  */
 public class BarChartView extends ChartView {
     public BarChartView() {

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartView.java Sat Aug 15 19:50:42 2009
@@ -29,7 +29,6 @@
 /**
  * Abstract base class for chart views.
  *
- * @author gbrown
  */
 public abstract class ChartView extends Component {
     /**

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewCategoryListener.java Sat Aug 15 19:50:42 2009
@@ -21,7 +21,6 @@
 /**
  * Chart view category listener interface.
  *
- * @author gbrown
  */
 public interface ChartViewCategoryListener {
     /**

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewListener.java Sat Aug 15 19:50:42 2009
@@ -21,7 +21,6 @@
 /**
  * Chart view listener interface.
  *
- * @author gbrown
  */
 public interface ChartViewListener {
     /**

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ChartViewSeriesListener.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Chart view series listener interface.
  *
- * @author gbrown
  */
 public interface ChartViewSeriesListener {
     /**

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/HighLowChartView.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/HighLowChartView.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/HighLowChartView.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/HighLowChartView.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Presents chart data using "open/high/low/close" plot.
  *
- * @author gbrown
  */
 public class HighLowChartView extends ChartView {
     public HighLowChartView() {

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/LineChartView.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/LineChartView.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/LineChartView.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/LineChartView.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Presents chart data using a line plot.
  *
- * @author gbrown
  */
 public class LineChartView extends ChartView {
     public LineChartView() {

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/PieChartView.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/PieChartView.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/PieChartView.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/PieChartView.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Presents chart data using a pie plot.
  *
- * @author gbrown
  */
 public class PieChartView extends ChartView {
     public PieChartView() {

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/Provider.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/Provider.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/Provider.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/Provider.java Sat Aug 15 19:50:42 2009
@@ -21,7 +21,6 @@
 /**
  * Provides a mapping from concrete chart component classes to chart skins.
  *
- * @author gbrown
  */
 public interface Provider {
     public abstract Class<? extends Skin> getSkinClass(Class<? extends ChartView> chartViewClass);

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ProviderNotFoundException.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ProviderNotFoundException.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ProviderNotFoundException.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/ProviderNotFoundException.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Thrown when a suitable chart provider cannot be located.
  *
- * @author gbrown
  */
 public class ProviderNotFoundException extends RuntimeException {
     private static final long serialVersionUID = 0;

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Candlestick.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Candlestick.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Candlestick.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Candlestick.java Sat Aug 15 19:50:42 2009
@@ -21,7 +21,6 @@
 /**
  * Represents value data for high/low chart views.
  *
- * @author gbrown
  */
 public class Candlestick {
     private Date date = null;

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/CategorySeries.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/CategorySeries.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/CategorySeries.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/CategorySeries.java Sat Aug 15 19:50:42 2009
@@ -21,7 +21,6 @@
 /**
  * Represents series data for category chart views.
  *
- * @author gbrown
  */
 public class CategorySeries extends HashMap<String, Object> {
     private static final long serialVersionUID = 0;

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Interval.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Interval.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Interval.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Interval.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Represents value data for interval chart views.
  *
- * @author gbrown
  */
 public class Interval extends Point {
     private float width = 0;

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Point.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Point.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Point.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/Point.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Represents value data for x/y chart views.
  *
- * @author gbrown
  */
 public class Point {
     private float x = 0;

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/ValueSeries.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/ValueSeries.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/ValueSeries.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/content/ValueSeries.java Sat Aug 15 19:50:42 2009
@@ -21,7 +21,6 @@
 /**
  * Represents series data for value chart views.
  *
- * @author gbrown
  */
 public class ValueSeries<T> extends ArrayList<T> {
     private static final long serialVersionUID = 0;

Modified: incubator/pivot/trunk/charts/src/org/apache/pivot/charts/skin/ChartViewSkin.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/charts/src/org/apache/pivot/charts/skin/ChartViewSkin.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/charts/src/org/apache/pivot/charts/skin/ChartViewSkin.java (original)
+++ incubator/pivot/trunk/charts/src/org/apache/pivot/charts/skin/ChartViewSkin.java Sat Aug 15 19:50:42 2009
@@ -30,7 +30,6 @@
 /**
  * Abstract base class for chart view skins.
  *
- * @author gbrown
  */
 public abstract class ChartViewSkin extends ComponentSkin
     implements ChartView.Skin,

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/beans/BeanDictionary.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/beans/BeanDictionary.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/beans/BeanDictionary.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/beans/BeanDictionary.java Sat Aug 15 19:50:42 2009
@@ -36,8 +36,6 @@
  * is determined by the type of the value being set. If the value is
  * <tt>null</tt>, the return type of the getter method is used.
  *
- * @author gbrown
- * @author tvolkert
  */
 public class BeanDictionary implements Dictionary<String, Object>, Iterable<String> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/beans/PropertyNotFoundException.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/beans/PropertyNotFoundException.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/beans/PropertyNotFoundException.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/beans/PropertyNotFoundException.java Sat Aug 15 19:50:42 2009
@@ -20,7 +20,6 @@
  * Thrown when a caller attempts to set the value of a non-existent bean
  * property.
  *
- * @author gbrown
  */
 public class PropertyNotFoundException extends RuntimeException {
     private static final long serialVersionUID = 0;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java Sat Aug 15 19:50:42 2009
@@ -32,7 +32,6 @@
  * NOTE This class is not thread-safe. For concurrent access, use a
  * {@link org.apache.pivot.collections.concurrent.SynchronizedList}.
  *
- * @author gbrown
  */
 public class ArrayList<T> implements List<T>, Serializable {
     private class ItemIterator implements Iterator<T> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayQueue.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayQueue.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayQueue.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayQueue.java Sat Aug 15 19:50:42 2009
@@ -25,7 +25,6 @@
  * Implementation of the {@link Queue} interface that is backed by an
  * array.
  *
- * @author gbrown
  */
 public class ArrayQueue<T> extends ArrayList<T> implements Queue<T> {
     private static final long serialVersionUID = 0;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayStack.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayStack.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayStack.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/ArrayStack.java Sat Aug 15 19:50:42 2009
@@ -25,7 +25,6 @@
  * Implementation of the {@link Stack} interface that is backed by an
  * array.
  *
- * @author gbrown
  */
 public class ArrayStack<T> extends ArrayList<T> implements Stack<T> {
     private static final long serialVersionUID = 0;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Collection.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Collection.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Collection.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Collection.java Sat Aug 15 19:50:42 2009
@@ -22,7 +22,6 @@
  * Root interface in collection hierarchy. Defines operations common to all
  * collections.
  *
- * @author gbrown
  */
 public interface Collection<T> extends Iterable<T> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Interface representing a set of key/value pairs.
  *
- * @author gbrown
  */
 public interface Dictionary<K, V> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/EnumList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/EnumList.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/EnumList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/EnumList.java Sat Aug 15 19:50:42 2009
@@ -31,8 +31,6 @@
 /**
  * Implementation of the {@link List} interface that is backed by an enum.
  *
- * @author tvolkert
- * @author gbrown
  */
 public class EnumList<E extends Enum<E>> implements List<E>, Serializable {
     private class ItemIterator implements Iterator<E> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredList.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredList.java Sat Aug 15 19:50:42 2009
@@ -29,7 +29,6 @@
  * remains backed by the original data. Modifications to the filtered list
  * are propagated to the source.
  *
- * @author gbrown
  */
 public class FilteredList<T> implements List<T> {
     private static class FilteredListListenerList<T> extends ListenerList<FilteredListListener<T>>

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredListListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredListListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredListListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/FilteredListListener.java Sat Aug 15 19:50:42 2009
@@ -21,7 +21,6 @@
 /**
  * Filtered list listener interface.
  *
- * @author gbrown
  */
 public interface FilteredListListener<T> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Group.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Group.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Group.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Group.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Interface representing a group of unique elements.
  *
- * @author gbrown
  */
 public interface Group<E> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/List.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/List.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/List.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/List.java Sat Aug 15 19:50:42 2009
@@ -23,13 +23,11 @@
 /**
  * Collection interface representing an ordered sequence of items.
  *
- * @author gbrown
  */
 public interface List<T> extends Sequence<T>, Collection<T> {
     /**
      * List listener list.
      *
-     * @author gbrown
      */
     public static class ListListenerList<T>
         extends ListenerList<ListListener<T>> implements ListListener<T> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/ListListener.java Sat Aug 15 19:50:42 2009
@@ -21,13 +21,11 @@
 /**
  * List listener interface.
  *
- * @author gbrown
  */
 public interface ListListener<T> {
     /**
      * List listener adapter.
      *
-     * @author tvolkert
      */
     public static class Adapter<T> implements ListListener<T> {
         public void itemInserted(List<T> list, int index) {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Map.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Map.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Map.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Map.java Sat Aug 15 19:50:42 2009
@@ -24,14 +24,11 @@
 /**
  * Collection interface representing set of key/value pairs.
  *
- * @author gbrown
  */
 public interface Map<K, V> extends Dictionary<K, V>, Collection<K> {
     /**
      * Class representing a key/value pair.
      *
-     * @author gbrown
-     * @author tvolkert
      */
     public static final class Pair<K, V> {
         public final K key;
@@ -75,7 +72,6 @@
     /**
      * Map listener list.
      *
-     * @author gbrown
      */
     public static class MapListenerList<K, V>
         extends ListenerList<MapListener<K, V>> implements MapListener<K, V> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapList.java Sat Aug 15 19:50:42 2009
@@ -27,13 +27,11 @@
  * facilitates the use of a <tt>Map</tt> as table data in a
  * {@link org.apache.pivot.wtk.TableView}.
  * 
- * @author tvolkert
  */
 public class MapList<K, V> implements List<Pair<K, V>> {
     /**
      * Map list listener list.
      * 
-     * @author tvolkert
      */
     private static class MapListListenerList<K, V> extends ListenerList<MapListListener<K, V>>
         implements MapListListener<K, V> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListListener.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Map list listener interface.
  *
- * @author tvolkert
  */
 public interface MapListListener<K, V> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/MapListener.java Sat Aug 15 19:50:42 2009
@@ -21,13 +21,11 @@
 /**
  * Map listener interface.
  *
- * @author gbrown
  */
 public interface MapListener<K, V> {
     /**
      * Map listener adapter.
      *
-     * @author tvolkert
      */
     public static class Adapter<K, V> implements MapListener<K, V> {
         public void valueAdded(Map<K, V> map, K key) {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Queue.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Queue.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Queue.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Queue.java Sat Aug 15 19:50:42 2009
@@ -22,13 +22,11 @@
  * Interface representing a first-in, first-out (FIFO) queue when unsorted, and
  * a priority queue when sorted.
  *
- * @author gbrown
  */
 public interface Queue<T> extends Collection<T> {
     /**
      * Queue listener list.
      *
-     * @author gbrown
      */
     public static class QueueListenerList<T> extends ListenerList<QueueListener<T>>
         implements QueueListener<T> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Queue listener interface.
  *
- * @author gbrown
  */
 public interface QueueListener<T> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Sequence.java Sat Aug 15 19:50:42 2009
@@ -24,22 +24,18 @@
 /**
  * Interface representing an ordered sequence of items.
  *
- * @author gbrown
  */
 public interface Sequence<T> {
     /**
      * Collection of static utility methods providing path access to nested
      * sequence data.
      *
-     * @author gbrown
      */
     public static class Tree {
         /**
          * An object representing a path to a nested node in nested sequence
          * data.
          *
-         * @author tvolkert
-         * @author gbrown
          */
         public static class Path implements Sequence<Integer>, Iterable<Integer> {
             private ArrayList<Integer> elements;
@@ -116,7 +112,6 @@
         /**
          * Class representing an immutable path.
          *
-         * @author gbrown
          */
         public static class ImmutablePath extends Path {
             public ImmutablePath(Integer... elements) {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Set.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Set.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Set.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Set.java Sat Aug 15 19:50:42 2009
@@ -23,13 +23,11 @@
 /**
  * Collection interface representing a group of unique elements.
  *
- * @author gbrown
  */
 public interface Set<E> extends Group<E>, Collection<E> {
     /**
      * Set listener list.
      *
-     * @author gbrown
      */
     public static class SetListenerList<E>
         extends ListenerList<SetListener<E>> implements SetListener<E> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/SetListener.java Sat Aug 15 19:50:42 2009
@@ -21,13 +21,11 @@
 /**
  * Set listener interface.
  *
- * @author gbrown
  */
 public interface SetListener<E> {
     /**
      * Set listener adapter.
      *
-     * @author tvolkert
      */
     public static class Adapter<E> implements SetListener<E> {
         public void elementAdded(Set<E> set, E element) {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/Stack.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/Stack.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/Stack.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/Stack.java Sat Aug 15 19:50:42 2009
@@ -22,13 +22,11 @@
  * Interface representing a last-in, first-out (LIFO) stack when unsorted, and
  * a priority stack when sorted.
  *
- * @author gbrown
  */
 public interface Stack<T> extends Collection<T> {
     /**
      * Stack listener list.
      *
-     * @author gbrown
      */
     public static class StackListenerList<T> extends ListenerList<StackListener<T>>
         implements StackListener<T> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/StackListener.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Stack listener interface.
  *
- * @author gbrown
  */
 public interface StackListener<T> {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedCollection.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedCollection.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedCollection.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedCollection.java Sat Aug 15 19:50:42 2009
@@ -29,7 +29,6 @@
  * NOTE In order to guarantee thread-safe access, all access to the backing
  * collection must be via the synchronized wrapper.
  *
- * @author gbrown
  */
 public abstract class SynchronizedCollection<T> implements Collection<T> {
     protected Collection<T> collection = null;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedList.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedList.java Sat Aug 15 19:50:42 2009
@@ -27,7 +27,6 @@
 /**
  * Synchronized implementation of the {@link List} interface.
  *
- * @author gbrown
  */
 public class SynchronizedList<T> extends SynchronizedCollection<T>
     implements List<T> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedMap.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedMap.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedMap.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedMap.java Sat Aug 15 19:50:42 2009
@@ -26,7 +26,6 @@
 /**
  * Synchronized implementation of the {@link Map} interface.
  *
- * @author gbrown
  */
 public class SynchronizedMap<K, V> extends SynchronizedCollection<K>
     implements Map<K, V> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedQueue.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedQueue.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedQueue.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedQueue.java Sat Aug 15 19:50:42 2009
@@ -24,7 +24,6 @@
 /**
  * Synchronized implementation of the {@link Queue} interface.
  *
- * @author gbrown
  */
 public class SynchronizedQueue<T> extends SynchronizedCollection<T>
     implements Queue<T> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedSet.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedSet.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedSet.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedSet.java Sat Aug 15 19:50:42 2009
@@ -25,7 +25,6 @@
 /**
  * Synchronized implementation of the {@link Set} interface.
  *
- * @author gbrown
  */
 public class SynchronizedSet<E> extends SynchronizedCollection<E>
     implements Set<E> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedStack.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedStack.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedStack.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedStack.java Sat Aug 15 19:50:42 2009
@@ -24,7 +24,6 @@
 /**
  * Synchronized implementation of the {@link Stack} interface.
  *
- * @author gbrown
  */
 public class SynchronizedStack<T> extends SynchronizedCollection<T>
     implements Stack<T> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableList.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableList.java Sat Aug 15 19:50:42 2009
@@ -29,7 +29,6 @@
 /**
  * Unmodifiable implementation of the {@link List} interface.
  *
- * @author gbrown
  */
 public final class ImmutableList<T> implements List<T> {
     private List<T> list = null;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableMap.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableMap.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableMap.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableMap.java Sat Aug 15 19:50:42 2009
@@ -28,7 +28,6 @@
 /**
  * Unmodifiable implementation of the {@link Map} interface.
  *
- * @author gbrown
  */
 public class ImmutableMap<K, V> implements Map<K, V> {
     private Map<K, V> map = null;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableSet.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableSet.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableSet.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/collections/immutable/ImmutableSet.java Sat Aug 15 19:50:42 2009
@@ -28,7 +28,6 @@
 /**
  * Unmodifiable implementation of the {@link Set} interface.
  *
- * @author gbrown
  */
 public class ImmutableSet<E> implements Set<E> {
     private Set<E> set = null;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/io/FileFilterAdapter.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/io/FileFilterAdapter.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/io/FileFilterAdapter.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/io/FileFilterAdapter.java Sat Aug 15 19:50:42 2009
@@ -24,7 +24,6 @@
 /**
  * Wraps an instance of {@link FileFilter} in a {@link Filter}.
  *
- * @author gbrown
  */
 public class FileFilterAdapter implements Filter<File> {
     private FileFilter fileFilter;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/io/FileList.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/io/FileList.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/io/FileList.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/io/FileList.java Sat Aug 15 19:50:42 2009
@@ -27,7 +27,6 @@
  * Collection representing a list of files. Each entry in the list is unique;
  * i.e. a single file can't be added to the list more than once.
  *
- * @author gbrown
  */
 public class FileList extends ListAdapter<File> {
     private static class FilePathComparator implements Comparator<File>, Serializable {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/io/Folder.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/io/Folder.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/io/Folder.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/io/Folder.java Sat Aug 15 19:50:42 2009
@@ -33,13 +33,11 @@
 /**
  * Class representing a folder in the file system.
  *
- * @author gbrown
  */
 public class Folder extends File implements List<File> {
     /**
      * Default file name comparator.
      *
-     * @author gbrown
      */
     public static class FileNameComparator implements Comparator<File>, Serializable {
         private static final long serialVersionUID = 0;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/io/FolderListener.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/io/FolderListener.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/io/FolderListener.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/io/FolderListener.java Sat Aug 15 19:50:42 2009
@@ -23,7 +23,6 @@
 /**
  * Folder listener interface.
  *
- * @author gbrown
  */
 public interface FolderListener {
     /**

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/io/IOTask.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/io/IOTask.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/io/IOTask.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/io/IOTask.java Sat Aug 15 19:50:42 2009
@@ -28,15 +28,12 @@
 /**
  * Abstract base class for input/output tasks.
  *
- * @author gbrown
- * @author tvolkert
  */
 public abstract class IOTask<V> extends Task<V> {
     /**
      * Input stream that monitors the bytes that are read from it by
      * incrementing the <tt>bytesReceived</tt> member variable.
      *
-     * @author tvolkert
      */
     protected class MonitoredInputStream extends InputStream {
         private InputStream inputStream;
@@ -138,7 +135,6 @@
      * Output stream that monitors the bytes that are written to it by
      * incrementing the <tt>bytesSent</tt> member variable.
      *
-     * @author tvolkert
      */
     protected class MonitoredOutputStream extends OutputStream {
         private OutputStream outputStream;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/serialization/BinarySerializer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/serialization/BinarySerializer.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/serialization/BinarySerializer.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/serialization/BinarySerializer.java Sat Aug 15 19:50:42 2009
@@ -27,7 +27,6 @@
  * internal serialization mechanism to read and write values. All values in the
  * object hierarchy are required to implement {@link java.io.Serializable}.
  *
- * @author gbrown
  */
 public class BinarySerializer implements Serializer<Object> {
     public static final String MIME_TYPE = "application/x-java-serialized-object";

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/serialization/ByteArraySerializer.java Sat Aug 15 19:50:42 2009
@@ -27,7 +27,6 @@
  * Implementation of the {@link Serializer} interface that reads and writes a
  * byte array.
  *
- * @author smartini, gbrown
  * @see Serializer
  */
 public class ByteArraySerializer implements Serializer<byte[]> {

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java Sat Aug 15 19:50:42 2009
@@ -43,7 +43,6 @@
  * <p>
  * TODO Add "firstLineContainsKeys" flag.
  *
- * @author gbrown
  */
 public class CSVSerializer implements Serializer<List<?>> {
     /**
@@ -86,7 +85,6 @@
     /**
      * Allows a caller to retrieve the contents of a CSV stream iteratively.
      *
-     * @author gbrown
      */
     public class StreamIterator {
         private Reader reader;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/serialization/JSONSerializer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/serialization/JSONSerializer.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/serialization/JSONSerializer.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/serialization/JSONSerializer.java Sat Aug 15 19:50:42 2009
@@ -42,7 +42,6 @@
  * Implementation of the {@link Serializer} interface that reads data from
  * and writes data to a JavaScript Object Notation (JSON) file.
  *
- * @author gbrown
  */
 public class JSONSerializer implements Serializer<Object> {
     private Charset charset = null;

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/serialization/PropertiesSerializer.java Sat Aug 15 19:50:42 2009
@@ -29,8 +29,6 @@
  * Implementation of the {@link Serializer} interface that reads data from
  * and writes data to the Java properties file format.
  *
- * @author smartini
- * @author gbrown
  */
 public class PropertiesSerializer implements Serializer<Map<?, ?>> {
     public static final String MIME_TYPE = "text/plain";

Modified: incubator/pivot/trunk/core/src/org/apache/pivot/serialization/SerializationException.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/src/org/apache/pivot/serialization/SerializationException.java?rev=804520&r1=804519&r2=804520&view=diff
==============================================================================
--- incubator/pivot/trunk/core/src/org/apache/pivot/serialization/SerializationException.java (original)
+++ incubator/pivot/trunk/core/src/org/apache/pivot/serialization/SerializationException.java Sat Aug 15 19:50:42 2009
@@ -19,7 +19,6 @@
 /**
  * Thrown when an error is encountered during serialization.
  *
- * @author gbrown
  */
 public class SerializationException extends Exception {
     private static final long serialVersionUID = 0;