Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-portal-quickstart
Commit: d15bca12569fa4f91afe0122f6138357831d75c7
https://github.com/gatein/gatein-portal-quickstart/commit/d15bca12569fa4f...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2013-05-13 (Mon, 13 May 2013)
Changed paths:
M cdi-generic-portlet/pom.xml
M cdi-generic-portlet/src/main/webapp/WEB-INF/portlet.xml
M cdi-jsf-portlet/pom.xml
M cdi-jsf-portlet/src/main/webapp/WEB-INF/portlet.xml
A cdi-scope-portlets/README.html
A cdi-scope-portlets/README.md
A cdi-scope-portlets/pom.xml
A cdi-scope-portlets/src/main/java/org/gatein/cdi/AbstractBean.java
A cdi-scope-portlets/src/main/java/org/gatein/cdi/JSPAbstractPortlet.java
A cdi-scope-portlets/src/main/java/org/gatein/cdi/JSPLifecyclePortlet.java
A cdi-scope-portlets/src/main/java/org/gatein/cdi/JSPRedisplayPortlet.java
A cdi-scope-portlets/src/main/java/org/gatein/cdi/LifecycleBean.java
A cdi-scope-portlets/src/main/java/org/gatein/cdi/RedisplayBean.java
A cdi-scope-portlets/src/main/webapp/WEB-INF/beans.xml
A cdi-scope-portlets/src/main/webapp/WEB-INF/portlet.xml
A cdi-scope-portlets/src/main/webapp/WEB-INF/web.xml
A cdi-scope-portlets/src/main/webapp/jsp/hello.jsp
A cdi-scope-portlets/src/main/webapp/jsp/welcome.jsp
M gatein-portal-extension/config/pom.xml
M gatein-portal-extension/ear/pom.xml
M gatein-portal-extension/pom.xml
M gatein-portal-extension/war/pom.xml
M
gatein-portal-extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/portal-configuration.xml
M gatein-portal-extension/war/src/main/webapp/login/jsp/login.jsp
M
gatein-portal-extension/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
M gatein-sample-portal/config/pom.xml
M gatein-sample-portal/ear/pom.xml
M gatein-sample-portal/pom.xml
M gatein-sample-portal/rest-war/pom.xml
M gatein-sample-portal/war/pom.xml
M
gatein-sample-portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_en.properties
M jsf2-hello-world-portlet/pom.xml
M jsf2-rf4-hello-world-portlet/pom.xml
M navigation-api-portlet/pom.xml
M navigation-api-portlet/src/main/webapp/WEB-INF/web.xml
M pom.xml
M simplest-hello-world-portlet/pom.xml
M simplest-hello-world-portlet/src/main/webapp/WEB-INF/portlet.xml
A src/main/freemarker/cdi-scope-portlets/README.md.ftl
Log Message:
-----------
GTNPORTAL-3004 Upgrade gatein-api to 1.0.0.CR3 in BOM
GTNPORTAL-3003 Add CDI Scope quickstart
GTNPORTAL-2967 Delete button does not work in CDI JSF Portlet Quickstart