Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 2786e2d4aebfead1a96c827c3881450a000c23d1
https://github.com/windup/windup/commit/2786e2d4aebfead1a96c827c3881450a0...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
M engine/graph/pom.xml
R engine/graph/spi/pom.xml
R engine/graph/spi/src/main/java/org/jboss/windup/addon/package-info.java
Log Message:
-----------
Remove the empty Graph SPI module
Commit: 4a613bb9446f227e6701e8c3fbe0c26303742846
https://github.com/windup/windup/commit/4a613bb9446f227e6701e8c3fbe0c2630...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
A
engine/config/api/src/main/java/org/jboss/windup/addon/config/runner/DefaultEvaluationContext.java
M engine/config/pom.xml
R engine/config/spi/pom.xml
R
engine/config/spi/src/main/java/org/jboss/windup/addon/config/runner/DefaultEvaluationContext.java
R engine/config/spi/src/main/java/org/jboss/windup/addon/package-info.java
Log Message:
-----------
Remove the empty Config SPI module (the 1 class moved to API)
Commit: 6f821ea3dcf294df345b5f554738bcb1b97769c1
https://github.com/windup/windup/commit/6f821ea3dcf294df345b5f554738bcb1b...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
M
engine/decompiler/decompiler-api/src/test/java/org/jboss/windup/engine/decompilers/api/DecompilerTestBase.java
M engine/pom.xml
M pom.xml
A sample-apps/jee-example-jboss/.gitignore
A sample-apps/jee-example-jboss/README
A sample-apps/jee-example-jboss/jee-example-app/pom.xml
A
sample-apps/jee-example-jboss/jee-example-app/src/main/application/LogEventTopic-jms.xml
A
sample-apps/jee-example-jboss/jee-example-app/src/main/application/META-INF/weblogic-application.xml
A
sample-apps/jee-example-jboss/jee-example-app/src/test/weblogic-jms-to-jboss-hornetq.xsl
A sample-apps/jee-example-jboss/jee-example-services/pom.xml
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/listener/AnvilStartupSingleton.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/listener/AnvilWebListener.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/management/AnvilInvokeBean.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/management/AnvilInvokeBeanImpl.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ItemLookup.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ItemLookupBean.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ItemLookupHome.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ItemLookupLocal.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ItemLookupLocalHome.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ProductCatalog.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ProductCatalogBean.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ProductCatalogHome.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ProductCatalogLocal.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/ProductCatalogLocalHome.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/jms/LogEventPublisher.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/service/jms/LogEventSubscriber.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/vo/Item.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/java/com/acme/anvil/vo/LogEvent.java
A
sample-apps/jee-example-jboss/jee-example-services/src/main/resources/META-INF/ejb-jar.xml
A
sample-apps/jee-example-jboss/jee-example-services/src/main/resources/META-INF/jboss-ejb3.xml
A
sample-apps/jee-example-jboss/jee-example-services/src/main/resources/META-INF/weblogic-ejb-jar.xml
A sample-apps/jee-example-jboss/jee-example-web/pom.xml
A
sample-apps/jee-example-jboss/jee-example-web/src/main/java/com/acme/anvil/AnvilWebServlet.java
A
sample-apps/jee-example-jboss/jee-example-web/src/main/java/com/acme/anvil/AuthenticateFilter.java
A
sample-apps/jee-example-jboss/jee-example-web/src/main/java/com/acme/anvil/LoginFilter.java
A
sample-apps/jee-example-jboss/jee-example-web/src/main/webapp/WEB-INF/faces-config.xml
A sample-apps/jee-example-jboss/jee-example-web/src/main/webapp/WEB-INF/web.xml
A sample-apps/jee-example-jboss/jee-example-web/src/main/webapp/WEB-INF/weblogic.xml
A sample-apps/jee-example-jboss/pom.xml
A sample-apps/pom.xml
A sample-apps/windup-regression-test/pom.xml
A sample-apps/windup-regression-test/windup-regression-axis1/README.txt
A
sample-apps/windup-regression-test/windup-regression-axis1/WebContent/META-INF/MANIFEST.MF
A
sample-apps/windup-regression-test/windup-regression-axis1/WebContent/WEB-INF/ejb-jar.xml
A
sample-apps/windup-regression-test/windup-regression-axis1/WebContent/WEB-INF/web.xml
A sample-apps/windup-regression-test/windup-regression-axis1/deploy.wsdd
A sample-apps/windup-regression-test/windup-regression-axis1/pom.xml
A
sample-apps/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThings.java
A
sample-apps/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThingsBean.java
A
sample-apps/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThingsBeanEJB.java
A
sample-apps/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThingsBeanHome.java
A
sample-apps/windup-regression-test/windup-regression-axis1/src/samples/ejb/SimpleBean.java
A
sample-apps/windup-regression-test/windup-regression-axis1/src/samples/ejb/SimpleBeanEJB.java
A
sample-apps/windup-regression-test/windup-regression-axis1/src/samples/ejb/SimpleBeanHome.java
A sample-apps/windup-regression-test/windup-regression-axis1/undeploy.wsdd
A sample-apps/windup-regression-test/windup-regression-axis2/README.txt
A sample-apps/windup-regression-test/windup-regression-axis2/pom.xml
A
sample-apps/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService-wsdl-sample-cxf-wsdl2java-pom-plugin.xml
A
sample-apps/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService-wsdl-sample-cxf-wsdl2java-xmlbeans-pom-plugin.xml
A
sample-apps/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService.wsdl
A
sample-apps/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService_schema1.xsd
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/Add.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/AddNumbersException.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/AddNumbersException_Exception.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/AddResponse.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/Calculator.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/CalculatorServer.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/CalculatorService.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/GetTicket.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/GetTicketResponse.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/ObjectFactory.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/Add.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException_Exception.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddResponse.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddSEIClient.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/Calculator.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/CalculatorService.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/GetTicket.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/GetTicketResponse.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/ObjectFactory.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/package-info.java
A
sample-apps/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/package-info.java
A sample-apps/windup-regression-test/windup-regression-ear/pom.xml
A sample-apps/windup-regression-test/windup-regression-ejb1/pom.xml
A
sample-apps/windup-regression-test/windup-regression-ejb1/src/main/java/org/jboss/cake/regression/ejb1/TestObject.java
A
sample-apps/windup-regression-test/windup-regression-ejb1/src/main/java/org/jboss/cake/regression/ejb1/TestObjectBean.java
A
sample-apps/windup-regression-test/windup-regression-ejb1/src/main/java/org/jboss/cake/regression/ejb1/TestObjectHome.java
A
sample-apps/windup-regression-test/windup-regression-ejb1/src/main/resources/META-INF/MANIFEST.MF
A
sample-apps/windup-regression-test/windup-regression-ejb1/src/main/resources/META-INF/ejb-jar.xml
A sample-apps/windup-regression-test/windup-regression-ejb2/pom.xml
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestEntityBean.java
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestLocalObject.java
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestMessageDrivenBean.java
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObject.java
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObjectBean.java
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObjectHome.java
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObjectLocalHome.java
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/resources/META-INF/MANIFEST.MF
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/resources/META-INF/ejb-jar.xml
A
sample-apps/windup-regression-test/windup-regression-ejb2/src/main/resources/META-INF/jboss.xml
A sample-apps/windup-regression-test/windup-regression-ejb3/pom.xml
A
sample-apps/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/TestSessionBean.java
A
sample-apps/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/TestSessionBeanLocal.java
A
sample-apps/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/TestSessionBeanRemote.java
A
sample-apps/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/messageDrivenBean.java
A
sample-apps/windup-regression-test/windup-regression-ejb3/src/main/resources/META-INF/MANIFEST.MF
A
sample-apps/windup-regression-test/windup-regression-ejb3/src/main/resources/META-INF/ejb-jar.xml
A sample-apps/windup-regression-test/windup-regression-jrun4/pom.xml
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/WEB-INF/ejb-jar.xml
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/WEB-INF/jrun-web.xml
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/WEB-INF/web.xml
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/databasenotes.html
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/default.css
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/errorPages/404.html
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/favicon.ico
A
sample-apps/windup-regression-test/windup-regression-jrun4/src/main/webapp/index.html
A sample-apps/windup-regression-test/windup-regression-war/pom.xml
A
sample-apps/windup-regression-test/windup-regression-war/src/main/webapp/META-INF/MANIFEST.MF
A
sample-apps/windup-regression-test/windup-regression-war/src/main/webapp/WEB-INF/faces-config.xml
A
sample-apps/windup-regression-test/windup-regression-war/src/main/webapp/WEB-INF/web.xml
A
sample-apps/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.jsf
A
sample-apps/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.jsp
A
sample-apps/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.jspx
A
sample-apps/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.xhtml
R test_files/windup-regression-test/pom.xml
R test_files/windup-regression-test/windup-regression-axis1/README.txt
R
test_files/windup-regression-test/windup-regression-axis1/WebContent/META-INF/MANIFEST.MF
R
test_files/windup-regression-test/windup-regression-axis1/WebContent/WEB-INF/ejb-jar.xml
R
test_files/windup-regression-test/windup-regression-axis1/WebContent/WEB-INF/web.xml
R test_files/windup-regression-test/windup-regression-axis1/deploy.wsdd
R test_files/windup-regression-test/windup-regression-axis1/pom.xml
R
test_files/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThings.java
R
test_files/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThingsBean.java
R
test_files/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThingsBeanEJB.java
R
test_files/windup-regression-test/windup-regression-axis1/src/samples/ejb/NiceThingsBeanHome.java
R
test_files/windup-regression-test/windup-regression-axis1/src/samples/ejb/SimpleBean.java
R
test_files/windup-regression-test/windup-regression-axis1/src/samples/ejb/SimpleBeanEJB.java
R
test_files/windup-regression-test/windup-regression-axis1/src/samples/ejb/SimpleBeanHome.java
R test_files/windup-regression-test/windup-regression-axis1/undeploy.wsdd
R test_files/windup-regression-test/windup-regression-axis2/README.txt
R test_files/windup-regression-test/windup-regression-axis2/pom.xml
R
test_files/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService-wsdl-sample-cxf-wsdl2java-pom-plugin.xml
R
test_files/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService-wsdl-sample-cxf-wsdl2java-xmlbeans-pom-plugin.xml
R
test_files/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService.wsdl
R
test_files/windup-regression-test/windup-regression-axis2/resources/META-INF/CalculatorService_schema1.xsd
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/Add.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/AddNumbersException.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/AddNumbersException_Exception.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/AddResponse.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/Calculator.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/CalculatorServer.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/CalculatorService.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/GetTicket.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/GetTicketResponse.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/ObjectFactory.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/Add.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException_Exception.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddResponse.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/AddSEIClient.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/Calculator.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/CalculatorService.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/GetTicket.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/GetTicketResponse.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/ObjectFactory.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/client/package-info.java
R
test_files/windup-regression-test/windup-regression-axis2/src/org/apache/axis2/jaxws/calculator/package-info.java
R test_files/windup-regression-test/windup-regression-ear/pom.xml
R test_files/windup-regression-test/windup-regression-ejb1/pom.xml
R
test_files/windup-regression-test/windup-regression-ejb1/src/main/java/org/jboss/cake/regression/ejb1/TestObject.java
R
test_files/windup-regression-test/windup-regression-ejb1/src/main/java/org/jboss/cake/regression/ejb1/TestObjectBean.java
R
test_files/windup-regression-test/windup-regression-ejb1/src/main/java/org/jboss/cake/regression/ejb1/TestObjectHome.java
R
test_files/windup-regression-test/windup-regression-ejb1/src/main/resources/META-INF/MANIFEST.MF
R
test_files/windup-regression-test/windup-regression-ejb1/src/main/resources/META-INF/ejb-jar.xml
R test_files/windup-regression-test/windup-regression-ejb2/pom.xml
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestEntityBean.java
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestLocalObject.java
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestMessageDrivenBean.java
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObject.java
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObjectBean.java
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObjectHome.java
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/java/org/jboss/cake/regression/ejb2/TestObjectLocalHome.java
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/resources/META-INF/MANIFEST.MF
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/resources/META-INF/ejb-jar.xml
R
test_files/windup-regression-test/windup-regression-ejb2/src/main/resources/META-INF/jboss.xml
R test_files/windup-regression-test/windup-regression-ejb3/pom.xml
R
test_files/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/TestSessionBean.java
R
test_files/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/TestSessionBeanLocal.java
R
test_files/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/TestSessionBeanRemote.java
R
test_files/windup-regression-test/windup-regression-ejb3/src/main/java/org/jboss/cake/regression/ejb3/messageDrivenBean.java
R
test_files/windup-regression-test/windup-regression-ejb3/src/main/resources/META-INF/MANIFEST.MF
R
test_files/windup-regression-test/windup-regression-ejb3/src/main/resources/META-INF/ejb-jar.xml
R test_files/windup-regression-test/windup-regression-jrun4/pom.xml
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/WEB-INF/ejb-jar.xml
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/WEB-INF/jrun-web.xml
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/WEB-INF/web.xml
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/databasenotes.html
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/default.css
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/errorPages/404.html
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/favicon.ico
R
test_files/windup-regression-test/windup-regression-jrun4/src/main/webapp/index.html
R test_files/windup-regression-test/windup-regression-war/pom.xml
R
test_files/windup-regression-test/windup-regression-war/src/main/webapp/META-INF/MANIFEST.MF
R
test_files/windup-regression-test/windup-regression-war/src/main/webapp/WEB-INF/faces-config.xml
R
test_files/windup-regression-test/windup-regression-war/src/main/webapp/WEB-INF/web.xml
R
test_files/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.jsf
R
test_files/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.jsp
R
test_files/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.jspx
R
test_files/windup-regression-test/windup-regression-war/src/main/webapp/jsp/test.xhtml
Log Message:
-----------
Test apps refactoring; Brad's JEE sample app for JBoss added.
Compare:
https://github.com/windup/windup/compare/c27f966e7cff...6f821ea3dcf2