You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/05 13:09:28 UTC

svn commit: r731537 [1/4] - in /incubator/click/trunk/click/framework: src/ src/org/apache/click/ src/org/apache/click/control/ src/org/apache/click/service/ src/org/apache/click/util/ test/org/ test/org/apache/ test/org/apache/click/ test/org/apache/c...

Author: sabob
Date: Mon Jan  5 04:09:22 2009
New Revision: 731537

URL: http://svn.apache.org/viewvc?rev=731537&view=rev
Log:
migrated core to Apache namespace

Added:
    incubator/click/trunk/click/framework/src/org/apache/click/
    incubator/click/trunk/click/framework/src/org/apache/click/ActionListener.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ActionListener.java
    incubator/click/trunk/click/framework/src/org/apache/click/ClickRequestWrapper.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ClickRequestWrapper.java
    incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ClickServlet.java
    incubator/click/trunk/click/framework/src/org/apache/click/Context.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/Context.java
    incubator/click/trunk/click/framework/src/org/apache/click/Control.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/Control.java
    incubator/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ControlRegistry.java
    incubator/click/trunk/click/framework/src/org/apache/click/Page.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/Page.java
    incubator/click/trunk/click/framework/src/org/apache/click/click.dtd   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/click.dtd
    incubator/click/trunk/click/framework/src/org/apache/click/control/
    incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractContainer.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractContainer.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractControl.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractControl.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractLink.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/ActionButton.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/ActionButton.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/ActionLink.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Button.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Checkbox.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Column.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Container.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Container.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Decorator.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Decorator.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Field.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Field.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/FieldSet.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/FieldSet.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/FileField.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/FileField.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Form.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Form.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/HiddenField.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/HiddenField.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/ImageSubmit.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/ImageSubmit.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Label.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Label.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Option.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Option.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/OptionGroup.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/OptionGroup.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/PageLink.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/PageLink.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Panel.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Panel.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/PasswordField.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/PasswordField.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Radio.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Radio.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/RadioGroup.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/RadioGroup.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Renderable.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Renderable.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Reset.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Reset.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Select.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Select.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Submit.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Submit.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/Table.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/TablePaginator.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/TablePaginator.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/TextArea.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/TextArea.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/TextField.java   (contents, props changed)
      - copied, changed from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/TextField.java
    incubator/click/trunk/click/framework/src/org/apache/click/control/VM_global_library.vm   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/VM_global_library.vm
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-ascending-dark.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-ascending-dark.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-ascending-light.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-ascending-light.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-descending-dark.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-descending-dark.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-descending-light.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-descending-light.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-sortable-dark.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-sortable-dark.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-sortable-light.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-sortable-light.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-sorted-dark.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-sorted-dark.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/column-sorted-light.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/column-sorted-light.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/control.css   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/control.css
    incubator/click/trunk/click/framework/src/org/apache/click/control/control.js   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/control.js
    incubator/click/trunk/click/framework/src/org/apache/click/control/image-submit.gif   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/image-submit.gif
    incubator/click/trunk/click/framework/src/org/apache/click/control/package.html   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/package.html
    incubator/click/trunk/click/framework/src/org/apache/click/control/table.css   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/table.css
    incubator/click/trunk/click/framework/src/org/apache/click/not-found.htm   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/not-found.htm
    incubator/click/trunk/click/framework/src/org/apache/click/package.html   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/package.html
    incubator/click/trunk/click/framework/src/org/apache/click/service/
    incubator/click/trunk/click/framework/src/org/apache/click/service/CommonsFileUploadService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/CommonsFileUploadService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/ConfigService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/ConfigService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/ConsoleLogService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/ConsoleLogService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/FileUploadService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/FileUploadService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/LogService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/LogService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/TemplateService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/TemplateService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/VelocityTemplateService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/VelocityTemplateService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/XmlConfigService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/package.html   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/service/package.html
    incubator/click/trunk/click/framework/src/org/apache/click/util/
    incubator/click/trunk/click/framework/src/org/apache/click/util/ActionListenerAdaptor.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/ActionListenerAdaptor.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java   (contents, props changed)
      - copied, changed from r729723, incubator/click/trunk/click/framework/src/net/sf/click/util/ClickUtils.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/ContainerUtils.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorPage.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorPage.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorReport.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorReport.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/FlashAttribute.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/FlashAttribute.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/Format.java   (contents, props changed)
      - copied, changed from r731361, incubator/click/trunk/click/framework/src/net/sf/click/util/Format.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/HtmlStringBuffer.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/HtmlStringBuffer.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/MessagesMap.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/MessagesMap.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/PageImports.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/PageImports.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/PropertyUtils.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/PropertyUtils.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/RequestTypeConverter.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/RequestTypeConverter.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/SessionMap.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/SessionMap.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/error.htm   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/error.htm
    incubator/click/trunk/click/framework/src/org/apache/click/util/mime-type.properties   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/mime-type.properties
    incubator/click/trunk/click/framework/src/org/apache/click/util/package.html   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/src/net/sf/click/util/package.html
    incubator/click/trunk/click/framework/test/org/
    incubator/click/trunk/click/framework/test/org/apache/
    incubator/click/trunk/click/framework/test/org/apache/click/
    incubator/click/trunk/click/framework/test/org/apache/click/ClickServletTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/ClickServletTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/ContextTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/ContextTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/PageTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/PageTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/
    incubator/click/trunk/click/framework/test/org/apache/click/control/AbstractContainerTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/AbstractContainerTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/AbstractLinkTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/AbstractLinkTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/AttributeTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/AttributeTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/CheckboxTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/CheckboxTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/ColumnCompareTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/ColumnCompareTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/ColumnTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/ColumnTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/ContextAccessTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/ContextAccessTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/ControlTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/ControlTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/FieldSetTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/FieldSetTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/FileFieldTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/FileFieldTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/FormTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/FormTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/HiddenFieldTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/HiddenFieldTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/PanelTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/PanelTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/RadioTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/RadioTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/SelectTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/SelectTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/TableTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/TableTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/TextAreaTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/TextAreaTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/TextFieldTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/control/TextFieldTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/pages/
    incubator/click/trunk/click/framework/test/org/apache/click/pages/JspPage.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/pages/JspPage.java
    incubator/click/trunk/click/framework/test/org/apache/click/pages/JspRedirectPage.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/pages/JspRedirectPage.java
    incubator/click/trunk/click/framework/test/org/apache/click/pages/ListenerPage.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/pages/ListenerPage.java
    incubator/click/trunk/click/framework/test/org/apache/click/pages/RedirectToHtm.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/pages/RedirectToHtm.java
    incubator/click/trunk/click/framework/test/org/apache/click/pages/RedirectToJsp.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/pages/RedirectToJsp.java
    incubator/click/trunk/click/framework/test/org/apache/click/pages/RedirectToSelfPage.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/pages/RedirectToSelfPage.java
    incubator/click/trunk/click/framework/test/org/apache/click/pages/SetPathToJspPage.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/pages/SetPathToJspPage.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/
    incubator/click/trunk/click/framework/test/org/apache/click/util/Address.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/Address.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/ChildObject.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/ChildObject.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/ClickUtilsTest.java   (contents, props changed)
      - copied, changed from r729723, incubator/click/trunk/click/framework/test/net/sf/click/util/ClickUtilsTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerMessageMapTest$MyForm.properties   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/ContainerMessageMapTest$MyForm.properties
    incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerMessageMapTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/ContainerMessageMapTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerUtilsTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/ContainerUtilsTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/HtmlStringBufferTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/HtmlStringBufferTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/MessagesMapTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/MessagesMapTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/ParentObject.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/ParentObject.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/PropertyUtilsTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/PropertyUtilsTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/RequestTypeConverterTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/RequestTypeConverterTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/SampleObject.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/SampleObject.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/State.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/State.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/Test1TextField.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/Test1TextField.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/Test1TextField.properties   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/Test1TextField.properties
    incubator/click/trunk/click/framework/test/org/apache/click/util/Test2TextField.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/Test2TextField.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/Test2TextField.properties   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/Test2TextField.properties
    incubator/click/trunk/click/framework/test/org/apache/click/util/TestPage.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/TestPage.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/TestPage.properties   (props changed)
      - copied unchanged from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/TestPage.properties
    incubator/click/trunk/click/framework/test/org/apache/click/util/User.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/util/User.java
    incubator/click/trunk/click/framework/test/org/apache/click/utilinvokelistener/
    incubator/click/trunk/click/framework/test/org/apache/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java   (contents, props changed)
      - copied, changed from r729543, incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java
Modified:
    incubator/click/trunk/click/framework/src/click-controls.xml
    incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml

Modified: incubator/click/trunk/click/framework/src/click-controls.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/click-controls.xml?rev=731537&r1=731536&r2=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/click-controls.xml (original)
+++ incubator/click/trunk/click/framework/src/click-controls.xml Mon Jan  5 04:09:22 2009
@@ -20,7 +20,7 @@
 <click-app>
 
   <controls>
-    <control classname="net.sf.click.control.Table"/>
+    <control classname="org.apache.click.control.Table"/>
   </controls>
 
 </click-app>
\ No newline at end of file

Copied: incubator/click/trunk/click/framework/src/org/apache/click/ActionListener.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ActionListener.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/ActionListener.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/ActionListener.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/ActionListener.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/ActionListener.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/ActionListener.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click;
+package org.apache.click;
 
 /**
  * Provides a listener interface for receiving Control action events.

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/ActionListener.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/ClickRequestWrapper.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ClickRequestWrapper.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/ClickRequestWrapper.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/ClickRequestWrapper.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/ClickRequestWrapper.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/ClickRequestWrapper.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/ClickRequestWrapper.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click;
+package org.apache.click;
 
 import java.io.UnsupportedEncodingException;
 import java.util.ArrayList;
@@ -29,8 +29,8 @@
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletRequestWrapper;
 
-import net.sf.click.service.FileUploadService;
-import net.sf.click.util.ClickUtils;
+import org.apache.click.service.FileUploadService;
+import org.apache.click.util.ClickUtils;
 
 import org.apache.commons.fileupload.FileItem;
 import org.apache.commons.fileupload.FileUploadException;

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/ClickRequestWrapper.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ClickServlet.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/ClickServlet.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/ClickServlet.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click;
+package org.apache.click;
 
 import java.io.IOException;
 import java.io.Writer;
@@ -38,17 +38,17 @@
 import javax.servlet.http.HttpServletResponse;
 import javax.servlet.http.HttpSession;
 
-import net.sf.click.service.ConfigService;
-import net.sf.click.service.LogService;
-import net.sf.click.service.XmlConfigService;
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.ErrorPage;
-import net.sf.click.util.Format;
-import net.sf.click.util.HtmlStringBuffer;
-import net.sf.click.util.PageImports;
-import net.sf.click.util.PropertyUtils;
-import net.sf.click.util.RequestTypeConverter;
-import net.sf.click.util.SessionMap;
+import org.apache.click.service.ConfigService;
+import org.apache.click.service.LogService;
+import org.apache.click.service.XmlConfigService;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.ErrorPage;
+import org.apache.click.util.Format;
+import org.apache.click.util.HtmlStringBuffer;
+import org.apache.click.util.PageImports;
+import org.apache.click.util.PropertyUtils;
+import org.apache.click.util.RequestTypeConverter;
+import org.apache.click.util.SessionMap;
 import ognl.Ognl;
 import ognl.OgnlException;
 import ognl.TypeConverter;
@@ -70,7 +70,7 @@
  * &lt;web-app&gt;
  *    &lt;servlet&gt;
  *       &lt;servlet-name&gt;<font color="blue">click-servlet</font>&lt;/servlet-name&gt;
- *       &lt;servlet-class&gt;<font color="red">net.sf.click.ClickServlet</font>&lt;/servlet-class&gt;
+ *       &lt;servlet-class&gt;<font color="red">org.apache.click.ClickServlet</font>&lt;/servlet-class&gt;
  *       &lt;load-on-startup&gt;<font color="red">0</font>&lt;/load-on-startup&gt;
  *    &lt;/servlet&gt;
  *    &lt;servlet-mapping&gt;
@@ -102,7 +102,7 @@
  *
  * A single application {@link ConfigService} instance is created by the ClickServlet at
  * startup. Once the ConfigService has been initialized it is stored in the
- * ServletContext using the key "<tt>net.sf.click.service.ConfigService</tt>".
+ * ServletContext using the key "<tt>org.apache.click.service.ConfigService</tt>".
  *
  * @author Malcolm Edgar
  */
@@ -1437,7 +1437,7 @@
      * Subclasses can override this method to provide custom ErrorPages tailored
      * for specific exceptions.
      * <p/>
-     * <b>Note</b> you can safely use {@link net.sf.click.Context} in this
+     * <b>Note</b> you can safely use {@link org.apache.click.Context} in this
      * method.
      *
      * @param pageClass the page class with the error
@@ -1536,11 +1536,11 @@
     /**
      * Initialize the Click application <tt>ConfigService</tt> instance and bind
      * it as a ServletContext attribute using the key
-     * "<tt>net.sf.click.service.ConfigService</tt>".
+     * "<tt>org.apache.click.service.ConfigService</tt>".
      * <p/>
      * This method will use the configuration service class specified by the
      * {@link #CONFIG_SERVICE_CLASS} parameter, otherwise it will create a
-     * {@link net.sf.click.service.XmlConfigService} instance.
+     * {@link org.apache.click.service.XmlConfigService} instance.
      *
      * @param servletContext the servlet context to retrieve the
      * {@link #CONFIG_SERVICE_CLASS} from

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/Context.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/Context.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/Context.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/Context.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/Context.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/Context.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/Context.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click;
+package org.apache.click;
 
 import java.io.StringWriter;
 import java.io.UnsupportedEncodingException;
@@ -33,11 +33,11 @@
 import javax.servlet.http.HttpServletResponse;
 import javax.servlet.http.HttpSession;
 
-import net.sf.click.service.FileUploadService;
-import net.sf.click.service.LogService;
-import net.sf.click.service.TemplateService;
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.FlashAttribute;
+import org.apache.click.service.FileUploadService;
+import org.apache.click.service.LogService;
+import org.apache.click.service.TemplateService;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.FlashAttribute;
 
 import org.apache.commons.fileupload.FileItem;
 
@@ -335,7 +335,7 @@
      * preference to the <tt>HttpServletRequest</tt> method
      * <tt>getParameter()</tt>.
      *
-     * @see net.sf.click.control.Form#onProcess()
+     * @see org.apache.click.control.Form#onProcess()
      * @see #isMultipartRequest()
      * @see #getFileItemMap()
      *

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Context.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Context.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Context.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/Control.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/Control.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/Control.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/Control.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/Control.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/Control.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/Control.java Mon Jan  5 04:09:22 2009
@@ -16,20 +16,20 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click;
+package org.apache.click;
 
 import java.io.Serializable;
 import java.util.Map;
 
 import javax.servlet.ServletContext;
 
-import net.sf.click.util.HtmlStringBuffer;
+import org.apache.click.util.HtmlStringBuffer;
 
 /**
  * Provides the interface for Page controls. Controls are sometimes referred to
  * as components or widgets.
  * <p/>
- * <b>Please note</b> {@link net.sf.click.control.AbstractControl} provides
+ * <b>Please note</b> {@link org.apache.click.control.AbstractControl} provides
  * a default implementation of the Control interface and allows easy creation
  * of new controls.
  * <p/>
@@ -64,7 +64,7 @@
  * } </pre>
  *
  * Please note multiple import lines should be separated by a <tt>'\n'</tt> char,
- * as the {@link net.sf.click.util.PageImports} will parse multiple import lines
+ * as the {@link org.apache.click.util.PageImports} will parse multiple import lines
  * on the <tt>'\n'</tt> char and ensure that imports are not included twice.
  *
  * <a name="on-deploy"></a>
@@ -120,7 +120,7 @@
  * <a href="../../../../configuration.html#deploying-custom-resources">Deploying Custom Resources</a>
  * for further details.
  *
- * @see net.sf.click.util.PageImports
+ * @see org.apache.click.util.PageImports
  *
  * @author Malcolm Edgar
  */
@@ -136,7 +136,7 @@
      *
      * @deprecated getContext() is now obsolete on the Control interface,
      * but will still be available on AbstractControl:
-     * {@link net.sf.click.control.AbstractControl#getContext()}
+     * {@link org.apache.click.control.AbstractControl#getContext()}
      *
      * @return the Page request Context
      */
@@ -157,7 +157,7 @@
      * } </pre>
      *
      * <b>Note</b> multiple import lines should be separated by a
-     * <tt>'\n'</tt> char, as the {@link net.sf.click.util.PageImports} will
+     * <tt>'\n'</tt> char, as the {@link org.apache.click.util.PageImports} will
      * parse multiple import lines on the <tt>'\n'</tt> char and ensure that
      * imports are not included twice.
      * <p/>
@@ -176,7 +176,7 @@
     /**
      * Return HTML element identifier attribute "id" value.
      *
-     * {@link net.sf.click.control.AbstractControl#getId()}
+     * {@link org.apache.click.control.AbstractControl#getId()}
      *
      * @return HTML element identifier attribute "id" value
      */
@@ -204,7 +204,7 @@
      *
      * @deprecated this method is now obsolete on the Control interface, but
      * will still be available on AbstractControl:
-     * {@link net.sf.click.control.AbstractControl#setListener(java.lang.Object, java.lang.String)}
+     * {@link org.apache.click.control.AbstractControl#setListener(java.lang.Object, java.lang.String)}
      */
     public void setListener(Object listener, String method);
 
@@ -279,14 +279,14 @@
      * The on initialize event handler. Each control will be initialized
      * before its {@link #onProcess()} method is called.
      * <p/>
-     * {@link net.sf.click.control.Container} implementations should recursively
+     * {@link org.apache.click.control.Container} implementations should recursively
      * invoke the onInit method on each of their child controls ensuring that
      * all controls receive this event.
      * <p/>
      * <b>Please note:</b> a common problem when overriding onInit in
      * subclasses is forgetting to call <em>super.onInit()</em>. Consider
      * carefully whether you should call <em>super.onInit()</em> or not,
-     * especially for {@link net.sf.click.control.Container}s which by default
+     * especially for {@link org.apache.click.control.Container}s which by default
      * call <em>onInit</em> on all their child controls as well.
      */
     public void onInit();
@@ -298,7 +298,7 @@
      * ClickServlet will process all Page controls in the order they were added
      * to the Page.
      * <p/>
-     * {@link net.sf.click.control.Container} implementations should recursively
+     * {@link org.apache.click.control.Container} implementations should recursively
      * invoke the onProcess method on each of their child controls ensuring that
      * all controls receive this event. However when a control onProcess method
      * return false, no other controls onProcess method should be invoked.
@@ -311,7 +311,7 @@
      * <b>Please note:</b> a common problem when overriding onProcess in
      * subclasses is forgetting to call <em>super.onProcess()</em>. Consider
      * carefully whether you should call <em>super.onProcess()</em> or not,
-     * especially for {@link net.sf.click.control.Container}s which by default
+     * especially for {@link org.apache.click.control.Container}s which by default
      * call <em>onProcess</em> on all their child controls as well.
      *
      * @return true to continue Page event processing or false otherwise
@@ -327,14 +327,14 @@
      * on render method they will not be performed if the user navigates away
      * to a different page.
      * <p/>
-     * {@link net.sf.click.control.Container} implementations should recursively
+     * {@link org.apache.click.control.Container} implementations should recursively
      * invoke the onRender method on each of their child controls ensuring that
      * all controls receive this event.
      * <p/>
      * <b>Please note:</b> a common problem when overriding onRender in
      * subclasses is forgetting to call <em>super.onRender()</em>. Consider
      * carefully whether you should call <em>super.onRender()</em> or not,
-     * especially for {@link net.sf.click.control.Container}s which by default
+     * especially for {@link org.apache.click.control.Container}s which by default
      * call <em>onRender</em> on all their child controls as well.
      */
     public void onRender();
@@ -346,14 +346,14 @@
      * This method is guaranteed to be called before the Page object reference
      * goes out of scope and is available for garbage collection.
      * <p/>
-     * {@link net.sf.click.control.Container} implementations should recursively
+     * {@link org.apache.click.control.Container} implementations should recursively
      * invoke the onDestroy method on each of their child controls ensuring that
      * all controls receive this event.
      * <p/>
      * <b>Please note:</b> a common problem when overriding onDestroy in
      * subclasses is forgetting to call <em>super.onDestroy()</em>. Consider
      * carefully whether you should call <em>super.onDestroy()</em> or not,
-     * especially for {@link net.sf.click.control.Container}s which by default
+     * especially for {@link org.apache.click.control.Container}s which by default
      * call <em>onDestroy</em> on all their child controls as well.
      */
     public void onDestroy();

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Control.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Control.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Control.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/ControlRegistry.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/ControlRegistry.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/ControlRegistry.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click;
+package org.apache.click;
 
 import java.util.ArrayList;
 
@@ -50,7 +50,7 @@
  * } </pre>
  *
  * In this example if the link is clicked, it then calls
- * {@link net.sf.click.control.AbstractControl#registerActionEvent()}.
+ * {@link org.apache.click.control.AbstractControl#registerActionEvent()}.
  * This method registers the Control's action listener with ControlRegistry.
  * The ClickServlet will subsequently invoke the registered
  * {@link ActionListener#onAction(Control)} methods after all the Page's control

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/Page.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/Page.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/Page.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/Page.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/Page.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/Page.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/Page.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click;
+package org.apache.click;
 
 import java.text.MessageFormat;
 import java.util.ArrayList;
@@ -24,9 +24,9 @@
 import java.util.List;
 import java.util.Map;
 
-import net.sf.click.util.Format;
-import net.sf.click.util.MessagesMap;
-import net.sf.click.util.PageImports;
+import org.apache.click.util.Format;
+import org.apache.click.util.MessagesMap;
+import org.apache.click.util.PageImports;
 
 import org.apache.commons.lang.StringUtils;
 
@@ -632,7 +632,7 @@
      * } </pre>
      *
      * <b>Note</b> multiple import lines should be separated by a
-     * <tt>'\n'</tt> char, as the {@link net.sf.click.util.PageImports} will
+     * <tt>'\n'</tt> char, as the {@link org.apache.click.util.PageImports} will
      * parse multiple import lines on the <tt>'\n'</tt> char and ensure that
      * imports are not included twice.
      * <p/>
@@ -690,7 +690,7 @@
      * <pre class="codeHtml">
      * <span class="blue">$messages.title</span> </pre>
      *
-     * Please see the {@link net.sf.click.util.MessagesMap} adaptor for more details.
+     * Please see the {@link org.apache.click.util.MessagesMap} adaptor for more details.
      *
      * @param key the message property key name
      * @return the Page message for the given message property key
@@ -808,7 +808,7 @@
      * and modify the PageImports object returned.
      * <p/>
      * If you need to create a custom PageImports, override the method
-     * {@link ClickServlet#createPageImports(net.sf.click.Page)}
+     * {@link ClickServlet#createPageImports(org.apache.click.Page)}
      *
      * @return the Page header imports
      */
@@ -834,7 +834,7 @@
      * returned.
      * <p/>
      * If you need to create a custom PageImports, override the method
-     * {@link ClickServlet#createPageImports(net.sf.click.Page)}
+     * {@link ClickServlet#createPageImports(org.apache.click.Page)}
      *
      * @param pageImports the new pageImports instance to set
      */

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Page.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Page.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/Page.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/click.dtd (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/click.dtd)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/click.dtd?p2=incubator/click/trunk/click/framework/src/org/apache/click/click.dtd&p1=incubator/click/trunk/click/framework/src/net/sf/click/click.dtd&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/click.dtd (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/click.dtd Mon Jan  5 04:09:22 2009
@@ -51,7 +51,7 @@
   <!-- Page template formatter class. An new format object added to
        the Velocity context under the key: "format". -->
   <!ELEMENT format (#PCDATA)>
-   <!ATTLIST format classname CDATA #FIXED "net.sf.click.util.Format">
+   <!ATTLIST format classname CDATA #FIXED "org.apache.click.util.Format">
  
   <!-- Application mode, which configures logging and caching. -->
   <!ELEMENT mode (#PCDATA)>
@@ -70,7 +70,7 @@
   
   <!-- File Upload Service. -->
   <!ELEMENT file-upload-service (property*)>
-   <!ATTLIST file-upload-service classname CDATA #FIXED "net.sf.click.service.FileUploadService">
+   <!ATTLIST file-upload-service classname CDATA #FIXED "org.apache.click.service.FileUploadService">
    
     <!-- Property definition. -->
     <!ELEMENT property (#PCDATA)>
@@ -79,9 +79,9 @@
   
   <!-- Log Service. -->
   <!ELEMENT log-service (property*)>
-   <!ATTLIST log-service classname CDATA #FIXED "net.sf.click.service.ConsoleLogService">
+   <!ATTLIST log-service classname CDATA #FIXED "org.apache.click.service.ConsoleLogService">
   
   <!-- Template Service class. -->
   <!ELEMENT template-service (property*)>
-   <!ATTLIST template-service classname CDATA #FIXED "net.sf.click.service.VelocityTemplateService">
+   <!ATTLIST template-service classname CDATA #FIXED "org.apache.click.service.VelocityTemplateService">
   

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/click.dtd
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractContainer.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractContainer.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractContainer.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractContainer.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractContainer.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractContainer.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractContainer.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.util.ArrayList;
 import java.util.HashMap;
@@ -24,10 +24,10 @@
 import java.util.List;
 import java.util.Map;
 
-import net.sf.click.Control;
-import net.sf.click.Page;
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.HtmlStringBuffer;
+import org.apache.click.Control;
+import org.apache.click.Page;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.HtmlStringBuffer;
 import org.apache.commons.lang.ClassUtils;
 
 /**
@@ -85,7 +85,7 @@
     // ------------------------------------------------------ Public methods
 
     /**
-     * @see net.sf.click.control.Container#add(net.sf.click.Control).
+     * @see org.apache.click.control.Container#add(org.apache.click.Control).
      *
      * @param control the control to add to the container
      * @return the control that was added to the container
@@ -104,7 +104,7 @@
      * it will automatically be removed from that parent and inserted into this
      * container.
      *
-     * @see net.sf.click.control.Container#insert(net.sf.click.Control, int)
+     * @see org.apache.click.control.Container#insert(org.apache.click.Control, int)
      *
      * @param control the control to add to the container
      * @param index the index at which the control is to be inserted
@@ -178,7 +178,7 @@
     }
 
     /**
-     * @see net.sf.click.control.Container#remove(net.sf.click.Control).
+     * @see org.apache.click.control.Container#remove(org.apache.click.Control).
      *
      * @param control the control to remove from the container
      * @return true if the control was removed from the container
@@ -211,7 +211,7 @@
     }
 
     /**
-     * @see net.sf.click.control.Container#getControls().
+     * @see org.apache.click.control.Container#getControls().
      *
      * @return the sequential list of controls held by the container
      */
@@ -223,7 +223,7 @@
     }
 
     /**
-     * @see net.sf.click.control.Container#getControl(java.lang.String)
+     * @see org.apache.click.control.Container#getControl(java.lang.String)
      *
      * @param controlName the name of the control to get from the container
      * @return the named control from the container if found or null otherwise
@@ -236,7 +236,7 @@
     }
 
     /**
-     * @see net.sf.click.control.Container#contains(net.sf.click.Control)
+     * @see org.apache.click.control.Container#contains(org.apache.click.Control)
      *
      * @param control the control whose presence in this container is to be tested
      * @return true if the container contains the specified control
@@ -290,7 +290,7 @@
     }
 
     /**
-     * @see net.sf.click.Control#onProcess().
+     * @see org.apache.click.Control#onProcess().
      *
      * @return true to continue Page event processing or false otherwise
      */
@@ -313,7 +313,7 @@
     }
 
     /**
-     * @see net.sf.click.Control#onDestroy()
+     * @see org.apache.click.Control#onDestroy()
      */
     public void onDestroy() {
         if (hasControls()) {
@@ -329,7 +329,7 @@
     }
 
    /**
-    * @see net.sf.click.Control#onInit()
+    * @see org.apache.click.Control#onInit()
     */
     public void onInit() {
         super.onInit();
@@ -342,7 +342,7 @@
     }
 
    /**
-    * @see net.sf.click.Control#onRender()
+    * @see org.apache.click.Control#onRender()
     */
     public void onRender() {
         if (hasControls()) {
@@ -354,7 +354,7 @@
     }
 
     /**
-     * @see net.sf.click.Control#getHtmlImports()
+     * @see org.apache.click.Control#getHtmlImports()
      *
      * @return the HTML includes statements for the container and child Controls,
      * or null if no includes are available
@@ -381,7 +381,7 @@
      * If {@link #getTag()} returns null, this method will render only its
      * child controls.
      * <p/>
-     * @see AbstractControl#render(net.sf.click.util.HtmlStringBuffer)
+     * @see AbstractControl#render(org.apache.click.util.HtmlStringBuffer)
      *
      * @param buffer the specified buffer to render the control's output to
      */
@@ -408,7 +408,7 @@
      * Returns the HTML representation of this control.
      * <p/>
      * This method delegates the rendering to the method
-     * {@link #render(net.sf.click.util.HtmlStringBuffer)}. The size of buffer
+     * {@link #render(org.apache.click.util.HtmlStringBuffer)}. The size of buffer
      * is determined by {@link #getControlSizeEst()}.
      *
      * @see Object#toString()
@@ -424,7 +424,7 @@
     // ------------------------------------------------------ Protected Methods
 
     /**
-     * @see AbstractControl#renderTagEnd(java.lang.String, net.sf.click.util.HtmlStringBuffer).
+     * @see AbstractControl#renderTagEnd(java.lang.String, org.apache.click.util.HtmlStringBuffer).
      *
      * @param tagName the name of the tag to close
      * @param buffer the buffer to append the output to

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractContainer.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractControl.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractControl.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractControl.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractControl.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractControl.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractControl.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractControl.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.text.MessageFormat;
 import java.util.HashMap;
@@ -30,15 +30,15 @@
 
 import javax.servlet.ServletContext;
 
-import net.sf.click.ActionListener;
-import net.sf.click.Context;
-import net.sf.click.Control;
-import net.sf.click.ControlRegistry;
-import net.sf.click.Page;
-import net.sf.click.util.ActionListenerAdaptor;
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.HtmlStringBuffer;
-import net.sf.click.util.MessagesMap;
+import org.apache.click.ActionListener;
+import org.apache.click.Context;
+import org.apache.click.Control;
+import org.apache.click.ControlRegistry;
+import org.apache.click.Page;
+import org.apache.click.util.ActionListenerAdaptor;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.HtmlStringBuffer;
+import org.apache.click.util.MessagesMap;
 
 /**
  * Provides a default implementation of the {@link Control} interface,
@@ -47,7 +47,7 @@
  * Subclasses are expected to at least override {@link #getTag()}
  * to differentiate the control. However some controls does not map cleanly
  * to a html <em>tag</em>, in which case you can override
- * {@link #render(net.sf.click.util.HtmlStringBuffer)} for complete control
+ * {@link #render(org.apache.click.util.HtmlStringBuffer)} for complete control
  * over the output.
  * <p/>
  * Below is an example of creating a new control called MyField:
@@ -107,7 +107,7 @@
  * <pre class="prettyprint">
  * &lt;input name="myfield" id="myfield"/&gt;</pre>
  *
- * Also see {@link net.sf.click.Control} javadoc for an explanation of the
+ * Also see {@link org.apache.click.Control} javadoc for an explanation of the
  * Control execution sequence.
  *
  * @author Bob Schellink
@@ -299,7 +299,7 @@
     }
 
     /**
-     * @see net.sf.click.Control#getContext()
+     * @see org.apache.click.Control#getContext()
      *
      * @return the Page request Context
      */
@@ -332,7 +332,7 @@
     /**
      * Return the "id" attribute value if defined, or the control name otherwise.
      *
-     * @see net.sf.click.Control#getId()
+     * @see org.apache.click.Control#getId()
      *
      * @return HTML element identifier attribute "id" value
      */
@@ -441,7 +441,7 @@
     }
 
     /**
-     * @see net.sf.click.Control#getParent()
+     * @see org.apache.click.Control#getParent()
      *
      * @return the Control's parent
      */
@@ -450,7 +450,7 @@
     }
 
     /**
-     * @see net.sf.click.Control#setParent(Object)
+     * @see org.apache.click.Control#setParent(Object)
      *
      * @param parent the parent of the Control
      * @throws IllegalArgumentException if the given parent instance is
@@ -464,7 +464,7 @@
     }
 
    /**
-    * @see net.sf.click.Control#onProcess()
+    * @see org.apache.click.Control#onProcess()
     *
     * @return true to continue Page event processing or false otherwise
     */
@@ -502,7 +502,7 @@
      * This method does nothing. Subclasses may override this method to perform
      * initialization.
      *
-     * @see net.sf.click.Control#onInit()
+     * @see org.apache.click.Control#onInit()
      */
     public void onInit() {
     }
@@ -511,7 +511,7 @@
      * This method does nothing. Subclasses may override this method to perform
      * clean up any resources.
      *
-     * @see net.sf.click.Control#onDestroy()
+     * @see org.apache.click.Control#onDestroy()
      */
     public void onDestroy() {
     }
@@ -520,7 +520,7 @@
      * This method does nothing. Subclasses may override this method to deploy
      * static web resources.
      *
-     * @see net.sf.click.Control#onDeploy(ServletContext)
+     * @see org.apache.click.Control#onDeploy(ServletContext)
      *
      * @param servletContext the servlet context
      */
@@ -532,13 +532,13 @@
     * This method does nothing. Subclasses may override this method to perform
     * pre rendering logic.
     *
-    * @see net.sf.click.Control#onRender()
+    * @see org.apache.click.Control#onRender()
     */
     public void onRender() {
     }
 
     /**
-     * @see net.sf.click.Control#getHtmlImports()
+     * @see org.apache.click.Control#getHtmlImports()
      *
      * @return the HTML includes statements for the control stylesheet and
      * JavaScript files
@@ -780,7 +780,7 @@
      * If {@link #getTag()} returns null, this method will return an empty
      * string.
      * <p/>
-     * @see net.sf.click.Control#render(net.sf.click.util.HtmlStringBuffer)
+     * @see org.apache.click.Control#render(org.apache.click.util.HtmlStringBuffer)
      *
      * @param buffer the specified buffer to render the control's output to
      */
@@ -796,7 +796,7 @@
      * Returns the HTML representation of this control.
      * <p/>
      * This method delegates the rendering to the method
-     * {@link #render(net.sf.click.util.HtmlStringBuffer)}. The size of buffer
+     * {@link #render(org.apache.click.util.HtmlStringBuffer)}. The size of buffer
      * is determined by {@link #getControlSizeEst()}.
      *
      * @see Object#toString()
@@ -815,10 +815,10 @@
     // ------------------------------------------------------ Protected Methods
 
     /**
-     * Register this control's listener with the {@link net.sf.click.ControlRegistry}
+     * Register this control's listener with the {@link org.apache.click.ControlRegistry}
      * registry.
      *
-     * @see net.sf.click.ControlRegistry#registerActionEvent(net.sf.click.Control, net.sf.click.ActionListener)
+     * @see org.apache.click.ControlRegistry#registerActionEvent(org.apache.click.Control, org.apache.click.ActionListener)
      */
     protected void registerActionEvent() {
         if (getActionListener() != null) {

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractControl.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java (from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractLink.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractLink.java&r1=731262&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/AbstractLink.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java Mon Jan  5 04:09:22 2009
@@ -16,13 +16,13 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.util.HashMap;
 import java.util.Map;
 
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.HtmlStringBuffer;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.HtmlStringBuffer;
 
 import org.apache.commons.lang.StringUtils;
 
@@ -135,7 +135,7 @@
     /**
      * This method returns null.
      *
-     * @see net.sf.click.Control#getHtmlImports()
+     * @see org.apache.click.Control#getHtmlImports()
      *
      * @return null
      */
@@ -176,7 +176,7 @@
     /**
      * Return the "id" attribute value if defined, or null otherwise.
      *
-     * @see net.sf.click.Control#getId()
+     * @see org.apache.click.Control#getId()
      *
      * @return HTML element identifier attribute "id" value
      */

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/ActionButton.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/ActionButton.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/ActionButton.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/ActionButton.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/ActionButton.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/ActionButton.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/ActionButton.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.util.Enumeration;
 import java.util.HashMap;
@@ -25,9 +25,9 @@
 
 import javax.servlet.http.HttpServletRequest;
 
-import net.sf.click.Context;
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.HtmlStringBuffer;
+import org.apache.click.Context;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.HtmlStringBuffer;
 
 import org.apache.commons.lang.StringUtils;
 
@@ -41,7 +41,7 @@
  * </table>
  *
  * The ActionButton provides equivalent functionality to the
- * {@link net.sf.click.control.ActionLink} control, where you can attach
+ * {@link org.apache.click.control.ActionLink} control, where you can attach
  * action listeners to the button. When the button is clicked it will make a
  * JavaScript GET request. This request is then processed by the ActionButton
  * and its listener is invoked.
@@ -59,7 +59,7 @@
  * the GET request it generates will never be processed by the Form, and in turn
  * the Form will not invoke the ActionButton's <tt>onProcess()</tt> method.
  *
- * @see net.sf.click.control.ActionLink
+ * @see org.apache.click.control.ActionLink
  *
  * @author Malcolm Edgar
  */
@@ -210,7 +210,7 @@
      * Please note the name 'actionButton' is reserved as a control request
      * parameter name and cannot be used as the name of the control.
      *
-     * @see net.sf.click.Control#setName(String)
+     * @see org.apache.click.Control#setName(String)
      *
      * @param name of the control
      * @throws IllegalArgumentException if the name is null
@@ -227,7 +227,7 @@
     /**
      * Set the parent of the ActionButton.
      *
-     * @see net.sf.click.Control#setParent(Object)
+     * @see org.apache.click.Control#setParent(Object)
      *
      * @param parent the parent of the Control
      * @throws IllegalStateException if {@link #name} is not defined
@@ -485,7 +485,7 @@
      * ActionButton was clicked, and if an action callback listener was set
      * this will be invoked.
      *
-     * @see net.sf.click.Control#onProcess()
+     * @see org.apache.click.Control#onProcess()
      *
      * @return true to continue Page event processing or false otherwise
      */

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/ActionButton.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/ActionButton.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java (from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/ActionLink.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/ActionLink.java&r1=731262&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/ActionLink.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java Mon Jan  5 04:09:22 2009
@@ -16,16 +16,16 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.util.Enumeration;
 import java.util.Iterator;
 
 import javax.servlet.http.HttpServletRequest;
 
-import net.sf.click.Context;
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.HtmlStringBuffer;
+import org.apache.click.Context;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.HtmlStringBuffer;
 
 import org.apache.commons.lang.StringUtils;
 
@@ -346,7 +346,7 @@
      * Please note the name 'actionLink' is reserved as a control request
      * parameter name and cannot be used as the name of the control.
      *
-     * @see net.sf.click.Control#setName(String)
+     * @see org.apache.click.Control#setName(String)
      *
      * @param name of the control
      * @throws IllegalArgumentException if the name is null
@@ -363,7 +363,7 @@
     /**
      * Set the parent of the ActionLink.
      *
-     * @see net.sf.click.Control#setParent(Object)
+     * @see org.apache.click.Control#setParent(Object)
      *
      * @param parent the parent of the Control
      * @throws IllegalStateException if {@link #name} is not defined
@@ -500,7 +500,7 @@
      * ActionLink was clicked, and if an action callback listener was set
      * this will be invoked.
      *
-     * @see net.sf.click.Control#onProcess()
+     * @see org.apache.click.Control#onProcess()
      *
      * @return true to continue Page event processing or false otherwise
      */

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/ActionLink.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java (from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Button.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/Button.java&r1=731262&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Button.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java Mon Jan  5 04:09:22 2009
@@ -16,9 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
-import net.sf.click.util.HtmlStringBuffer;
+import org.apache.click.util.HtmlStringBuffer;
 
 /**
  * Provides a Button control: &nbsp; &lt;input type='button'/&gt;.
@@ -144,7 +144,7 @@
     /**
      * Returns true, as buttons perform no server side logic.
      *
-     * @see net.sf.click.control.Field#onProcess()
+     * @see org.apache.click.control.Field#onProcess()
      *
      * @return true
      */
@@ -156,7 +156,7 @@
      * This method does nothing. Subclasses may override this method to perform
      * pre rendering logic.
      *
-     * @see net.sf.click.Control#onRender()
+     * @see org.apache.click.Control#onRender()
      */
     public void onRender() {
     }

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Button.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java (from r731262, incubator/click/trunk/click/framework/src/net/sf/click/control/Checkbox.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/Checkbox.java&r1=731262&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Checkbox.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java Mon Jan  5 04:09:22 2009
@@ -16,11 +16,11 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.text.MessageFormat;
 
-import net.sf.click.util.HtmlStringBuffer;
+import org.apache.click.util.HtmlStringBuffer;
 
 /**
  * Provides a Checkbox control: &nbsp; &lt;input type='checkbox'&gt;.

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Checkbox.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Column.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/Column.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Column.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java Mon Jan  5 04:09:22 2009
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.io.Serializable;
 import java.text.MessageFormat;
@@ -26,10 +26,10 @@
 import java.util.Map;
 import java.util.StringTokenizer;
 
-import net.sf.click.Context;
-import net.sf.click.util.ClickUtils;
-import net.sf.click.util.HtmlStringBuffer;
-import net.sf.click.util.PropertyUtils;
+import org.apache.click.Context;
+import org.apache.click.util.ClickUtils;
+import org.apache.click.util.HtmlStringBuffer;
+import org.apache.click.util.PropertyUtils;
 
 import org.apache.commons.lang.math.NumberUtils;
 
@@ -1445,8 +1445,8 @@
     /**
      * Provides a table Column comparator for sorting table rows.
      *
-     * @see net.sf.click.control.Column
-     * @see net.sf.click.control.Table
+     * @see org.apache.click.control.Column
+     * @see org.apache.click.control.Table
      *
      * @author Malcolm Edgar
      */

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/Container.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Container.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Container.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/Container.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/Container.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Container.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Container.java Mon Jan  5 04:09:22 2009
@@ -16,13 +16,13 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
 import java.util.List;
-import net.sf.click.Control;
+import org.apache.click.Control;
 
 /**
- * Container extends {@link net.sf.click.Control} and enables the creation of
+ * Container extends {@link org.apache.click.Control} and enables the creation of
  * nested controls.
  * <p/>
  * Container allows one to add, remove and retrieve controls.
@@ -31,7 +31,7 @@
  * a default implementation of the Container interface and allows easy creation
  * of new containers.
  *
- * @see net.sf.click.util.ContainerUtils
+ * @see org.apache.click.util.ContainerUtils
  *
  * @author Bob Schellink
  */

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Container.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: incubator/click/trunk/click/framework/src/org/apache/click/control/Decorator.java (from r729543, incubator/click/trunk/click/framework/src/net/sf/click/control/Decorator.java)
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Decorator.java?p2=incubator/click/trunk/click/framework/src/org/apache/click/control/Decorator.java&p1=incubator/click/trunk/click/framework/src/net/sf/click/control/Decorator.java&r1=729543&r2=731537&rev=731537&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Decorator.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Decorator.java Mon Jan  5 04:09:22 2009
@@ -16,9 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package net.sf.click.control;
+package org.apache.click.control;
 
-import net.sf.click.Context;
+import org.apache.click.Context;
 
 /**
  * Provides a decorator interface for delegating object rendering.

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Decorator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/click/trunk/click/framework/src/org/apache/click/control/Decorator.java
------------------------------------------------------------------------------
    svn:mergeinfo =