JBoss Portal SVN: r12535 - in modules/identity: tags and 1 other directory.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-01-16 07:18:08 -0500 (Fri, 16 Jan 2009)
New Revision: 12535
Added:
modules/identity/tags/JBP_IDENTITY_1_0_6/
Removed:
modules/identity/branches/JBP_IDENTITY_RELEASE_BRANCH_1_0_6/
Log:
Tagging Identity 1.0.6
Copied: modules/identity/tags/JBP_IDENTITY_1_0_6 (from rev 12534, modules/identity/branches/JBP_IDENTITY_RELEASE_BRANCH_1_0_6)
17 years, 3 months
JBoss Portal SVN: r12533 - docs/enterprise/trunk/Reference_Guide/en-US.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-01-16 06:51:38 -0500 (Fri, 16 Jan 2009)
New Revision: 12533
Modified:
docs/enterprise/trunk/Reference_Guide/en-US/Migration.xml
Log:
Doesn't validate as-is, thank you Gregor !
Modified: docs/enterprise/trunk/Reference_Guide/en-US/Migration.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/Migration.xml 2009-01-16 11:24:41 UTC (rev 12532)
+++ docs/enterprise/trunk/Reference_Guide/en-US/Migration.xml 2009-01-16 11:51:38 UTC (rev 12533)
@@ -37,6 +37,12 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
version="2.0">
+ <portlet>
+ <description>My foo portlet</description>
+ <portlet-name>MyFooPortlet</portlet-name>
+ ...
+ </portlet>
+
<filter>
<filter-name>JBoss Portlet Filter</filter-name>
<filter-class>org.jboss.portlet.filter.JBossPortletFilter</filter-class>
@@ -48,13 +54,7 @@
<filter-name>JBoss Portlet Filter</filter-name>
<portlet-name>MyFooPortlet</portlet-name>
</filter-mapping>
-
-
- <portlet>
- <description>My foo portlet</description>
- <portlet-name>MyFooPortlet</portlet-name>
- ...
- </portlet>
+
</portlet-app>
]]></programlisting>
17 years, 3 months
JBoss Portal SVN: r12532 - examples/tags/JBoss_Portal_2_7_1/JSFHelloUser.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-01-16 06:24:41 -0500 (Fri, 16 Jan 2009)
New Revision: 12532
Modified:
examples/tags/JBoss_Portal_2_7_1/JSFHelloUser/pom.xml
Log:
Use PBR B5
Modified: examples/tags/JBoss_Portal_2_7_1/JSFHelloUser/pom.xml
===================================================================
--- examples/tags/JBoss_Portal_2_7_1/JSFHelloUser/pom.xml 2009-01-16 10:53:43 UTC (rev 12531)
+++ examples/tags/JBoss_Portal_2_7_1/JSFHelloUser/pom.xml 2009-01-16 11:24:41 UTC (rev 12532)
@@ -7,7 +7,7 @@
<artifactId>JSFHelloUser</artifactId>
<packaging>war</packaging>
<name />
- <version>0.0.1</version>
+ <version>0.0.2</version>
<description />
@@ -39,13 +39,13 @@
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>1.0.0.B4</version>
+ <version>1.0.0.B5</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>1.0.0.B4</version>
+ <version>1.0.0.B5</version>
<exclusions>
<exclusion>
<groupId>org.richfaces.ui</groupId>
17 years, 3 months
JBoss Portal SVN: r12531 - examples/tags.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-01-16 05:53:43 -0500 (Fri, 16 Jan 2009)
New Revision: 12531
Added:
examples/tags/JBoss_Portal_2_7_1/
Log:
Tagging examples for 2.7.1
Copied: examples/tags/JBoss_Portal_2_7_1 (from rev 12530, examples/trunk)
17 years, 3 months
JBoss Portal SVN: r12530 - branches/JBoss_Portal_Release_Branch_2_7_1/core-admin/src/resources/portal-admin-war/jsf.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-01-16 05:51:26 -0500 (Fri, 16 Jan 2009)
New Revision: 12530
Added:
branches/JBoss_Portal_Release_Branch_2_7_1/core-admin/src/resources/portal-admin-war/jsf/error.xhtml
Log:
handle exceptions from bridge
Copied: branches/JBoss_Portal_Release_Branch_2_7_1/core-admin/src/resources/portal-admin-war/jsf/error.xhtml (from rev 12524, branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/error.xhtml)
===================================================================
--- branches/JBoss_Portal_Release_Branch_2_7_1/core-admin/src/resources/portal-admin-war/jsf/error.xhtml (rev 0)
+++ branches/JBoss_Portal_Release_Branch_2_7_1/core-admin/src/resources/portal-admin-war/jsf/error.xhtml 2009-01-16 10:51:26 UTC (rev 12530)
@@ -0,0 +1,7 @@
+<ui:composition
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core">
+ <!--Standard Error Page-->
+ </ui:composition>
\ No newline at end of file
17 years, 3 months