gatein SVN: r3178 - in portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US: extras and 2 other directories.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-05-23 18:03:12 -0400 (Sun, 23 May 2010)
New Revision: 3178
Added:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/gadgets.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/navigation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/pages.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/portal.xml
Removed:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/gadgets.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/navigation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/pages.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/portal.xml
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/Foundations.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml
Log:
JBEPP-276:Moved portal.mxl, pages.xml, navigation.xml and gadgets.xml to extras folder. Local test build solves xml formatting problem.
Added: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/gadgets.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/gadgets.xml (rev 0)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/gadgets.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<gadgets
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gadgets_1_0"
+ xmlns="http://www.gatein.org/xml/ns/gadgets_1_0">
+
+ <gadget name="Todo">
+ <path>/gadgets/Todo/Todo.xml</path>
+ </gadget>
+
+ <gadget name="Calendar">
+ <path>/gadgets/Calendar/Calendar.xml</path>
+ </gadget>
+
+ <gadget name="Calculator">
+ <path>/gadgets/Calculator/Calculator.xml</path>
+ </gadget>
+
+ <gadget name="rssAggregator">
+ <path>/gadgets/rssAggregator/rssAggregator.xml</path>
+ </gadget>
+
+ <gadget name="Currency">
+ <url>http://www.donalobrien.net/apps/google/currency.xml</url>
+ </gadget>
+</gadgets>
Added: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/navigation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/navigation.xml (rev 0)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/navigation.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node-navigation
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
+ xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
+ <priority>1</priority>
+ <page-nodes>
+ <node>
+ <uri>home</uri>
+ <name>home</name>
+ <label>#{portal.classic.home}</label>
+ <page-reference>portal::classic::homepage</page-reference>
+ </node>
+ <node>
+ <uri>sitemap</uri>
+ <name>sitemap</name>
+ <label>#{portal.classic.sitemap}</label>
+ <visibility>DISPLAYED</visibility>
+ <page-reference>portal::classic::sitemap</page-reference>
+ </node>
+ <node>
+ <uri>groupnavigation</uri>
+ <name>groupnavigation</name>
+ <label>#{portal.classic.groupnavigation}</label>
+ <visibility>SYSTEM</visibility>
+ <page-reference>portal::classic::groupnavigation</page-reference>
+ </node>
+ <node>
+ <uri>portalnavigation</uri>
+ <name>portalnavigation</name>
+ <label>#{portal.classic.portalnavigation}</label>
+ <visibility>SYSTEM</visibility>
+ <page-reference>portal::classic::portalnavigation</page-reference>
+ </node>
+ <node>
+ <uri>register</uri>
+ <name>register</name>
+ <label>#{portal.classic.register}</label>
+ <visibility>SYSTEM</visibility>
+ <page-reference>portal::classic::register</page-reference>
+ </node>
+ <!-- NOT FOUND node -->
+ <node>
+ <uri>notfound</uri>
+ <name>notfound</name>
+ <label>NotFound</label>
+ <visibility>SYSTEM</visibility>
+ </node>
+ </page-nodes>
+</node-navigation>
Added: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/pages.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/pages.xml (rev 0)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/pages.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<page-set
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
+ xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
+
+ <page>
+ <name>homepage</name>
+ <title>Home Page</title>
+ <access-permissions>Everyone</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <portlet-application>
+ <portlet>
+ <application-ref>web</application-ref>
+ <portlet-ref>HomePagePortlet</portlet-ref>
+ <preferences>
+ <preference>
+ <name>template</name>
+ <value>system:/templates/groovy/webui/component/UIHomePagePortlet.gtmpl</value>
+ <read-only>false</read-only>
+ </preference>
+ </preferences>
+ </portlet>
+ <title>Home Page portlet</title>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ <show-application-state>false</show-application-state>
+ <show-application-mode>false</show-application-mode>
+ </portlet-application>
+ </page>
+
+ <page>
+ <name>groupnavigation</name>
+ <title>Group Navigation</title>
+ <access-permissions>*:/platform/users</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <portlet-application>
+ <portlet>
+ <application-ref>exoadmin</application-ref>
+ <portlet-ref>GroupNavigationPortlet</portlet-ref>
+ </portlet>
+ <title>Group Navigation</title>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+ </page>
+
+ <page>
+ <name>portalnavigation</name>
+ <title>Portal Navigation</title>
+ <access-permissions>*:/platform/users</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <portlet-application>
+ <portlet>
+ <application-ref>exoadmin</application-ref>
+ <portlet-ref>PortalNavigationPortlet</portlet-ref>
+ </portlet>
+ <title>Portal Navigation</title>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+ </page>
+
+ <page>
+ <name>register</name>
+ <title>Register</title>
+ <access-permissions>*:/platform/guests</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <portlet-application>
+ <portlet>
+ <application-ref>exoadmin</application-ref>
+ <portlet-ref>RegisterPortlet</portlet-ref>
+ </portlet>
+ <title>Register Account</title>
+ <access-permissions>*:/platform/guests</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+ </page>
+ <page>
+ <name>sitemap</name>
+ <title>Site Map</title>
+ <access-permissions>Everyone</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <portlet-application>
+ <portlet>
+ <application-ref>web</application-ref>
+ <portlet-ref>SiteMapPortlet</portlet-ref>
+ </portlet>
+ <title>SiteMap</title>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+ </page>
+</page-set>
Added: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/portal.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/portal.xml (rev 0)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/extras/portal.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<portal-config
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
+ xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
+ <portal-name>classic</portal-name>
+ <locale>en</locale>
+ <access-permissions>Everyone</access-permissions>
+ <edit-permission>*:/platform/administrators</edit-permission>
+ <skin>NewSkin</skin>
+ <properties>
+ <entry key="sessionAlive">onDemand</entry>
+ </properties>
+
+ <portal-layout>
+ <portlet-application>
+ <portlet>
+ <application-ref>web</application-ref>
+ <portlet-ref>BannerPortlet</portlet-ref>
+ <preferences>
+ <preference>
+ <name>template</name>
+ <value>par:/groovy/groovy/webui/component/UIBannerPortlet.gtmpl</value>
+ <read-only>false</read-only>
+ </preference>
+ </preferences>
+ </portlet>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+
+ <portlet-application>
+ <portlet>
+ <application-ref>web</application-ref>
+ <portlet-ref>NavigationPortlet</portlet-ref>
+ </portlet>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+
+ <portlet-application>
+ <portlet>
+ <application-ref>web</application-ref>
+ <portlet-ref>BreadcumbsPortlet</portlet-ref>
+ </portlet>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+
+ <page-body> </page-body>
+
+ <portlet-application>
+ <portlet>
+ <application-ref>web</application-ref>
+ <portlet-ref>FooterPortlet</portlet-ref>
+ <preferences>
+ <preference>
+ <name>template</name>
+ <value>par:/groovy/groovy/webui/component/UIFooterPortlet.gtmpl</value>
+ <read-only>false</read-only>
+ </preference>
+ </preferences>
+ </portlet>
+ <access-permissions>Everyone</access-permissions>
+ <show-info-bar>false</show-info-bar>
+ </portlet-application>
+
+ </portal-layout>
+
+</portal-config>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/Foundations.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/Foundations.xml 2010-05-23 09:26:06 UTC (rev 3177)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/Foundations.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -35,6 +35,7 @@
<para>
Whenever your portal application has to be integrated more closely with Exo services, these services can be looked up through the <literal>PortalContainer</literal>.
</para>
+<!-- This Note has been flagged in a review by Andrew Ross BNE QE. Currently unsure as to why.-->
<important>
<para>
Only officially documented services should be accessed this way, and used according to documentation, as most of the services are an implementation detail of Exo, and subject to change without notice.
@@ -158,7 +159,7 @@
<area coords="6" id="area-Reference_Guide-Configuration_syntax-Includes_and_special_URLs-url_schema" />
</areaspec>
<!-- TODO highlight once Publican 1.6.3 installed (XML)-->
-<programlisting><![CDATA[<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<programlisting language="XML" role="XML" ><![CDATA[<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd
http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml 2010-05-23 09:26:06 UTC (rev 3177)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/DefaultPortalNavigationConfiguration.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -159,7 +159,7 @@
<para>
This file describes the layout and portlets that will be shown on all pages. Usually the layout contains the banner, footer, menu and breadcrumbs portlets. &PRODUCT; is extremely configurable as every view element (even the banner and footer) is a portlet.
</para>
- <programlisting role="XML" language="XML"><xi:include href="portal.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
+ <programlisting role="XML" language="XML"><xi:include href="../../extras/portal.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text"/></programlisting>
<para>
It is also possible to apply a nested container that can also contain portlets. Row, column or tab containers are then responsible for the layout of their child portlets.
</para>
@@ -183,7 +183,7 @@
<para>
When the <literal>#{...}</literal> syntax is used, the enclosed property name serves as a key that is automatically passed to internationalization mechanism so the literal property name is replaced by a localized value taken from the associated properties file matching the current locale.
</para>
- <programlisting role="XML" language="XML"><xi:include href="navigation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
+ <programlisting role="XML" language="XML"><xi:include href="../../extras/navigation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
<para>
This navigation tree can have multiple views inside portlets (such as the breadcrumbs portlet) that render the current view node, the site map or the menu portlets.
</para>
@@ -203,7 +203,7 @@
<para>
This configuration file structure is very similar to <filename>portal.xml</filename> and it can also contain container tags. Each application can decide whether to render the portlet border, the window state, the icons or portlet's mode.
</para>
- <programlisting role="XML" language="XML"><xi:include href="pages.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
+ <programlisting role="XML" language="XML"><xi:include href="../../extras/pages.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
</listitem>
</varlistentry>
</variablelist>
@@ -232,7 +232,7 @@
<para>
The file <filename>eXoGadgets.war/WEB-INF/gadget.xml</filename> defines the gadgets that will be available on a user dashboard.
</para>
- <programlisting role="XML" language="XML"><xi:include href="gadgets.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
+ <programlisting role="XML" language="XML"><xi:include href="../../extras/gadgets.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
</section>
</chapter>
Deleted: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/gadgets.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/gadgets.xml 2010-05-23 09:26:06 UTC (rev 3177)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/gadgets.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<gadgets
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gadgets_1_0"
- xmlns="http://www.gatein.org/xml/ns/gadgets_1_0">
-
- <gadget name="Todo">
- <path>/gadgets/Todo/Todo.xml</path>
- </gadget>
-
- <gadget name="Calendar">
- <path>/gadgets/Calendar/Calendar.xml</path>
- </gadget>
-
- <gadget name="Calculator">
- <path>/gadgets/Calculator/Calculator.xml</path>
- </gadget>
-
- <gadget name="rssAggregator">
- <path>/gadgets/rssAggregator/rssAggregator.xml</path>
- </gadget>
-
- <gadget name="Currency">
- <url>http://www.donalobrien.net/apps/google/currency.xml</url>
- </gadget>
-</gadgets>
Deleted: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/navigation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/navigation.xml 2010-05-23 09:26:06 UTC (rev 3177)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/navigation.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node-navigation
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
- xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
- <priority>1</priority>
- <page-nodes>
- <node>
- <uri>home</uri>
- <name>home</name>
- <label>#{portal.classic.home}</label>
- <page-reference>portal::classic::homepage</page-reference>
- </node>
- <node>
- <uri>sitemap</uri>
- <name>sitemap</name>
- <label>#{portal.classic.sitemap}</label>
- <visibility>DISPLAYED</visibility>
- <page-reference>portal::classic::sitemap</page-reference>
- </node>
- <node>
- <uri>groupnavigation</uri>
- <name>groupnavigation</name>
- <label>#{portal.classic.groupnavigation}</label>
- <visibility>SYSTEM</visibility>
- <page-reference>portal::classic::groupnavigation</page-reference>
- </node>
- <node>
- <uri>portalnavigation</uri>
- <name>portalnavigation</name>
- <label>#{portal.classic.portalnavigation}</label>
- <visibility>SYSTEM</visibility>
- <page-reference>portal::classic::portalnavigation</page-reference>
- </node>
- <node>
- <uri>register</uri>
- <name>register</name>
- <label>#{portal.classic.register}</label>
- <visibility>SYSTEM</visibility>
- <page-reference>portal::classic::register</page-reference>
- </node>
- <!-- NOT FOUND node -->
- <node>
- <uri>notfound</uri>
- <name>notfound</name>
- <label>NotFound</label>
- <visibility>SYSTEM</visibility>
- </node>
- </page-nodes>
-</node-navigation>
Deleted: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/pages.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/pages.xml 2010-05-23 09:26:06 UTC (rev 3177)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/pages.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<page-set
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
- xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
-
- <page>
- <name>homepage</name>
- <title>Home Page</title>
- <access-permissions>Everyone</access-permissions>
- <edit-permission>*:/platform/administrators</edit-permission>
- <portlet-application>
- <portlet>
- <application-ref>web</application-ref>
- <portlet-ref>HomePagePortlet</portlet-ref>
- <preferences>
- <preference>
- <name>template</name>
- <value>system:/templates/groovy/webui/component/UIHomePagePortlet.gtmpl</value>
- <read-only>false</read-only>
- </preference>
- </preferences>
- </portlet>
- <title>Home Page portlet</title>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- <show-application-state>false</show-application-state>
- <show-application-mode>false</show-application-mode>
- </portlet-application>
- </page>
-
- <page>
- <name>groupnavigation</name>
- <title>Group Navigation</title>
- <access-permissions>*:/platform/users</access-permissions>
- <edit-permission>*:/platform/administrators</edit-permission>
- <portlet-application>
- <portlet>
- <application-ref>exoadmin</application-ref>
- <portlet-ref>GroupNavigationPortlet</portlet-ref>
- </portlet>
- <title>Group Navigation</title>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
- </page>
-
- <page>
- <name>portalnavigation</name>
- <title>Portal Navigation</title>
- <access-permissions>*:/platform/users</access-permissions>
- <edit-permission>*:/platform/administrators</edit-permission>
- <portlet-application>
- <portlet>
- <application-ref>exoadmin</application-ref>
- <portlet-ref>PortalNavigationPortlet</portlet-ref>
- </portlet>
- <title>Portal Navigation</title>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
- </page>
-
- <page>
- <name>register</name>
- <title>Register</title>
- <access-permissions>*:/platform/guests</access-permissions>
- <edit-permission>*:/platform/administrators</edit-permission>
- <portlet-application>
- <portlet>
- <application-ref>exoadmin</application-ref>
- <portlet-ref>RegisterPortlet</portlet-ref>
- </portlet>
- <title>Register Account</title>
- <access-permissions>*:/platform/guests</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
- </page>
- <page>
- <name>sitemap</name>
- <title>Site Map</title>
- <access-permissions>Everyone</access-permissions>
- <edit-permission>*:/platform/administrators</edit-permission>
- <portlet-application>
- <portlet>
- <application-ref>web</application-ref>
- <portlet-ref>SiteMapPortlet</portlet-ref>
- </portlet>
- <title>SiteMap</title>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
- </page>
-</page-set>
Deleted: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/portal.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/portal.xml 2010-05-23 09:26:06 UTC (rev 3177)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/PortalDevelopment/portal.xml 2010-05-23 22:03:12 UTC (rev 3178)
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<portal-config
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_0 http://www.gatein.org/xml/ns/gatein_objects_1_0"
- xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_0">
- <portal-name>classic</portal-name>
- <locale>en</locale>
- <access-permissions>Everyone</access-permissions>
- <edit-permission>*:/platform/administrators</edit-permission>
- <skin>NewSkin</skin>
- <properties>
- <entry key="sessionAlive">onDemand</entry>
- </properties>
-
- <portal-layout>
- <portlet-application>
- <portlet>
- <application-ref>web</application-ref>
- <portlet-ref>BannerPortlet</portlet-ref>
- <preferences>
- <preference>
- <name>template</name>
- <value>par:/groovy/groovy/webui/component/UIBannerPortlet.gtmpl</value>
- <read-only>false</read-only>
- </preference>
- </preferences>
- </portlet>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
-
- <portlet-application>
- <portlet>
- <application-ref>web</application-ref>
- <portlet-ref>NavigationPortlet</portlet-ref>
- </portlet>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
-
- <portlet-application>
- <portlet>
- <application-ref>web</application-ref>
- <portlet-ref>BreadcumbsPortlet</portlet-ref>
- </portlet>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
-
- <page-body> </page-body>
-
- <portlet-application>
- <portlet>
- <application-ref>web</application-ref>
- <portlet-ref>FooterPortlet</portlet-ref>
- <preferences>
- <preference>
- <name>template</name>
- <value>par:/groovy/groovy/webui/component/UIFooterPortlet.gtmpl</value>
- <read-only>false</read-only>
- </preference>
- </preferences>
- </portlet>
- <access-permissions>Everyone</access-permissions>
- <show-info-bar>false</show-info-bar>
- </portlet-application>
-
- </portal-layout>
-
-</portal-config>
14 years, 7 months
gatein SVN: r3177 - in portal/trunk: component and 69 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-23 05:26:06 -0400 (Sun, 23 May 2010)
New Revision: 3177
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/common/pom.xml
portal/trunk/component/dashboard/pom.xml
portal/trunk/component/identity/pom.xml
portal/trunk/component/management/pom.xml
portal/trunk/component/pc/pom.xml
portal/trunk/component/pom.xml
portal/trunk/component/portal/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/scripting/pom.xml
portal/trunk/component/test/core/pom.xml
portal/trunk/component/test/jcr/pom.xml
portal/trunk/component/test/organization/pom.xml
portal/trunk/component/test/pom.xml
portal/trunk/component/web/pom.xml
portal/trunk/component/wsrp/pom.xml
portal/trunk/component/xml-parser/pom.xml
portal/trunk/examples/extension/config/pom.xml
portal/trunk/examples/extension/ear/pom.xml
portal/trunk/examples/extension/jar/pom.xml
portal/trunk/examples/extension/pom.xml
portal/trunk/examples/extension/war/pom.xml
portal/trunk/examples/pom.xml
portal/trunk/examples/portal/config/pom.xml
portal/trunk/examples/portal/ear/pom.xml
portal/trunk/examples/portal/jar/pom.xml
portal/trunk/examples/portal/pom.xml
portal/trunk/examples/portal/rest-war/pom.xml
portal/trunk/examples/portal/war/pom.xml
portal/trunk/examples/portlets/jsfhellouser/pom.xml
portal/trunk/examples/portlets/jsphellouser/pom.xml
portal/trunk/examples/portlets/pom.xml
portal/trunk/examples/portlets/simplesthelloworld/pom.xml
portal/trunk/examples/portlets/struts-jpetstore/pom.xml
portal/trunk/examples/skins/pom.xml
portal/trunk/examples/skins/simpleskin/pom.xml
portal/trunk/gadgets/core/pom.xml
portal/trunk/gadgets/eXoGadgets/pom.xml
portal/trunk/gadgets/pom.xml
portal/trunk/gadgets/server/pom.xml
portal/trunk/packaging/module/pom.xml
portal/trunk/packaging/pkg/pom.xml
portal/trunk/packaging/pom.xml
portal/trunk/packaging/product/pom.xml
portal/trunk/packaging/reports/pom.xml
portal/trunk/pom.xml
portal/trunk/portlet/dashboard/pom.xml
portal/trunk/portlet/exoadmin/pom.xml
portal/trunk/portlet/pom.xml
portal/trunk/portlet/web/pom.xml
portal/trunk/server/jboss/patch-ear/pom.xml
portal/trunk/server/jboss/plugin/pom.xml
portal/trunk/server/jboss/pom.xml
portal/trunk/server/pom.xml
portal/trunk/server/tomcat/patch/pom.xml
portal/trunk/server/tomcat/plugin/pom.xml
portal/trunk/server/tomcat/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/pom.xml
portal/trunk/starter/war/pom.xml
portal/trunk/testsuite/pom.xml
portal/trunk/testsuite/selenium-snifftests/pom.xml
portal/trunk/testsuite/webuibasedsamples/pom.xml
portal/trunk/web/eXoResources/pom.xml
portal/trunk/web/pom.xml
portal/trunk/web/portal/pom.xml
portal/trunk/web/rest/pom.xml
portal/trunk/webui/core/pom.xml
portal/trunk/webui/eXo/pom.xml
portal/trunk/webui/pom.xml
portal/trunk/webui/portal/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/application-registry/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/common/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/trunk/component/dashboard/pom.xml
===================================================================
--- portal/trunk/component/dashboard/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/dashboard/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/identity/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/management/pom.xml
===================================================================
--- portal/trunk/component/management/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/management/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/pc/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pom.xml
===================================================================
--- portal/trunk/component/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/trunk/component/portal/pom.xml
===================================================================
--- portal/trunk/component/portal/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/portal/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/resources/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/scripting/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/core/pom.xml
===================================================================
--- portal/trunk/component/test/core/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/test/core/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/jcr/pom.xml
===================================================================
--- portal/trunk/component/test/jcr/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/test/jcr/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/organization/pom.xml
===================================================================
--- portal/trunk/component/test/organization/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/test/organization/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/pom.xml
===================================================================
--- portal/trunk/component/test/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/test/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/web/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/wsrp/pom.xml
===================================================================
--- portal/trunk/component/wsrp/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/wsrp/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/xml-parser/pom.xml
===================================================================
--- portal/trunk/component/xml-parser/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/component/xml-parser/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/config/pom.xml
===================================================================
--- portal/trunk/examples/extension/config/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/extension/config/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/ear/pom.xml
===================================================================
--- portal/trunk/examples/extension/ear/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/extension/ear/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/extension/jar/pom.xml
===================================================================
--- portal/trunk/examples/extension/jar/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/extension/jar/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/pom.xml
===================================================================
--- portal/trunk/examples/extension/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/extension/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/trunk/examples/extension/war/pom.xml
===================================================================
--- portal/trunk/examples/extension/war/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/extension/war/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/pom.xml
===================================================================
--- portal/trunk/examples/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/trunk/examples/portal/config/pom.xml
===================================================================
--- portal/trunk/examples/portal/config/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portal/config/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/ear/pom.xml
===================================================================
--- portal/trunk/examples/portal/ear/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portal/ear/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/portal/jar/pom.xml
===================================================================
--- portal/trunk/examples/portal/jar/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portal/jar/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/pom.xml
===================================================================
--- portal/trunk/examples/portal/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portal/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/trunk/examples/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/examples/portal/rest-war/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portal/rest-war/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/war/pom.xml
===================================================================
--- portal/trunk/examples/portal/war/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portal/war/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portlets/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: portal/trunk/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/trunk/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: portal/trunk/examples/skins/pom.xml
===================================================================
--- portal/trunk/examples/skins/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/skins/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: portal/trunk/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/trunk/examples/skins/simpleskin/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/examples/skins/simpleskin/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/trunk/gadgets/core/pom.xml
===================================================================
--- portal/trunk/gadgets/core/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/gadgets/core/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/trunk/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/gadgets/eXoGadgets/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/gadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/gadgets/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/trunk/gadgets/server/pom.xml
===================================================================
--- portal/trunk/gadgets/server/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/gadgets/server/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/trunk/packaging/module/pom.xml
===================================================================
--- portal/trunk/packaging/module/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/packaging/module/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/packaging/pkg/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/packaging/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/product/pom.xml
===================================================================
--- portal/trunk/packaging/product/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/packaging/product/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/reports/pom.xml
===================================================================
--- portal/trunk/packaging/reports/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/packaging/reports/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -67,9 +67,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.1.0-CR01</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/tags/3.1.0-CR01</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.1.0-CR01</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
</scm>
<modules>
@@ -318,110 +318,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
Modified: portal/trunk/portlet/dashboard/pom.xml
===================================================================
--- portal/trunk/portlet/dashboard/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/portlet/dashboard/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/exoadmin/pom.xml
===================================================================
--- portal/trunk/portlet/exoadmin/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/portlet/exoadmin/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/pom.xml
===================================================================
--- portal/trunk/portlet/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/portlet/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/trunk/portlet/web/pom.xml
===================================================================
--- portal/trunk/portlet/web/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/portlet/web/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/trunk/server/jboss/patch-ear/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/server/jboss/patch-ear/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/plugin/pom.xml
===================================================================
--- portal/trunk/server/jboss/plugin/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/server/jboss/plugin/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/pom.xml
===================================================================
--- portal/trunk/server/jboss/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/server/jboss/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/trunk/server/pom.xml
===================================================================
--- portal/trunk/server/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/server/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/trunk/server/tomcat/patch/pom.xml
===================================================================
--- portal/trunk/server/tomcat/patch/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/server/tomcat/patch/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/plugin/pom.xml
===================================================================
--- portal/trunk/server/tomcat/plugin/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/server/tomcat/plugin/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/pom.xml
===================================================================
--- portal/trunk/server/tomcat/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/server/tomcat/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.tomcat</artifactId>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/starter/ear/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/starter/pom.xml
===================================================================
--- portal/trunk/starter/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/starter/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/starter/war/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/testsuite/pom.xml
===================================================================
--- portal/trunk/testsuite/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/testsuite/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/trunk/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/trunk/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/trunk/web/eXoResources/pom.xml
===================================================================
--- portal/trunk/web/eXoResources/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/web/eXoResources/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/pom.xml
===================================================================
--- portal/trunk/web/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/web/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/trunk/web/portal/pom.xml
===================================================================
--- portal/trunk/web/portal/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/web/portal/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/rest/pom.xml
===================================================================
--- portal/trunk/web/rest/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/web/rest/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/webui/core/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/eXo/pom.xml
===================================================================
--- portal/trunk/webui/eXo/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/webui/eXo/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/pom.xml
===================================================================
--- portal/trunk/webui/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/webui/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/trunk/webui/portal/pom.xml
===================================================================
--- portal/trunk/webui/portal/pom.xml 2010-05-23 09:23:58 UTC (rev 3176)
+++ portal/trunk/webui/portal/pom.xml 2010-05-23 09:26:06 UTC (rev 3177)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.1.0-CR01</version>
+ <version>3.1.0-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 7 months
gatein SVN: r3176 - portal/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-23 05:23:58 -0400 (Sun, 23 May 2010)
New Revision: 3176
Added:
portal/tags/3.1.0-CR01/
Log:
[maven-scm] copy for tag 3.1.0-CR01
Copied: portal/tags/3.1.0-CR01 (from rev 3175, portal/trunk)
14 years, 7 months
gatein SVN: r3175 - in portal/trunk: component and 69 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-23 05:20:09 -0400 (Sun, 23 May 2010)
New Revision: 3175
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/common/pom.xml
portal/trunk/component/dashboard/pom.xml
portal/trunk/component/identity/pom.xml
portal/trunk/component/management/pom.xml
portal/trunk/component/pc/pom.xml
portal/trunk/component/pom.xml
portal/trunk/component/portal/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/scripting/pom.xml
portal/trunk/component/test/core/pom.xml
portal/trunk/component/test/jcr/pom.xml
portal/trunk/component/test/organization/pom.xml
portal/trunk/component/test/pom.xml
portal/trunk/component/web/pom.xml
portal/trunk/component/wsrp/pom.xml
portal/trunk/component/xml-parser/pom.xml
portal/trunk/examples/extension/config/pom.xml
portal/trunk/examples/extension/ear/pom.xml
portal/trunk/examples/extension/jar/pom.xml
portal/trunk/examples/extension/pom.xml
portal/trunk/examples/extension/war/pom.xml
portal/trunk/examples/pom.xml
portal/trunk/examples/portal/config/pom.xml
portal/trunk/examples/portal/ear/pom.xml
portal/trunk/examples/portal/jar/pom.xml
portal/trunk/examples/portal/pom.xml
portal/trunk/examples/portal/rest-war/pom.xml
portal/trunk/examples/portal/war/pom.xml
portal/trunk/examples/portlets/jsfhellouser/pom.xml
portal/trunk/examples/portlets/jsphellouser/pom.xml
portal/trunk/examples/portlets/pom.xml
portal/trunk/examples/portlets/simplesthelloworld/pom.xml
portal/trunk/examples/portlets/struts-jpetstore/pom.xml
portal/trunk/examples/skins/pom.xml
portal/trunk/examples/skins/simpleskin/pom.xml
portal/trunk/gadgets/core/pom.xml
portal/trunk/gadgets/eXoGadgets/pom.xml
portal/trunk/gadgets/pom.xml
portal/trunk/gadgets/server/pom.xml
portal/trunk/packaging/module/pom.xml
portal/trunk/packaging/pkg/pom.xml
portal/trunk/packaging/pom.xml
portal/trunk/packaging/product/pom.xml
portal/trunk/packaging/reports/pom.xml
portal/trunk/pom.xml
portal/trunk/portlet/dashboard/pom.xml
portal/trunk/portlet/exoadmin/pom.xml
portal/trunk/portlet/pom.xml
portal/trunk/portlet/web/pom.xml
portal/trunk/server/jboss/patch-ear/pom.xml
portal/trunk/server/jboss/plugin/pom.xml
portal/trunk/server/jboss/pom.xml
portal/trunk/server/pom.xml
portal/trunk/server/tomcat/patch/pom.xml
portal/trunk/server/tomcat/plugin/pom.xml
portal/trunk/server/tomcat/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/pom.xml
portal/trunk/starter/war/pom.xml
portal/trunk/testsuite/pom.xml
portal/trunk/testsuite/selenium-snifftests/pom.xml
portal/trunk/testsuite/webuibasedsamples/pom.xml
portal/trunk/web/eXoResources/pom.xml
portal/trunk/web/pom.xml
portal/trunk/web/portal/pom.xml
portal/trunk/web/rest/pom.xml
portal/trunk/webui/core/pom.xml
portal/trunk/webui/eXo/pom.xml
portal/trunk/webui/pom.xml
portal/trunk/webui/portal/pom.xml
Log:
[maven-release-plugin] prepare release 3.1.0-CR01
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/application-registry/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/common/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/trunk/component/dashboard/pom.xml
===================================================================
--- portal/trunk/component/dashboard/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/dashboard/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/identity/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/management/pom.xml
===================================================================
--- portal/trunk/component/management/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/management/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/pc/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pom.xml
===================================================================
--- portal/trunk/component/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/trunk/component/portal/pom.xml
===================================================================
--- portal/trunk/component/portal/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/portal/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/resources/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/scripting/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/core/pom.xml
===================================================================
--- portal/trunk/component/test/core/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/test/core/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/jcr/pom.xml
===================================================================
--- portal/trunk/component/test/jcr/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/test/jcr/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/organization/pom.xml
===================================================================
--- portal/trunk/component/test/organization/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/test/organization/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/pom.xml
===================================================================
--- portal/trunk/component/test/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/test/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/web/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/wsrp/pom.xml
===================================================================
--- portal/trunk/component/wsrp/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/wsrp/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/xml-parser/pom.xml
===================================================================
--- portal/trunk/component/xml-parser/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/component/xml-parser/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/config/pom.xml
===================================================================
--- portal/trunk/examples/extension/config/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/extension/config/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/ear/pom.xml
===================================================================
--- portal/trunk/examples/extension/ear/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/extension/ear/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/extension/jar/pom.xml
===================================================================
--- portal/trunk/examples/extension/jar/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/extension/jar/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/pom.xml
===================================================================
--- portal/trunk/examples/extension/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/extension/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/trunk/examples/extension/war/pom.xml
===================================================================
--- portal/trunk/examples/extension/war/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/extension/war/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/pom.xml
===================================================================
--- portal/trunk/examples/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/trunk/examples/portal/config/pom.xml
===================================================================
--- portal/trunk/examples/portal/config/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portal/config/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/ear/pom.xml
===================================================================
--- portal/trunk/examples/portal/ear/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portal/ear/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/portal/jar/pom.xml
===================================================================
--- portal/trunk/examples/portal/jar/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portal/jar/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/pom.xml
===================================================================
--- portal/trunk/examples/portal/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portal/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/trunk/examples/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/examples/portal/rest-war/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portal/rest-war/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portal/war/pom.xml
===================================================================
--- portal/trunk/examples/portal/war/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portal/war/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portlets/jsfhellouser/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portlets/jsphellouser/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portlets/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: portal/trunk/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/trunk/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: portal/trunk/examples/skins/pom.xml
===================================================================
--- portal/trunk/examples/skins/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/skins/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: portal/trunk/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/trunk/examples/skins/simpleskin/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/examples/skins/simpleskin/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/trunk/gadgets/core/pom.xml
===================================================================
--- portal/trunk/gadgets/core/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/gadgets/core/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/trunk/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/gadgets/eXoGadgets/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/gadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/gadgets/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/trunk/gadgets/server/pom.xml
===================================================================
--- portal/trunk/gadgets/server/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/gadgets/server/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/trunk/packaging/module/pom.xml
===================================================================
--- portal/trunk/packaging/module/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/packaging/module/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/packaging/pkg/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/packaging/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/product/pom.xml
===================================================================
--- portal/trunk/packaging/product/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/packaging/product/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/reports/pom.xml
===================================================================
--- portal/trunk/packaging/reports/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/packaging/reports/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -67,9 +67,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.1.0-CR01</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/tags/3.1.0-CR01</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.1.0-CR01</url>
</scm>
<modules>
@@ -318,110 +318,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>test-jar</type>
</dependency>
Modified: portal/trunk/portlet/dashboard/pom.xml
===================================================================
--- portal/trunk/portlet/dashboard/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/portlet/dashboard/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/exoadmin/pom.xml
===================================================================
--- portal/trunk/portlet/exoadmin/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/portlet/exoadmin/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/pom.xml
===================================================================
--- portal/trunk/portlet/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/portlet/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/trunk/portlet/web/pom.xml
===================================================================
--- portal/trunk/portlet/web/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/portlet/web/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/trunk/server/jboss/patch-ear/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/server/jboss/patch-ear/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/plugin/pom.xml
===================================================================
--- portal/trunk/server/jboss/plugin/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/server/jboss/plugin/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/pom.xml
===================================================================
--- portal/trunk/server/jboss/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/server/jboss/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/trunk/server/pom.xml
===================================================================
--- portal/trunk/server/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/server/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/trunk/server/tomcat/patch/pom.xml
===================================================================
--- portal/trunk/server/tomcat/patch/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/server/tomcat/patch/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/plugin/pom.xml
===================================================================
--- portal/trunk/server/tomcat/plugin/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/server/tomcat/plugin/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/pom.xml
===================================================================
--- portal/trunk/server/tomcat/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/server/tomcat/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.server.tomcat</artifactId>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/starter/ear/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/starter/pom.xml
===================================================================
--- portal/trunk/starter/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/starter/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/starter/war/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/testsuite/pom.xml
===================================================================
--- portal/trunk/testsuite/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/testsuite/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/trunk/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/testsuite/selenium-snifftests/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/trunk/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/testsuite/webuibasedsamples/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/trunk/web/eXoResources/pom.xml
===================================================================
--- portal/trunk/web/eXoResources/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/web/eXoResources/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/pom.xml
===================================================================
--- portal/trunk/web/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/web/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/trunk/web/portal/pom.xml
===================================================================
--- portal/trunk/web/portal/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/web/portal/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/rest/pom.xml
===================================================================
--- portal/trunk/web/rest/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/web/rest/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/webui/core/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/eXo/pom.xml
===================================================================
--- portal/trunk/webui/eXo/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/webui/eXo/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/pom.xml
===================================================================
--- portal/trunk/webui/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/webui/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/trunk/webui/portal/pom.xml
===================================================================
--- portal/trunk/webui/portal/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
+++ portal/trunk/webui/portal/pom.xml 2010-05-23 09:20:09 UTC (rev 3175)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.1-GA-SNAPSHOT</version>
+ <version>3.1.0-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 7 months
gatein SVN: r3174 - portal/trunk/packaging/pkg.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-23 05:08:48 -0400 (Sun, 23 May 2010)
New Revision: 3174
Modified:
portal/trunk/packaging/pkg/pom.xml
Log:
Use new packager
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2010-05-23 09:02:57 UTC (rev 3173)
+++ portal/trunk/packaging/pkg/pom.xml 2010-05-23 09:08:48 UTC (rev 3174)
@@ -37,7 +37,7 @@
<groupId>org.gatein.tools</groupId>
<artifactId>packager</artifactId>
<type>zip</type>
- <version>1.0.0-CR01</version>
+ <version>1.0.0-CR02</version>
</dependency>
<dependency>
14 years, 7 months
gatein SVN: r3172 - maven/packager/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-23 05:02:33 -0400 (Sun, 23 May 2010)
New Revision: 3172
Added:
maven/packager/tags/1.0.0-CR02/
Log:
[maven-scm] copy for tag 1.0.0-CR02
Copied: maven/packager/tags/1.0.0-CR02 (from rev 3171, maven/packager/trunk)
14 years, 7 months
gatein SVN: r3170 - portal/trunk.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-22 14:54:07 -0400 (Sat, 22 May 2010)
New Revision: 3170
Modified:
portal/trunk/Release_Notes.html
Log:
Updating release note for 3.1.0-CR01
Modified: portal/trunk/Release_Notes.html
===================================================================
--- portal/trunk/Release_Notes.html 2010-05-22 08:10:53 UTC (rev 3169)
+++ portal/trunk/Release_Notes.html 2010-05-22 18:54:07 UTC (rev 3170)
@@ -10,312 +10,435 @@
<a href="https://jira.jboss.org/">Community JIRA</a><br />
<a href="http://community.jboss.org/en/gatein?view=discussions">Community Forum</a></p>
-
<h2> Bug
</h2>
<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-87'>GTNPORTAL-87</a>] - Problem when delete all membership of member ( Root)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-20'>GTNPORTAL-20</a>] - Content in form doesn't match it
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-90'>GTNPORTAL-90</a>] - ConcurrentModificationException when continuously add new tab in Dashboard
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-173'>GTNPORTAL-173</a>] - Problem when change language in portal
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-124'>GTNPORTAL-124</a>] - Lost background when move cursor to container
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-288'>GTNPORTAL-288</a>] - portlets are being accessed twice during the creation or editing of a page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-135'>GTNPORTAL-135</a>] - Safari: can't click enter when login to portal after input value in form
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-337'>GTNPORTAL-337</a>] - Dashborad doesn't accept accents in Tab Title
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-164'>GTNPORTAL-164</a>] - Problem when click switch view mode in dashboard page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-365'>GTNPORTAL-365</a>] - Authentication fails when accessing directly to a private page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-168'>GTNPORTAL-168</a>] - Problem when delete all node in portal navigation
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-410'>GTNPORTAL-410</a>] - Adding a remote portlet to a page fails
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-180'>GTNPORTAL-180</a>] - Nothing happens when check or un-check Show Infor bar, Show Portlet Mode and Show Window State in dashboard portlet
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-421'>GTNPORTAL-421</a>] - Refreshed required after deleting container
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-204'>GTNPORTAL-204</a>] - Error display in Sitemap portlet when create many sub page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-422'>GTNPORTAL-422</a>] - Bug JS: Error displaying in Portlet Icon
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-239'>GTNPORTAL-239</a>] - clicking the 'sign in' button twice takes you to a 404 page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-425'>GTNPORTAL-425</a>] - NPE when select a page which was delete on Manage page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-270'>GTNPORTAL-270</a>] - Don't update profile of user in User Management form after edit information of user
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-434'>GTNPORTAL-434</a>] - Unknown errror when edit page/layout in Dashboard page in specical case
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-273'>GTNPORTAL-273</a>] - Still edit navigation of portal which was deleted
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-480'>GTNPORTAL-480</a>] - Unknown error when delete application which was deletd
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-299'>GTNPORTAL-299</a>] - Need a strategy for z-index on all menus
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-491'>GTNPORTAL-491</a>] - Possition of Edit/Delete icon of portlet is not correct when create new page in Manage page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-338'>GTNPORTAL-338</a>] - tune getAllPortalNames method in UserPortalConfigService
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-495'>GTNPORTAL-495</a>] - Can't click expand all in sitemap page in special case
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-399'>GTNPORTAL-399</a>] - Can't select all catagory when add gdget into category in Gadget item of Application registry portlet
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-558'>GTNPORTAL-558</a>] - we almost can't work on same resources concurrently
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-408'>GTNPORTAL-408</a>] - Have problem when click switch view mode in edit page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-570'>GTNPORTAL-570</a>] - Have problem with forgot user/password
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-439'>GTNPORTAL-439</a>] - IllegalArgumentException when click copy this gadget to local repository icon of Currency Converter gadget
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-575'>GTNPORTAL-575</a>] - Don't show page(node) on Breadcumbs
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-478'>GTNPORTAL-478</a>] - Error UI in Page Layout form when create new page in Manage Page with Spanish language
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-577'>GTNPORTAL-577</a>] - Don't show edit page in menu item when check Show Info Bar in Navigation portlet
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-490'>GTNPORTAL-490</a>] - Show invalid number of columns in Dasboard portlet when click edit portlet
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-594'>GTNPORTAL-594</a>] - Bug JS: Can't select sub-menu in menu item of group navigation ( IE6)
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-493'>GTNPORTAL-493</a>] - Problem when searching with Organization portet (first/last name,email)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-596'>GTNPORTAL-596</a>] - Can not access portal if the name is not in English
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-516'>GTNPORTAL-516</a>] - Lose resource bundle in menu item of UserToolBarGroupPortlet when change language to Arabic
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-634'>GTNPORTAL-634</a>] - Skin selection isn't persisted
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-539'>GTNPORTAL-539</a>] - Can not login to another configured portal when upgrate to Gatein Beta05
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-638'>GTNPORTAL-638</a>] - Switich to the magic locale "ma" causes a severe IllegalArgumentException
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-564'>GTNPORTAL-564</a>] - Can't delete group which was edited
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-697'>GTNPORTAL-697</a>] - Navigation menus and WSRP admin tabs don't interact properly
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-566'>GTNPORTAL-566</a>] - Unknown error when delete gadget which was deleted
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-706'>GTNPORTAL-706</a>] - Still keep tab 3 when select tab 1 in dashboard page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-567'>GTNPORTAL-567</a>] - Don't show new node after add new node in navigation
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-724'>GTNPORTAL-724</a>] - "Link" XSS issue
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-571'>GTNPORTAL-571</a>] - Unknown error when add new portal which was deleted
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-725'>GTNPORTAL-725</a>] - JAAS Servlet, XSS issue
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-579'>GTNPORTAL-579</a>] - Fix Upload component width for Linux based OS compliance
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-726'>GTNPORTAL-726</a>] - Log record forging (Security Issue)
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-592'>GTNPORTAL-592</a>] - Language of portal wrong when check in Edit layout
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-728'>GTNPORTAL-728</a>] - Security issue in portal URL handler
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-593'>GTNPORTAL-593</a>] - Don't update new membership in Select Permission form after create new membership
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-729'>GTNPORTAL-729</a>] - Privilege escalation security issue
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-595'>GTNPORTAL-595</a>] - Show invalid message when create group name already exists
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-730'>GTNPORTAL-730</a>] - Secure webdav access
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-597'>GTNPORTAL-597</a>] - Should get the Display Name of group when set permission instead of get the group Name
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-732'>GTNPORTAL-732</a>] - XSS in group settings
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-608'>GTNPORTAL-608</a>] - Display fail in Access permission form of category in Application registry
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-733'>GTNPORTAL-733</a>] - XSS in Group Navigation
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-609'>GTNPORTAL-609</a>] - Can't delete user in group in User and Group management
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-745'>GTNPORTAL-745</a>] - UsersRolesLoginModule exception sometimes
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-611'>GTNPORTAL-611</a>] - EditInline from a page of group shows layout of Dashboard
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-754'>GTNPORTAL-754</a>] - Don't show homepage on breadcumbs in the first time
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-617'>GTNPORTAL-617</a>] - Have problem when change membership of user in user and group management
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-756'>GTNPORTAL-756</a>] - Create an Upload MutiValued filed
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-622'>GTNPORTAL-622</a>] - Show duplicate page in special case
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-777'>GTNPORTAL-777</a>] - Prevent flooding of user db by spambots
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-624'>GTNPORTAL-624</a>] - [Dashboard] pb after saving preferences of a gadget
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-802'>GTNPORTAL-802</a>] - Have problem when delete last tab in Dashboard page in special case
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-630'>GTNPORTAL-630</a>] - NPE while trying to get resource of type img/png
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-805'>GTNPORTAL-805</a>] - App.registry - display name in left menu
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-636'>GTNPORTAL-636</a>] - It doesn't run on IBM JDK
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-812'>GTNPORTAL-812</a>] - Cursor pointer over links has no pointer icon and vice versa
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-637'>GTNPORTAL-637</a>] - Show exception when edit page in special case
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-818'>GTNPORTAL-818</a>] - InvocationTargetException when edit infor of user which was deleted
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-648'>GTNPORTAL-648</a>] - Portlet Permissions : I can view a portlet I shouldn't
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-855'>GTNPORTAL-855</a>] - javax.transaction.RollbackException when creating navigation node in GateIn (cluster test with 2 GateIn nodes)
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-650'>GTNPORTAL-650</a>] - NPE in clustered setup when rendering portal navigation
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-858'>GTNPORTAL-858</a>] - edit navigation caches deleted pages
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-689'>GTNPORTAL-689</a>] - Unable to create or delete nodes in Navigation management
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-863'>GTNPORTAL-863</a>] - normal window states not being properly updated with render urls
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-691'>GTNPORTAL-691</a>] - java.io.NotSerializableException in ApplicationRegistry (cluster profile test)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-884'>GTNPORTAL-884</a>] - JCR NullPointerException when using the navigation editor
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-692'>GTNPORTAL-692</a>] - Remote portlets don't display the proper information when selected in the portlet / remote tab of the application registry
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-885'>GTNPORTAL-885</a>] - UI : Edit page has 2 different edit buttons
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-697'>GTNPORTAL-697</a>] - Navigation menus and WSRP admin tabs don't interact properly
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-886'>GTNPORTAL-886</a>] - Unkown error when edit information of user in Organization portlet in the second time
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-699'>GTNPORTAL-699</a>] - problem with setting up default portal
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-891'>GTNPORTAL-891</a>] - Portal Navigation Portlet is duplicated
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-700'>GTNPORTAL-700</a>] - saving a profile will not return you to the main user management page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-892'>GTNPORTAL-892</a>] - WSRPConfigurationPortlet is duplicated in Administration and WSRP tabs
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-701'>GTNPORTAL-701</a>] - incorrect rendering if the going to the portal url while viewing some portal pages
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-894'>GTNPORTAL-894</a>] - Portlet Exception Messages are not localized
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-703'>GTNPORTAL-703</a>] - When passwords aren't equals when we change it, Gatein return an "Info" Box
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-895'>GTNPORTAL-895</a>] - NPE when trying to log an error to the portlet exception handler during render
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-704'>GTNPORTAL-704</a>] - [ergonomics] We have to click on "Cancel" after having editing a user to come back to users list
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-896'>GTNPORTAL-896</a>] - portlet security exceptions not handled properly during action requests.
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-707'>GTNPORTAL-707</a>] - Cannot save portlet preference with null value
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-897'>GTNPORTAL-897</a>] - PortletContainerException get printed to the logs twice
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-708'>GTNPORTAL-708</a>] - ExoDefaultSecurityTokenGenerator() contains a hard-coded path to the encryption key
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-905'>GTNPORTAL-905</a>] - Problem with many iframe portlet in same page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-712'>GTNPORTAL-712</a>] - Remote portlet keep getting cloned on each edit request
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-907'>GTNPORTAL-907</a>] - Mac decoration doesn't work
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-722'>GTNPORTAL-722</a>] - fix incorrect gatein-resources.xsd
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-909'>GTNPORTAL-909</a>] - the simple theme of banner portlet is broken in unauthenticated mode
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-737'>GTNPORTAL-737</a>] - WSRP producer doesn't properly persist clone states
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-931'>GTNPORTAL-931</a>] - Incorrect exception handling thrown by a Portlet render invocation in portlet edition in layout edition
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-739'>GTNPORTAL-739</a>] - BugJS: Error displaying when click on any portlet on switch view mode
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-932'>GTNPORTAL-932</a>] - Cannot edit nodes
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-757'>GTNPORTAL-757</a>] - NPE when changing access permissions
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-937'>GTNPORTAL-937</a>] - Problem with sitemap on IE7
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-762'>GTNPORTAL-762</a>] - Invalid HTML tag format when using javax.portlet.MimeResponse / response.addProperty API
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-941'>GTNPORTAL-941</a>] - edit page is not correctly rendered in IE7
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-766'>GTNPORTAL-766</a>] - Timeout for WS operations is not properly persisted in JCR.
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-942'>GTNPORTAL-942</a>] - Incorrect exception handling thrown by a portlet during invocation
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-771'>GTNPORTAL-771</a>] - Remember-me functionality: Roles are not added on session creation
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-943'>GTNPORTAL-943</a>] - Improve logging configuration in Tomcat
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-780'>GTNPORTAL-780</a>] - The dashboard does not work correctly
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-944'>GTNPORTAL-944</a>] - Improve Error Management in Skin Service
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-781'>GTNPORTAL-781</a>] - The edit layout does not effect a changes of UI correctly
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-945'>GTNPORTAL-945</a>] - Handle gracefully concurrent compilation of the same template
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-784'>GTNPORTAL-784</a>] - "Resources could not be found or the invoker doesn't have adequate privileges to get the resource" errors at startup
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-947'>GTNPORTAL-947</a>] - Exception on shutdown with ConsumerRegistry
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-786'>GTNPORTAL-786</a>] - page create or edit causes portal to be rendered incorrectly
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-948'>GTNPORTAL-948</a>] - Selenium tests doesn't check if user removal was done properly
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-787'>GTNPORTAL-787</a>] - Unable to edit page's display name
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-949'>GTNPORTAL-949</a>] - Cannot remove user (with PosgreSQL DB)
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-791'>GTNPORTAL-791</a>] - Action in webui based portlets does not work correctly after editing layout
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-952'>GTNPORTAL-952</a>] - GateIn logo on SiteMap is obstructed
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-796'>GTNPORTAL-796</a>] - unable to add remote gadget to local repository
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-953'>GTNPORTAL-953</a>] - wrong definition of UserACL.access.control.workspace
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-797'>GTNPORTAL-797</a>] - newly added gadgets don't show up in category
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-955'>GTNPORTAL-955</a>] - CAS client setup paragraph is erroneous
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-799'>GTNPORTAL-799</a>] - Don't show all fields ( username, first/last name, email, password) fields in UIAccountSetting Form
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-958'>GTNPORTAL-958</a>] - Lost images in navgation when show dashboard portlet
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-801'>GTNPORTAL-801</a>] - the JavascriptManager#importJavascript(String s, String location) does not work correctly
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-962'>GTNPORTAL-962</a>] - Lose permission in clone node (when edit page navigation)
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-803'>GTNPORTAL-803</a>] - UI issues in IE8
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-966'>GTNPORTAL-966</a>] - Problem when a field contains a special char in Register Portlet
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-804'>GTNPORTAL-804</a>] - Dashboard - rights to "Add gadget" link
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-970'>GTNPORTAL-970</a>] - No Preview for Simple skin
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-807'>GTNPORTAL-807</a>] - Error when click on Dashboard with IBM JDK 1.6
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-974'>GTNPORTAL-974</a>] - A node name can start with underscore character "_".
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-808'>GTNPORTAL-808</a>] - Adding new membership with same name than existing one does not trigger "already exists" warnings
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-978'>GTNPORTAL-978</a>] - Layout problems with simple skin on home page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-809'>GTNPORTAL-809</a>] - home page dissapears after you change the layout of sitemap
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-982'>GTNPORTAL-982</a>] - Size of symbols don't match in registration interface on main page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-810'>GTNPORTAL-810</a>] - GateIn graphics is overlapping on default ubuntu ff3.5
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-991'>GTNPORTAL-991</a>] - GateIn+SSO integration: Documentation issues
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-811'>GTNPORTAL-811</a>] - search input not triggered after pressing enter
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-998'>GTNPORTAL-998</a>] - problem with delete page and node
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-813'>GTNPORTAL-813</a>] - In layout edit, portal element is missing the handle
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1000'>GTNPORTAL-1000</a>] - Show wrong in Sign in form with invalid value in private mode
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-820'>GTNPORTAL-820</a>] - new node is not persisted (random behavior)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1002'>GTNPORTAL-1002</a>] - IE6:Error UI in Skin Setting form
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-822'>GTNPORTAL-822</a>] - Improper redirect after login
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1004'>GTNPORTAL-1004</a>] - Have problem when create new page with Dashboad portlet
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-826'>GTNPORTAL-826</a>] - MessageResource_de.js is missing
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1005'>GTNPORTAL-1005</a>] - NPE when click Expand page(node) in Sitemap page in special case
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-831'>GTNPORTAL-831</a>] - Nothing happen after check Remember My Login
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1007'>GTNPORTAL-1007</a>] - Bug when updating existing pageNode with special name
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-837'>GTNPORTAL-837</a>] - Can't update the user after the user has been created in special case
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1009'>GTNPORTAL-1009</a>] - UIPortal NPE on clearUIPages
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-838'>GTNPORTAL-838</a>] - Show exception when delete user
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1014'>GTNPORTAL-1014</a>] - Returned currentView does not match enum view
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-847'>GTNPORTAL-847</a>] - Show "page not found" after create new page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1018'>GTNPORTAL-1018</a>] - Unable to create more then one gadget in GateIn portal
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-851'>GTNPORTAL-851</a>] - Auto-correct node 's wrong URI
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1024'>GTNPORTAL-1024</a>] - Don't show sub-level in Permission Selector form
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-852'>GTNPORTAL-852</a>] - Memory leak caused by uncleaned JCR sessions in some HTTP requests
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1025'>GTNPORTAL-1025</a>] - Don't show site editor menu when user does not have right to add new page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-854'>GTNPORTAL-854</a>] - Login Exception when input invalid password in Sign In form
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1026'>GTNPORTAL-1026</a>] - Error when adding remote portlet in page - "Does not make sense"
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-857'>GTNPORTAL-857</a>] - Bad redirect when log in
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1028'>GTNPORTAL-1028</a>] - maximizing a minimized gadget doesn't expand the gadget
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-859'>GTNPORTAL-859</a>] - Some pages are not rendered (or redirect)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1032'>GTNPORTAL-1032</a>] - Unkown error when create new gadget with have space in name
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-862'>GTNPORTAL-862</a>] - JBoss Cache table name too long for Oracle
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1034'>GTNPORTAL-1034</a>] - Broken form of gaget when edit number of column is 4
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-864'>GTNPORTAL-864</a>] - "HTTP Status 404 - /portal/javax.servlet.forward.request_uri" when login by private mode
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1035'>GTNPORTAL-1035</a>] - Nothing happen after check visible option when edit node in Portal Navigation
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-866'>GTNPORTAL-866</a>] - Show wrong in UI Trees in Edit Navigation when add/edit node(page)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1036'>GTNPORTAL-1036</a>] - Don't show new page on navigation bar after created
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-878'>GTNPORTAL-878</a>] - No french translation for MessageResource
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1037'>GTNPORTAL-1037</a>] - Still keep old text validation in Register New Account form when change some invalid fields
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-880'>GTNPORTAL-880</a>] - password recovery may change anyone's password
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1039'>GTNPORTAL-1039</a>] - 'EditPage' link is not showed while loging in with non-empty path node in private mode
</li>
-</ul>
-
-<h2> Feature Request
-</h2>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-502'>GTNPORTAL-502</a>] - Remove println messages from java files.
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1044'>GTNPORTAL-1044</a>] - Show message "Page not found" when edit layout of any page in portal
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-623'>GTNPORTAL-623</a>] - Login dialog should be submitted when enter is pressed on Chrome and Safari.
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1048'>GTNPORTAL-1048</a>] - GateIn+SSO integration: IdentityException thrown in special case when HTTP session expire
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-646'>GTNPORTAL-646</a>] - Injection of Services in WSRP admin portlet needs to be cleaned up
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1051'>GTNPORTAL-1051</a>] - Show message "Page not found" when Login as 'root' with the path /portal/private/classic/home
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-652'>GTNPORTAL-652</a>] - increase the timeout of the BasicHttpFetcher to 15sec
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1055'>GTNPORTAL-1055</a>] - Page editor doesn't use the proper display name
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-715'>GTNPORTAL-715</a>] - the permission enhancement of container/application in the edit inline mode
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1058'>GTNPORTAL-1058</a>] - Lose all container tab when drag & drop in special case
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-749'>GTNPORTAL-749</a>] - It's time to build a deployable very simple skin
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1059'>GTNPORTAL-1059</a>] - Still duplicate page(node) when cut/page node
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-770'>GTNPORTAL-770</a>] - Enable JBoss Cache on the MOPSessionManager
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1061'>GTNPORTAL-1061</a>] - google gadgets getting clipped when maximized
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-779'>GTNPORTAL-779</a>] - An enhancement in navigation node management
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1063'>GTNPORTAL-1063</a>] - register new user page is displayed in french instead of english
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-794'>GTNPORTAL-794</a>] - Logging is not properly setup in JBoss AS resulting in log files that are way too large and contain too much useless information.
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1065'>GTNPORTAL-1065</a>] - page publication date doesn't check if the dates have already passed
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-806'>GTNPORTAL-806</a>] - Links on Home page
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1066'>GTNPORTAL-1066</a>] - page publication date shouldn't require both a start time and an end time
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-816'>GTNPORTAL-816</a>] - Translation in Italian 3.0.0.GA
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1067'>GTNPORTAL-1067</a>] - pages sometimes ignore publication dates
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-823'>GTNPORTAL-823</a>] - WSRP portlets should also have a category named after the configured consumer name
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1068'>GTNPORTAL-1068</a>] - Show wrong Gadget in Dashboard page with one column in the first time
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-827'>GTNPORTAL-827</a>] - Categories are not alphabetically sorted in Page Editor
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1069'>GTNPORTAL-1069</a>] - Show message "Page not found" when edit layout of portal
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-850'>GTNPORTAL-850</a>] - should not allow to delete the default portal even to root user
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1071'>GTNPORTAL-1071</a>] - Can't edit id of consumer
</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1072'>GTNPORTAL-1072</a>] - Show protected content when edit page in special case
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1075'>GTNPORTAL-1075</a>] - Don't show page when create page in level 1
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1076'>GTNPORTAL-1076</a>] - Show exception when edit layout of any page in Portal in special case
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1077'>GTNPORTAL-1077</a>] - Show message alert "You have no right to edit this layout. " when edit layout of Dashboard with user [john/demo/mary]
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1079'>GTNPORTAL-1079</a>] - Wrong information message while managing portals
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1081'>GTNPORTAL-1081</a>] - Error when adding Todo gadget to dashboard.
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1082'>GTNPORTAL-1082</a>] - Possible to inject javascript code into MembershipType description
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1083'>GTNPORTAL-1083</a>] - ava.io.NotSerializableException: org.exoplatform.webui.organization.UIGroup occurs when having cluster with more GateIn nodes
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1084'>GTNPORTAL-1084</a>] - scrollbar problem in the page editor
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1085'>GTNPORTAL-1085</a>] - Show message " encountered an error and could not be displayed" when delete gadget in special case
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1086'>GTNPORTAL-1086</a>] - Show duplicate edit icon in gadget
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1088'>GTNPORTAL-1088</a>] - Show wrong when login in by John in specical case
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1089'>GTNPORTAL-1089</a>] - Unable to retrieve gadget xml. HTTP error 504 when drag & drop Currency Converter
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1091'>GTNPORTAL-1091</a>] - Clean rotten code in webui/portal
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1092'>GTNPORTAL-1092</a>] - Double '*' membership type visible when selecting permissions
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1093'>GTNPORTAL-1093</a>] - Captcha verification after validation of existing username or e-mail
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1095'>GTNPORTAL-1095</a>] - IE6 User Interface problems
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1096'>GTNPORTAL-1096</a>] - Create new page in group - sort groups
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1099'>GTNPORTAL-1099</a>] - Error UI in Sitemap page when change language to Arabic
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1101'>GTNPORTAL-1101</a>] - Have problem with page editor when change language to Arabic
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1102'>GTNPORTAL-1102</a>] - the Edit Node in navigation management does not work propertly
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1103'>GTNPORTAL-1103</a>] - JS Injection in App.registry - portlet description and display name
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1104'>GTNPORTAL-1104</a>] - Cluster with 2 nodes: Problem when creating new portal (it's not visible on second node)
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1105'>GTNPORTAL-1105</a>] - XSS in navigation management
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1107'>GTNPORTAL-1107</a>] - page editor rendering of long portlet names
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1109'>GTNPORTAL-1109</a>] - Typo in JCR/JBoss Cache configuration
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1112'>GTNPORTAL-1112</a>] - Have problem when add new membership with description is null
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1114'>GTNPORTAL-1114</a>] - Possition of Gagdet name is not displayed correctly in Arabic language
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1117'>GTNPORTAL-1117</a>] - Very difficult to drag & drop PageBody to container
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1118'>GTNPORTAL-1118</a>] - cross context session sharing
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1128'>GTNPORTAL-1128</a>] - NPE when click edit naviation in special case
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1129'>GTNPORTAL-1129</a>] - Can't add new node in Portal
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1130'>GTNPORTAL-1130</a>] - Gadgets don't work
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1142'>GTNPORTAL-1142</a>] - Remove decorations from "New Staff" page
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1147'>GTNPORTAL-1147</a>] - Show exception when click up level in Edit navigation
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1151'>GTNPORTAL-1151</a>] - User can not add navigation for a group even his role is manager of the group
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1162'>GTNPORTAL-1162</a>] - creating new membership problem
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1166'>GTNPORTAL-1166</a>] - OrganizationService failed to start when GateIn is executed with different value of LANG environment variable
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1167'>GTNPORTAL-1167</a>] - RSS Gadget has wrong published date for feeds
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1175'>GTNPORTAL-1175</a>] - Exception when doubleClick on save button of page editor composer while creating a new page
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1200'>GTNPORTAL-1200</a>] - Have problem when add sub-node in Portal Navigation
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1203'>GTNPORTAL-1203</a>] - The caching in TemplateService does not work correctly
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1216'>GTNPORTAL-1216</a>] - Users are removed from LDAP but not from DB
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1223'>GTNPORTAL-1223</a>] - NullPointerException when create new UIFormMultiValueInputSet with UIComponent that have contructor with no argument
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1228'>GTNPORTAL-1228</a>] - On Window OS, Portlet 's non-English labels are not displayed properly in EDIT mode
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1231'>GTNPORTAL-1231</a>] - Problem when LDAP group name contains slash
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1236'>GTNPORTAL-1236</a>] - UIFormComboBox missing value when open form
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1237'>GTNPORTAL-1237</a>] - Unknown error when change title of dashboard include some space
+</li>
</ul>
-<h2> Quality Risk
+<h2> Feature Request
</h2>
<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-717'>GTNPORTAL-717</a>] - Navigation Groups should be ordered alphabetically
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-397'>GTNPORTAL-397</a>] - Blank zone when user put permission on Container in a page / Content should be filled up automatically
</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-758'>GTNPORTAL-758</a>] - Reset current navigation after sign in
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-890'>GTNPORTAL-890</a>] - GateIn should provide default styling for standard portlet CSS classes
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-954'>GTNPORTAL-954</a>] - Data Injector paragraph is incomplete
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1060'>GTNPORTAL-1060</a>] - Alternative to URL preference for local gadgets in Gadget Wrapper portlet
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1062'>GTNPORTAL-1062</a>] - change title of sample-ext dashboard from 'Sales BI'
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1074'>GTNPORTAL-1074</a>] - Should disable Publication date/time when un-check visible in add/edit node ( page)
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1134'>GTNPORTAL-1134</a>] - Avoid duplicate instantiation of the component org.exoplatform.groovyscript.text.TemplateService under rush condition
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1138'>GTNPORTAL-1138</a>] - Improve caching for LDAP
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1139'>GTNPORTAL-1139</a>] - Create a UIFilterableTree in UIFramework
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1212'>GTNPORTAL-1212</a>] - Should invalidate skin before save data when Edit site layout
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1225'>GTNPORTAL-1225</a>] - Pass parameterTypes and parameterValues to a constructor when create UIFormMultilValueInputset
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1232'>GTNPORTAL-1232</a>] - Groups and user memberships are displayed unordered
+</li>
</ul>
-
+
<h2> Task
</h2>
<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-61'>GTNPORTAL-61</a>] - Performance enhancement research
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-479'>GTNPORTAL-479</a>] - Change Restore icon in Gadget in Dashboard page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-351'>GTNPORTAL-351</a>] - Make a Schema for gadget.xml
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-744'>GTNPORTAL-744</a>] - Setup Hudson to run the testsuite on IBM JDK
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-506'>GTNPORTAL-506</a>] - Performance tuning of navigation portlet
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-782'>GTNPORTAL-782</a>] - french locale is not fully translated
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-522'>GTNPORTAL-522</a>] - GateIn webui replication
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-789'>GTNPORTAL-789</a>] - Vietnamese is not fully translated
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-565'>GTNPORTAL-565</a>] - Change "Auto Import" to "Import Application" in message when delete all categories
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-906'>GTNPORTAL-906</a>] - Login page when accessing a private page is missing a link to remind password
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-626'>GTNPORTAL-626</a>] - [Gadget] remove "No Cache" and "debug" from the edit preferences
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-950'>GTNPORTAL-950</a>] - Add profile for Sybase DB with different PLIDM hibernate mappings
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-695'>GTNPORTAL-695</a>] - Document what is $GATEIN_SSO in the SSO chapter
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-951'>GTNPORTAL-951</a>] - Hudson tests against Sybase should use the -Dexo.profiles=sybase switch
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-714'>GTNPORTAL-714</a>] - Update to Chromattic 1.0.0-cr3 and mop-1.0.0-CR03
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-959'>GTNPORTAL-959</a>] - Clean redundant keys declaration in resource bundle
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-718'>GTNPORTAL-718</a>] - Book Tracker: Docs Review
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-989'>GTNPORTAL-989</a>] - Example files for OpenLDAP configuration
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-735'>GTNPORTAL-735</a>] - Validates gatein-resources files using the 1.0 Schema
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1016'>GTNPORTAL-1016</a>] - Fix resource resolver error handling
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-743'>GTNPORTAL-743</a>] - GateIn portal object schema
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1017'>GTNPORTAL-1017</a>] - Avoid to create a String from a StringBuffer for providing a Reader as it is possible to do that
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-746'>GTNPORTAL-746</a>] - Integrate eXo JCR 1.12.0 GA
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1020'>GTNPORTAL-1020</a>] - javascript error while creating new page
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-748'>GTNPORTAL-748</a>] - Default logging configuration for tomcat
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1033'>GTNPORTAL-1033</a>] - Change message when input name for gadget start by number
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-767'>GTNPORTAL-767</a>] - Improve node navigation visibility
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1054'>GTNPORTAL-1054</a>] - Initial Brazilian portuguese translation
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-778'>GTNPORTAL-778</a>] - Unit test logging
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1056'>GTNPORTAL-1056</a>] - Integrate JCR 1.12.1-CR1 / MOP 1.0.1-CR01 / Chromattic 1.0.1-cr1
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-792'>GTNPORTAL-792</a>] - Produce Shindig source repository
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1070'>GTNPORTAL-1070</a>] - Translate GateIn in VNeses
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-795'>GTNPORTAL-795</a>] - Remove usage of "hibernate.cglib.use_reflection_optimizer"
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1106'>GTNPORTAL-1106</a>] - Remove screens to select layouts
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-821'>GTNPORTAL-821</a>] - remove bookmark.jsp
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1110'>GTNPORTAL-1110</a>] - Optimize recursive method in searching node
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-828'>GTNPORTAL-828</a>] - Use org.jboss.cache.eviction.ExpirationAlgorithm eviction policy for MOP cache.
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1111'>GTNPORTAL-1111</a>] - Change version to GateIn 3.1
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-881'>GTNPORTAL-881</a>] - favicon
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1126'>GTNPORTAL-1126</a>] - Reduce JCR memory footprint
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-883'>GTNPORTAL-883</a>] - Extract email information (and remove default GMail account)
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1127'>GTNPORTAL-1127</a>] - Use in memory HSQLDB for unit tests
</li>
-</ul>
-
-<h2> Sub-task
-</h2>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-177'>GTNPORTAL-177</a>] - Fix Seam portlet display
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1135'>GTNPORTAL-1135</a>] - Sample LDAP configs should have JNDI connection pooling enabled
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-523'>GTNPORTAL-523</a>] - Serialization framework
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1136'>GTNPORTAL-1136</a>] - Upgrade PicketLink IDM to 1.1.2.GA
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-524'>GTNPORTAL-524</a>] - Application Registry Portlet replication
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1140'>GTNPORTAL-1140</a>] - Upgrade to Portlet Bridge 2.0.0-FINAL
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-535'>GTNPORTAL-535</a>] - User and group management portlet replication
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1158'>GTNPORTAL-1158</a>] - the skin-module of Portal Skin config definition is missing in gatein-resources.xsd
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-536'>GTNPORTAL-536</a>] - Page Management application replication
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1165'>GTNPORTAL-1165</a>] - Remove useless properties in UIPortletApplication
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-538'>GTNPORTAL-538</a>] - New account application replication
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1176'>GTNPORTAL-1176</a>] - Provide mop cache operation trace logging
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-719'>GTNPORTAL-719</a>] - Book Tracker: Review "User Guide" - Chapter 1 to 4
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-1238'>GTNPORTAL-1238</a>] - Encapsulate how repository name is obtained
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-720'>GTNPORTAL-720</a>] - Book Tracker: Review "User Guide" - Chapter 5
+</ul>
+
+<h2> Thirdparty Change
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-935'>GTNPORTAL-935</a>] - Upgrade to version 1.1 of WSRP module.
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-721'>GTNPORTAL-721</a>] - Book Tracker: Review "User Guide" - Chapter 6 to 7
+</ul>
+
+<h2> Sub-task
+</h2>
+<ul>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-815'>GTNPORTAL-815</a>] - Get GateIn building and passing tests on IBM jdk
</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/GTNPORTAL-872'>GTNPORTAL-872</a>] - Externalize portal container configuration
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-917'>GTNPORTAL-917</a>] - Remote portlets are not available to be added to a category
</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-992'>GTNPORTAL-992</a>] - Generic SSO documentation issues
+</li>
+<li>[<a href='https://jira.jboss.org/browse/GTNPORTAL-993'>GTNPORTAL-993</a>] - CAS integration - documentation issues
+</li>
</ul>
</body>
14 years, 7 months
gatein SVN: r3169 - in portal/trunk/component: common/src/main/java/org/exoplatform/commons/chromattic and 1 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2010-05-22 04:10:53 -0400 (Sat, 22 May 2010)
New Revision: 3169
Modified:
portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/impl/GadgetRegistryServiceImpl.java
portal/trunk/component/common/src/main/java/org/exoplatform/commons/chromattic/ChromatticLifeCycle.java
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/GlobalKey.java
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java
Log:
GTNPORTAL-1238 : Encapsulate how repository name is obtained
Modified: portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/impl/GadgetRegistryServiceImpl.java
===================================================================
--- portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/impl/GadgetRegistryServiceImpl.java 2010-05-21 15:05:21 UTC (rev 3168)
+++ portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/impl/GadgetRegistryServiceImpl.java 2010-05-22 08:10:53 UTC (rev 3169)
@@ -236,8 +236,9 @@
{
LocalGadgetData localData = (LocalGadgetData)data;
url =
- "jcr/repository/" + chromatticLifeCycle.getWorkspaceName() + "/production/app:gadgets/app:" + def.getName()
- + "/app:data/app:resources/" + localData.getFileName();
+ "jcr/" + chromatticLifeCycle.getRepositoryName() + "/" +
+ chromatticLifeCycle.getWorkspaceName() + "/production/app:gadgets/app:" + def.getName() +
+ "/app:data/app:resources/" + localData.getFileName();
}
else
{
Modified: portal/trunk/component/common/src/main/java/org/exoplatform/commons/chromattic/ChromatticLifeCycle.java
===================================================================
--- portal/trunk/component/common/src/main/java/org/exoplatform/commons/chromattic/ChromatticLifeCycle.java 2010-05-21 15:05:21 UTC (rev 3168)
+++ portal/trunk/component/common/src/main/java/org/exoplatform/commons/chromattic/ChromatticLifeCycle.java 2010-05-22 08:10:53 UTC (rev 3169)
@@ -20,6 +20,7 @@
import org.chromattic.api.Chromattic;
import org.chromattic.api.ChromatticBuilder;
+import org.chromattic.api.UndeclaredRepositoryException;
import org.exoplatform.container.component.BaseComponentPlugin;
import org.exoplatform.container.xml.InitParams;
import org.exoplatform.container.xml.PropertiesParam;
@@ -123,6 +124,18 @@
return domainName;
}
+ public final String getRepositoryName()
+ {
+ try
+ {
+ return manager.repositoryService.getCurrentRepository().getConfiguration().getName();
+ }
+ catch (RepositoryException e)
+ {
+ throw new UndeclaredRepositoryException("JCR exceptions are really bad", e);
+ }
+ }
+
public final String getWorkspaceName()
{
return workspaceName;
Modified: portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/GlobalKey.java
===================================================================
--- portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/GlobalKey.java 2010-05-21 15:05:21 UTC (rev 3168)
+++ portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/GlobalKey.java 2010-05-22 08:10:53 UTC (rev 3169)
@@ -19,12 +19,7 @@
package org.exoplatform.portal.pom.config;
-import org.exoplatform.services.jcr.RepositoryService;
-import org.exoplatform.services.jcr.core.ManageableRepository;
-
-import javax.jcr.RepositoryException;
import java.io.Serializable;
-import java.lang.reflect.UndeclaredThrowableException;
/**
* A global key wrapping a local key including the current repository id.
@@ -35,17 +30,9 @@
public class GlobalKey implements Serializable
{
- public static GlobalKey wrap(RepositoryService repoService, Serializable localKey)
+ public static GlobalKey wrap(String repositoryName, Serializable localKey)
{
- try
- {
- ManageableRepository repo = repoService.getCurrentRepository();
- return new GlobalKey(repo.getConfiguration().getName(), localKey);
- }
- catch (RepositoryException e)
- {
- throw new UndeclaredThrowableException(e);
- }
+ return new GlobalKey(repositoryName, localKey);
}
/** . */
Modified: portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java
===================================================================
--- portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java 2010-05-21 15:05:21 UTC (rev 3168)
+++ portal/trunk/component/portal/src/main/java/org/exoplatform/portal/pom/config/POMSessionManager.java 2010-05-22 08:10:53 UTC (rev 3169)
@@ -74,7 +74,7 @@
public void cachePut(Serializable key, Object value)
{
- GlobalKey globalKey = GlobalKey.wrap(repositoryService, key);
+ GlobalKey globalKey = GlobalKey.wrap(configurator.getRepositoryName(), key);
//
if (log.isTraceEnabled())
@@ -88,7 +88,7 @@
public Object cacheGet(Serializable key)
{
- GlobalKey globalKey = GlobalKey.wrap(repositoryService, key);
+ GlobalKey globalKey = GlobalKey.wrap(configurator.getRepositoryName(), key);
//
Object value = cache.get(globalKey);
@@ -105,7 +105,7 @@
public void cacheRemove(Serializable key)
{
- GlobalKey globalKey = GlobalKey.wrap(repositoryService, key);
+ GlobalKey globalKey = GlobalKey.wrap(configurator.getRepositoryName(), key);
//
if (log.isTraceEnabled())
14 years, 7 months