Branch: refs/heads/master
Home:
https://github.com/portletbridge/portletbridge
Commit: f5b6af1b57bdca726851aa3ef12bc9056baca54c
https://github.com/portletbridge/portletbridge/commit/f5b6af1b57bdca72685...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
R build-resources/pom.xml
R build-resources/src/main/resources/code-style/checkstyle.xml
R build-resources/src/main/resources/code-style/eclipse-cleanup-rules.xml
R build-resources/src/main/resources/code-style/eclipse-formatting-rules.xml
R build-resources/src/main/resources/code-style/eclipse-java-templates.xml
A build/build-resources/pom.xml
A build/build-resources/src/main/java/category/Failing.java
A build/build-resources/src/main/java/category/Jsf21Only.java
A build/build-resources/src/main/java/category/Jsf22Only.java
A build/build-resources/src/main/java/category/None.java
A build/build-resources/src/main/java/category/NotPlutoAndJsf21.java
A
build/build-resources/src/main/java/org/portletbridge/arquillian/deployment/TestDeployment.java
A build/build-resources/src/main/resources/arquillian.xml
A build/build-resources/src/main/resources/code-style/checkstyle.xml
A build/build-resources/src/main/resources/code-style/eclipse-cleanup-rules.xml
A build/build-resources/src/main/resources/code-style/eclipse-formatting-rules.xml
A build/build-resources/src/main/resources/code-style/eclipse-java-templates.xml
A build/pom.xml
A core/portletbridge-api/src/test/arquillian-settings/arquillian.xml
M core/portletbridge-impl/pom.xml
A core/portletbridge-impl/src/test/arquillian-settings/arquillian.xml
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/AjaxSubmitTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/HelloJsfPortletTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/JsfFormSubmitTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/common/AbstractPortletTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/common/Bean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/config/NoWebXmlTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/config/WebXmlNoFacesServletTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/config/WebXmlNoFacesServletWithErrorPagesTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/config/WebXmlTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/config/WebXmlWithErrorPagesTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/exception/ExceptionBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/exception/ExceptionWithSuffixTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/exception/ExceptionWithoutSuffixTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/facelet/FaceletCompositionCustomTagTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/facelet/FaceletCompositionDefineTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/facelet/FaceletCompositionParameterTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/facelet/FaceletCompositionRemoveTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/facelet/FaceletCompositionTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/commandButton/CommandButtonBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/commandButton/CommandButtonPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/commandButton/CommandButtonTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/commandLink/CommandLinkBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/commandLink/CommandLinkPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/commandLink/CommandLinkTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/inputText/InputTextBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/inputText/InputTextPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/inputText/InputTextTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/link/LinkBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/link/LinkTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/message/MessagesBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/message/MessagesPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/message/MessagesTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/message/RenderActionBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputLabel/OutputLabelBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputLabel/OutputLabelPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputLabel/OutputLabelTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputLink/OutputLinkBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputLink/OutputLinkPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputLink/OutputLinkTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputText/OutputTextBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputText/OutputTextPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/outputText/OutputTextTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/selectCheckbox/SelectCheckboxBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/selectCheckbox/SelectCheckboxPage.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/h/selectCheckbox/SelectCheckboxTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/i18n/I18nResourceTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/i18n/LanguageBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/navigation/NavigationConditionalTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/navigation/NavigationTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/navigation/PageController.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/navigation/PaymentController.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/pbr500/PBR500Bean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/pbr500/PBR500Test.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/redirect/AjaxRedirectTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/scope/flash/FlashScopeTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/scope/flash/RequestBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/scope/view/UserList.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/scope/view/ViewScopeTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/stage/StageAbstractTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/stage/StageDevelopmentTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/stage/StageProductionTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/taglib/PortletTagTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/validator/LoginRegisterBean.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/validator/ValidatorAjaxEmailTest.java
A
core/portletbridge-impl/src/test/integration/org/jboss/portletbridge/it/validator/ValidatorEmailTest.java
A core/portletbridge-impl/src/test/resources/WEB-INF/faces-config.xml
A core/portletbridge-impl/src/test/resources/WEB-INF/jboss-deployment-structure.xml
A core/portletbridge-impl/src/test/resources/logging.properties
A core/portletbridge-impl/src/test/resources/pages/ajax.xhtml
A
core/portletbridge-impl/src/test/resources/pages/component/h/commandButton/commandbutton.xhtml
A
core/portletbridge-impl/src/test/resources/pages/component/h/commandLink/commandlink.xhtml
A
core/portletbridge-impl/src/test/resources/pages/component/h/inputText/inputtext.xhtml
A core/portletbridge-impl/src/test/resources/pages/component/h/link/link.xhtml
A core/portletbridge-impl/src/test/resources/pages/component/h/message/message.xhtml
A
core/portletbridge-impl/src/test/resources/pages/component/h/outputLabel/outputlabel.xhtml
A
core/portletbridge-impl/src/test/resources/pages/component/h/outputLink/outputlink.xhtml
A
core/portletbridge-impl/src/test/resources/pages/component/h/outputText/outputtext.xhtml
A
core/portletbridge-impl/src/test/resources/pages/component/h/selectCheckbox/selectcheckbox.xhtml
A core/portletbridge-impl/src/test/resources/pages/config/header.xhtml
A core/portletbridge-impl/src/test/resources/pages/exception/error.xhtml
A core/portletbridge-impl/src/test/resources/pages/exception/test.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/commonContent.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/commonFooter.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/commonHeader.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/commonLayout.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/composition.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/compositionDefine.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/customTag/button.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/customTag/main.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/customTag/pbr.taglib.xml
A
core/portletbridge-impl/src/test/resources/pages/facelet/parameter/commonHeader.xhtml
A
core/portletbridge-impl/src/test/resources/pages/facelet/parameter/commonLayout.xhtml
A
core/portletbridge-impl/src/test/resources/pages/facelet/parameter/compositionParameter.xhtml
A core/portletbridge-impl/src/test/resources/pages/facelet/remove/main.xhtml
A core/portletbridge-impl/src/test/resources/pages/fixes/pbr500/pbr500.xhtml
A core/portletbridge-impl/src/test/resources/pages/form.xhtml
A core/portletbridge-impl/src/test/resources/pages/i18n/main.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/main.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/mainConditional.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/order.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/page1.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/page2.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/payment.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/register.xhtml
A core/portletbridge-impl/src/test/resources/pages/navigation/target.xhtml
A core/portletbridge-impl/src/test/resources/pages/output.xhtml
A core/portletbridge-impl/src/test/resources/pages/redirect/ajax.xhtml
A core/portletbridge-impl/src/test/resources/pages/redirect/done1.xhtml
A core/portletbridge-impl/src/test/resources/pages/redirect/done2.xhtml
A core/portletbridge-impl/src/test/resources/pages/scope/flash/done.xhtml
A core/portletbridge-impl/src/test/resources/pages/scope/flash/home.xhtml
A core/portletbridge-impl/src/test/resources/pages/scope/view/users.xhtml
A core/portletbridge-impl/src/test/resources/pages/stage/main.xhtml
A core/portletbridge-impl/src/test/resources/pages/validator/main.xhtml
A core/portletbridge-impl/src/test/resources/pages/validator/mainAjax.xhtml
A core/portletbridge-impl/src/test/resources/resources/ajax.png
A core/portletbridge-impl/src/test/resources/resources/stylesheet.css
A core/portletbridge-impl/src/test/resources/resources/welcome.properties
A core/portletbridge-impl/src/test/resources/resources/welcome_zh_CN.properties
A core/portletbridge-impl/src/test/resources/taglib/edit.xhtml
A core/portletbridge-impl/src/test/resources/taglib/tags.xhtml
A core/src/test/arquillian-settings/arquillian.xml
M examples/cdi-portlet/pom.xml
M examples/deltaspike-portlet/pom.xml
M examples/richfaces-showcase/pom.xml
M pom.xml
R testsuites/common/pom.xml
R
testsuites/common/src/main/java/org/jboss/portletbridge/deployment/TestDeployment.java
R
testsuites/common/src/main/java/org/jboss/portletbridge/test/AbstractPortletTest.java
R testsuites/common/src/main/java/org/jboss/portletbridge/test/Bean.java
R testsuites/common/src/main/java/org/jboss/portletbridge/test/scopes/UserList.java
R testsuites/jsf2/pom.xml
R testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/AjaxSubmitTest.java
R testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/HelloJsfPortletTest.java
R testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/JsfFormSubmitTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandLink/CommandLinkBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandLink/CommandLinkPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandLink/CommandLinkTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/MessagesBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/MessagesPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/MessagesTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/RenderActionBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLabel/OutputLabelBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLabel/OutputLabelPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLabel/OutputLabelTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputText/OutputTextBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputText/OutputTextPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputText/OutputTextTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxPage.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxTest.java
R testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/NoWebXmlTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlNoFacesServletTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlNoFacesServletWithErrorPagesTest.java
R testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlWithErrorPagesTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionWithSuffixTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionWithoutSuffixTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionCustomTagTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionDefineTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionParameterTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionRemoveTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/fixes/pbr500/PBR500Bean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/fixes/pbr500/PBR500Test.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/I18nResourceTest.java
R testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/LanguageBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationConditionalTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/PageController.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/PaymentController.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/redirect/AjaxRedirectTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/scope/flash/FlashScopeTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/scope/flash/RequestBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/scope/view/ViewScopeTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageAbstractTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageDevelopmentTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageProductionTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/taglib/PortletTagTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/LoginRegisterBean.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorAjaxEmailTest.java
R
testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorEmailTest.java
R testsuites/jsf2/src/test/resources/WEB-INF/faces-config.xml
R testsuites/jsf2/src/test/resources/WEB-INF/jboss-deployment-structure.xml
R testsuites/jsf2/src/test/resources/logging.properties
R testsuites/jsf2/src/test/resources/pages/ajax.xhtml
R
testsuites/jsf2/src/test/resources/pages/component/h/commandButton/commandbutton.xhtml
R testsuites/jsf2/src/test/resources/pages/component/h/commandLink/commandlink.xhtml
R testsuites/jsf2/src/test/resources/pages/component/h/inputText/inputtext.xhtml
R testsuites/jsf2/src/test/resources/pages/component/h/link/link.xhtml
R testsuites/jsf2/src/test/resources/pages/component/h/message/message.xhtml
R testsuites/jsf2/src/test/resources/pages/component/h/outputLabel/outputlabel.xhtml
R testsuites/jsf2/src/test/resources/pages/component/h/outputLink/outputlink.xhtml
R testsuites/jsf2/src/test/resources/pages/component/h/outputText/outputtext.xhtml
R
testsuites/jsf2/src/test/resources/pages/component/h/selectCheckbox/selectcheckbox.xhtml
R testsuites/jsf2/src/test/resources/pages/config/header.xhtml
R testsuites/jsf2/src/test/resources/pages/exception/error.xhtml
R testsuites/jsf2/src/test/resources/pages/exception/test.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/commonContent.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/commonFooter.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/commonHeader.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/commonLayout.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/composition.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/compositionDefine.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/customTag/button.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/customTag/main.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/customTag/pbr.taglib.xml
R testsuites/jsf2/src/test/resources/pages/facelet/parameter/commonHeader.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/parameter/commonLayout.xhtml
R
testsuites/jsf2/src/test/resources/pages/facelet/parameter/compositionParameter.xhtml
R testsuites/jsf2/src/test/resources/pages/facelet/remove/main.xhtml
R testsuites/jsf2/src/test/resources/pages/fixes/pbr500/pbr500.xhtml
R testsuites/jsf2/src/test/resources/pages/form.xhtml
R testsuites/jsf2/src/test/resources/pages/i18n/main.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/main.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/mainConditional.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/order.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/page1.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/page2.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/payment.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/register.xhtml
R testsuites/jsf2/src/test/resources/pages/navigation/target.xhtml
R testsuites/jsf2/src/test/resources/pages/output.xhtml
R testsuites/jsf2/src/test/resources/pages/redirect/ajax.xhtml
R testsuites/jsf2/src/test/resources/pages/redirect/done1.xhtml
R testsuites/jsf2/src/test/resources/pages/redirect/done2.xhtml
R testsuites/jsf2/src/test/resources/pages/scope/flash/done.xhtml
R testsuites/jsf2/src/test/resources/pages/scope/flash/home.xhtml
R testsuites/jsf2/src/test/resources/pages/scope/view/users.xhtml
R testsuites/jsf2/src/test/resources/pages/stage/main.xhtml
R testsuites/jsf2/src/test/resources/pages/validator/main.xhtml
R testsuites/jsf2/src/test/resources/pages/validator/mainAjax.xhtml
R testsuites/jsf2/src/test/resources/resources/ajax.png
R testsuites/jsf2/src/test/resources/resources/stylesheet.css
R testsuites/jsf2/src/test/resources/resources/welcome.properties
R testsuites/jsf2/src/test/resources/resources/welcome_zh_CN.properties
R testsuites/jsf2/src/test/resources/taglib/edit.xhtml
R testsuites/jsf2/src/test/resources/taglib/tags.xhtml
R testsuites/pom.xml
R testsuites/servers/jboss7/pom.xml
R testsuites/servers/jboss7/src/test/resources/arquillian.xml
R testsuites/servers/jetty8/pom.xml
R testsuites/servers/jetty8/src/test/resources/arquillian.xml
R testsuites/servers/pom.xml
R testsuites/servers/wildfly8/pom.xml
R testsuites/servers/wildfly8/src/test/resources/arquillian.xml
Log Message:
-----------
PBR-536 Modify testsuite structure to better enable IDE testing
- test source moved under module that contains code being tested
- Wildfly 8 and AS 7.1.1 profiles working