gatein SVN: r6439 - epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-05-03 09:14:07 -0400 (Tue, 03 May 2011)
New Revision: 6439
Modified:
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
Log:
JBEPP-911 EPP5.1.1.dev01 failed to start in cluster profile
Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml 2011-05-03 10:10:19 UTC (rev 6438)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml 2011-05-03 13:14:07 UTC (rev 6439)
@@ -17,22 +17,4 @@
</eviction>
</jbosscache>
-<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
- <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-api-cluster">
- <stateRetrieval timeout="20000" fetchInMemoryState="false" />
- <jgroupsConfig multiplexerStack="jcr.stack" />
- <sync />
- </clustering>
-
- <!-- Eviction configuration -->
- <eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
- eventQueueSize="1000000">
- <property name="maxNodes" value="100000" />
- <property name="timeToLive" value="120000" />
- <property name="warnNoExpirationKey" value="false" />
- </default>
- </eviction>
-
-</jbosscache>
Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml 2011-05-03 10:10:19 UTC (rev 6438)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml 2011-05-03 13:14:07 UTC (rev 6439)
@@ -17,22 +17,4 @@
</eviction>
</jbosscache>
-<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
- <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-store-cluster">
- <stateRetrieval timeout="20000" fetchInMemoryState="false" />
- <jgroupsConfig multiplexerStack="jcr.stack" />
- <sync />
- </clustering>
-
- <!-- Eviction configuration -->
- <eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
- eventQueueSize="1000000">
- <property name="maxNodes" value="100000" />
- <property name="timeToLive" value="120000" />
- <property name="warnNoExpirationKey" value="false" />
- </default>
- </eviction>
-
-</jbosscache>
13 years, 7 months
gatein SVN: r6438 - portal/branches.
by do-not-reply@jboss.org
Author: trong.tran
Date: 2011-05-03 06:10:19 -0400 (Tue, 03 May 2011)
New Revision: 6438
Removed:
portal/branches/global-portlet-metadata/
Log:
Remove the branch which has been merged into trunk
13 years, 7 months
gatein SVN: r6437 - in portal/trunk: component/common/src/main/java/conf and 32 other directories.
by do-not-reply@jboss.org
Author: trong.tran
Date: 2011-05-03 05:54:12 -0400 (Tue, 03 May 2011)
New Revision: 6437
Added:
portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/GlobalPortletMetaData.java
portal/trunk/packaging/jboss-as5/pkg/src/main/resources/jboss/server/default/conf/gatein/portlet.xml
portal/trunk/packaging/tomcat/pkg/src/main/resources/tomcat/gatein/conf/portlet.xml
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/ApplicationMonitoringFilter.java
Removed:
portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortletStatisticLifecycle.java
Modified:
portal/trunk/
portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties
portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties
portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/ExoPortletApplicationDeployer.java
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/DashboardPortlet/webui/configuration.xml
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/TabbedDashboardPortlet/webui/configuration.xml
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/gadget/GadgetPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AccountPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AdminToolbarPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/ApplicationRegistryPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/GroupNavigationPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/OrganizationPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PageManagementPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PortalNavigationPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/RegisterPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/StarToolbarPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserInfoPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarDashboardPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarGroupPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarPortlet/webui/configuration.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarSitePortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BannerPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BreadcumbsPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FCKEditorPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FooterPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/HomePagePortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/IFramePortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LoginPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LogoPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/NavigationPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/PortalNavigationPortlet/webui/configuration.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/SitemapPortlet/webui/configuration.xml
Log:
GTNPORTAL-1889 Global portlet metadata
Property changes on: portal/trunk
___________________________________________________________________
Modified: svn:mergeinfo
- /portal/branches/branch-GTNPORTAL-1790:5864-5919
/portal/branches/branch-GTNPORTAL-1822:5938-5991
/portal/branches/branch-GTNPORTAL-1832:5993-6105
/portal/branches/site-describability:6171-6235
/portal/branches/wsrp-extraction:5828-6031
+ /portal/branches/branch-GTNPORTAL-1790:5864-5919
/portal/branches/branch-GTNPORTAL-1822:5938-5991
/portal/branches/branch-GTNPORTAL-1832:5993-6105
/portal/branches/global-portlet-metadata:6298-6384
/portal/branches/site-describability:6171-6235
/portal/branches/wsrp-extraction:5828-6031
Modified: portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties
===================================================================
--- portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties 2011-05-03 09:54:12 UTC (rev 6437)
@@ -58,5 +58,8 @@
gatein.email.smtp.socketFactory.port=465
gatein.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
+#Global portlet.xml
+gatein.portlet.metadata.global=../conf/gatein/portlet.xml
+
# Web
-gatein.web.compressor.js.level=simple
+gatein.web.compressor.js.level=simple
\ No newline at end of file
Modified: portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties
===================================================================
--- portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties 2011-05-03 09:54:12 UTC (rev 6437)
@@ -61,5 +61,8 @@
gatein.email.smtp.socketFactory.port=465
gatein.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
+#Global portlet.xml
+gatein.portlet.metadata.global=../gatein/conf/portlet.xml
+
# Web
gatein.web.compressor.js.level=simple
\ No newline at end of file
Modified: portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/ExoPortletApplicationDeployer.java
===================================================================
--- portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/ExoPortletApplicationDeployer.java 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/ExoPortletApplicationDeployer.java 2011-05-03 09:54:12 UTC (rev 6437)
@@ -19,20 +19,31 @@
package org.exoplatform.portal.pc;
+import org.exoplatform.commons.utils.PropertyManager;
+import org.exoplatform.commons.utils.Safe;
+import org.gatein.common.logging.Logger;
+import org.gatein.common.logging.LoggerFactory;
import org.gatein.pc.mc.PortletApplicationDeployer;
import org.gatein.pc.portlet.impl.metadata.PortletApplication10MetaData;
import org.gatein.wci.WebApp;
+import org.jboss.xb.binding.JBossXBException;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.InputStream;
+
/**
- * Extends the {@link org.gatein.pc.mc.PortletApplicationDeployer} to configure the resource bundle factory
- * of deployed portlet applications. The resource bundle factory used is
- * {@link org.exoplatform.portal.pc.ExoResourceBundleFactory}.
+ * Extends the {@link org.gatein.pc.mc.PortletApplicationDeployer} to inject configuration metadata
+ * from global portlet.xml and to configure the resource bundle factory of deployed portlet
+ * applications. The resource bundle factory used is {@link org.exoplatform.portal.pc.ExoResourceBundleFactory}.
*
* @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a>
* @version $Revision$
*/
public class ExoPortletApplicationDeployer extends PortletApplicationDeployer
{
+ private final Logger log = LoggerFactory.getLogger(ExoPortletApplicationDeployer.class);
@Override
protected PortletApplication10MetaData buildPortletApplicationMetaData(WebApp webApp)
@@ -41,7 +52,58 @@
if (md != null)
{
md.setResourceBundleFactoryName(ExoResourceBundleFactory.class.getName());
+
+ String globalPortletLocation = PropertyManager.getProperty("gatein.portlet.metadata.global");
+ if (globalPortletLocation != null)
+ {
+ try
+ {
+ GlobalPortletMetaData globalPortletMetaData = loadGlobalMetadata(globalPortletLocation);
+ globalPortletMetaData.mergeTo(md);
+ if (log.isDebugEnabled())
+ {
+ log.debug("Complete merging global portlet metadata to portlet application "
+ + webApp.getServletContext().getServletContextName());
+ }
+ }
+ catch (Exception ex)
+ {
+ if (log.isErrorEnabled())
+ {
+ log.error("Error during merge global portlet metadata to portlet application "
+ + webApp.getServletContext().getServletContextName(), ex);
+ }
+ }
+ }
+ else
+ {
+ log.warn("The global portlet metadata is not configured");
+ }
+
}
return md;
}
+
+ /**
+ * This method is invoked for each portlet application deployment. That is necessary for the moment
+ * to ensure independence between portlet applications
+ *
+ * @return
+ * @throws FileNotFoundException
+ * @throws JBossXBException
+ */
+ private GlobalPortletMetaData loadGlobalMetadata(String globalPortletLocation) throws FileNotFoundException,
+ JBossXBException
+ {
+ //TODO: Avoid using File
+ InputStream in = new FileInputStream(new File(globalPortletLocation));
+ try
+ {
+ return GlobalPortletMetaData.unmarshalling(in);
+ }
+ finally
+ {
+ Safe.close(in);
+ }
+ }
}
Copied: portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/GlobalPortletMetaData.java (from rev 6384, portal/branches/global-portlet-metadata/component/pc/src/main/java/org/exoplatform/portal/pc/GlobalPortletMetaData.java)
===================================================================
--- portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/GlobalPortletMetaData.java (rev 0)
+++ portal/trunk/component/pc/src/main/java/org/exoplatform/portal/pc/GlobalPortletMetaData.java 2011-05-03 09:54:12 UTC (rev 6437)
@@ -0,0 +1,151 @@
+/*
+ * Copyright (C) 2011 eXo Platform SAS.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.exoplatform.portal.pc;
+
+import org.gatein.pc.mc.metadata.factory.PortletApplicationModelFactory;
+import org.gatein.pc.mc.metadata.impl.ValueTrimmingFilter;
+import org.gatein.pc.portlet.impl.metadata.PortletApplication10MetaData;
+import org.gatein.pc.portlet.impl.metadata.PortletApplication20MetaData;
+import org.gatein.pc.portlet.impl.metadata.filter.FilterMappingMetaData;
+import org.gatein.pc.portlet.impl.metadata.filter.FilterMetaData;
+import org.jboss.xb.binding.JBossXBException;
+import org.jboss.xb.binding.Unmarshaller;
+import org.jboss.xb.binding.UnmarshallerFactory;
+
+import java.io.InputStream;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Map;
+
+/**
+ * @author <a href="hoang281283(a)gmail.com">Minh Hoang TO</a>
+ * @date 3/31/11
+ */
+public class GlobalPortletMetaData
+{
+ private PortletApplication10MetaData wrappedMetaData;
+
+ public GlobalPortletMetaData(PortletApplication10MetaData _wrappedMetaData)
+ {
+ this.wrappedMetaData = _wrappedMetaData;
+ }
+
+ public PortletApplication10MetaData mergeTo(PortletApplication10MetaData tobeMergedMetaData)
+ {
+ if(wrappedMetaData.getCustomPortletModes() != null)
+ {
+ tobeMergedMetaData.getCustomPortletModes().putAll(wrappedMetaData.getCustomPortletModes());
+ }
+
+ if(wrappedMetaData.getCustomWindowStates() != null)
+ {
+ tobeMergedMetaData.getCustomWindowStates().putAll(wrappedMetaData.getCustomWindowStates());
+ }
+
+ if(tobeMergedMetaData instanceof PortletApplication20MetaData && wrappedMetaData instanceof PortletApplication20MetaData)
+ {
+ return merge20MetData((PortletApplication20MetaData)wrappedMetaData, (PortletApplication20MetaData)tobeMergedMetaData);
+ }
+
+ return tobeMergedMetaData;
+
+ }
+
+ public PortletApplication10MetaData merge20MetData(PortletApplication20MetaData globalMetaData, PortletApplication20MetaData tobeMergedMetaData)
+ {
+ mergeFilterMetaData(globalMetaData, tobeMergedMetaData);
+ mergeFilterMapping(globalMetaData, tobeMergedMetaData);
+ mergePublicRenderParameters(globalMetaData, tobeMergedMetaData);
+
+ return tobeMergedMetaData;
+ }
+
+ private void mergeFilterMetaData(PortletApplication20MetaData globalMetaData, PortletApplication20MetaData tobeMergedMetaData)
+ {
+ Map<String, FilterMetaData> globalFilters = globalMetaData.getFilters();
+ Map<String, FilterMetaData> applicationFilters = tobeMergedMetaData.getFilters();
+
+ if(globalFilters != null)
+ {
+ if(applicationFilters == null)
+ {
+ tobeMergedMetaData.setFilters(globalFilters);
+ return;
+ }
+
+ applicationFilters.putAll(globalFilters);
+ tobeMergedMetaData.setFilters(applicationFilters);
+ }
+ }
+
+
+ private void mergeFilterMapping(PortletApplication20MetaData globalMetaData, PortletApplication20MetaData tobeMergedMetaData)
+ {
+ List<FilterMappingMetaData> applicationFilterMappings = tobeMergedMetaData.getFilterMapping();
+ if(applicationFilterMappings == null)
+ {
+ applicationFilterMappings = new ArrayList<FilterMappingMetaData>(3);
+ }
+
+ Map<String, FilterMetaData> globalFilters = globalMetaData.getFilters();
+ if(globalFilters == null)
+ {
+ return;
+ }
+ else
+ {
+ //TODO: Ensure there is no duplicated filter mapping
+ for(String filterName : globalFilters.keySet())
+ {
+ FilterMappingMetaData filterMapping = new FilterMappingMetaData();
+ filterMapping.setName(filterName);
+
+ //TODO: Use this list, examine if there is a bug in PC on the instantiation of filter mappings
+ //List<String> portletsApplyingThisGlobalFilter = findPortletsApplyingGlobalFilter(globalFilters.get(filterName), tobeMergedMetaData);
+
+ List<String> portletsApplyingThisGlobalFilter = new ArrayList<String>(3);
+ portletsApplyingThisGlobalFilter.add("*");
+ filterMapping.setPortletNames(portletsApplyingThisGlobalFilter);
+ applicationFilterMappings.add(filterMapping);
+ }
+
+ tobeMergedMetaData.setFilterMapping(applicationFilterMappings);
+ }
+
+ }
+
+ private void mergePublicRenderParameters(PortletApplication20MetaData globalMetaData, PortletApplication20MetaData tobeMergedMetaData)
+ {
+ //TODO: Wait for the spec of merging public render parameters
+ }
+
+ public static GlobalPortletMetaData unmarshalling(InputStream in) throws JBossXBException
+ {
+ Unmarshaller unmarshaller = UnmarshallerFactory.newInstance().newUnmarshaller();
+ unmarshaller.setNamespaceAware(true);
+ unmarshaller.setSchemaValidation(false);
+ unmarshaller.setValidation(false);
+
+ PortletApplicationModelFactory factory = new PortletApplicationModelFactory();
+
+ PortletApplication10MetaData application10MetaData = (PortletApplication10MetaData)unmarshaller.unmarshal(in, new ValueTrimmingFilter(factory), null);
+
+ return new GlobalPortletMetaData(application10MetaData);
+ }
+}
Copied: portal/trunk/packaging/jboss-as5/pkg/src/main/resources/jboss/server/default/conf/gatein/portlet.xml (from rev 6384, portal/branches/global-portlet-metadata/packaging/jboss-as5/pkg/src/main/resources/jboss/server/default/conf/gatein/portlet.xml)
===================================================================
--- portal/trunk/packaging/jboss-as5/pkg/src/main/resources/jboss/server/default/conf/gatein/portlet.xml (rev 0)
+++ portal/trunk/packaging/jboss-as5/pkg/src/main/resources/jboss/server/default/conf/gatein/portlet.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright (C) 2009 eXo Platform SAS.
+
+ This is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+<portlet-app version="1.0" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
+
+ <!-- This filter collects runtime request statistics -->
+ <filter>
+ <filter-name>org.exoplatform.portal.application.ApplicationMonitoringFilter</filter-name>
+ <filter-class>org.exoplatform.portal.application.ApplicationMonitoringFilter</filter-class>
+ <lifecycle>ACTION_PHASE</lifecycle>
+ <lifecycle>RENDER_PHASE</lifecycle>
+ <lifecycle>EVENT_PHASE</lifecycle>
+ <lifecycle>RESOURCE_PHASE</lifecycle>
+ </filter>
+
+</portlet-app>
Copied: portal/trunk/packaging/tomcat/pkg/src/main/resources/tomcat/gatein/conf/portlet.xml (from rev 6384, portal/branches/global-portlet-metadata/packaging/tomcat/pkg/src/main/resources/tomcat/gatein/conf/portlet.xml)
===================================================================
--- portal/trunk/packaging/tomcat/pkg/src/main/resources/tomcat/gatein/conf/portlet.xml (rev 0)
+++ portal/trunk/packaging/tomcat/pkg/src/main/resources/tomcat/gatein/conf/portlet.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright (C) 2009 eXo Platform SAS.
+
+ This is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+<portlet-app version="1.0" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
+
+ <!-- This filter collects runtime request statistics -->
+ <filter>
+ <filter-name>org.exoplatform.portal.application.ApplicationMonitoringFilter</filter-name>
+ <filter-class>org.exoplatform.portal.application.ApplicationMonitoringFilter</filter-class>
+ <lifecycle>ACTION_PHASE</lifecycle>
+ <lifecycle>RENDER_PHASE</lifecycle>
+ <lifecycle>EVENT_PHASE</lifecycle>
+ <lifecycle>RESOURCE_PHASE</lifecycle>
+ </filter>
+
+</portlet-app>
Modified: portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/DashboardPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/DashboardPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/DashboardPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.dashboard.webui.component.UIDashboardPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/TabbedDashboardPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/TabbedDashboardPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/dashboard/TabbedDashboardPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.dashboard.webui.component.UITabbedDashboardPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/gadget/GadgetPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/gadget/GadgetPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/conf/portlet/gadget/GadgetPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.gadget.webui.component.UIGadgetPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AccountPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AccountPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AccountPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.account.webui.component.UIAccountPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AdminToolbarPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AdminToolbarPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/AdminToolbarPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.toolbar.webui.component.UIAdminToolbarPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
\ No newline at end of file
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/ApplicationRegistryPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/ApplicationRegistryPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/ApplicationRegistryPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/GroupNavigationPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/GroupNavigationPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/GroupNavigationPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.navigation.webui.component.UIGroupNavigationPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/OrganizationPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/OrganizationPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/OrganizationPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.organization.webui.component.UIOrganizationPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PageManagementPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PageManagementPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PageManagementPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.navigation.webui.component.UIPageManagementPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PortalNavigationPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PortalNavigationPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/PortalNavigationPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.navigation.webui.component.UIPortalNavigationPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/RegisterPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/RegisterPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/RegisterPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.account.webui.component.UIRegisterPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/StarToolbarPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/StarToolbarPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/StarToolbarPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.toolbar.webui.component.UIStarToolbarPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
\ No newline at end of file
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserInfoPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserInfoPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserInfoPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.toolbar.webui.component.UIUserInfoPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarDashboardPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarDashboardPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarDashboardPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.toolbar.webui.component.UIUserToolBarDashboardPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarGroupPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarGroupPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarGroupPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.toolbar.webui.component.UIUserToolBarGroupPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.toolbar.webui.component.UIUserToolBarPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarSitePortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarSitePortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/conf/portlet/exoadmin/UserToolbarSitePortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.toolbar.webui.component.UIUserToolBarSitePortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BannerPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BannerPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BannerPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -30,7 +30,6 @@
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
- </application-lifecycle-listeners>
+ </application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BreadcumbsPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BreadcumbsPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/BreadcumbsPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.portal.webui.component.UIBreadcumbsPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FCKEditorPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FCKEditorPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FCKEditorPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.fck.webui.component.UIFCKEditorPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
\ No newline at end of file
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FooterPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FooterPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/FooterPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -29,7 +29,6 @@
<ui-component-root>org.exoplatform.portal.webui.application.UIGroovyPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
\ No newline at end of file
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/HomePagePortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/HomePagePortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/HomePagePortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.portal.webui.application.UIGroovyPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/IFramePortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/IFramePortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/IFramePortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.portal.webui.component.UIIFramePortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LoginPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LoginPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LoginPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -27,7 +27,6 @@
<ui-component-root>org.exoplatform.groovy.webui.component.UILoginPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LogoPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LogoPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/LogoPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.portal.webui.component.UILogoPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/NavigationPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/NavigationPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/NavigationPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.portal.webui.component.UINavigationPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/PortalNavigationPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/PortalNavigationPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/PortalNavigationPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.portal.webui.component.UIPortalNavigationPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Modified: portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/SitemapPortlet/webui/configuration.xml
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/SitemapPortlet/webui/configuration.xml 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/conf/portlet/web/SitemapPortlet/webui/configuration.xml 2011-05-03 09:54:12 UTC (rev 6437)
@@ -24,7 +24,6 @@
<ui-component-root>org.exoplatform.portal.webui.component.UISitemapPortlet</ui-component-root>
<state-manager>org.exoplatform.webui.application.portlet.ParentAppStateManager</state-manager>
<application-lifecycle-listeners>
- <listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
</application-lifecycle-listeners>
</application>
</webui-configuration>
Copied: portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/ApplicationMonitoringFilter.java (from rev 6384, portal/branches/global-portlet-metadata/webui/portal/src/main/java/org/exoplatform/portal/application/ApplicationMonitoringFilter.java)
===================================================================
--- portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/ApplicationMonitoringFilter.java (rev 0)
+++ portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/ApplicationMonitoringFilter.java 2011-05-03 09:54:12 UTC (rev 6437)
@@ -0,0 +1,120 @@
+package org.exoplatform.portal.application;
+
+import org.exoplatform.container.PortalContainer;
+
+import javax.portlet.ActionRequest;
+import javax.portlet.ActionResponse;
+import javax.portlet.EventRequest;
+import javax.portlet.EventResponse;
+import javax.portlet.PortletConfig;
+import javax.portlet.PortletException;
+import javax.portlet.PortletRequest;
+import javax.portlet.RenderRequest;
+import javax.portlet.RenderResponse;
+import javax.portlet.ResourceRequest;
+import javax.portlet.ResourceResponse;
+import javax.portlet.filter.ActionFilter;
+import javax.portlet.filter.EventFilter;
+import javax.portlet.filter.FilterChain;
+import javax.portlet.filter.FilterConfig;
+import javax.portlet.filter.RenderFilter;
+import javax.portlet.filter.ResourceFilter;
+import java.io.IOException;
+
+/**
+ * @author <a href="hoang281283(a)gmail.com">Minh Hoang TO</a>
+ * @date 4/5/11
+ */
+public class ApplicationMonitoringFilter implements ActionFilter, RenderFilter, EventFilter, ResourceFilter
+{
+
+ public void init(FilterConfig cfg) throws PortletException
+ {
+ }
+
+ public void destroy()
+ {
+ }
+
+ public void doFilter(ActionRequest req, ActionResponse resp, FilterChain chain) throws IOException, PortletException
+ {
+ ApplicationStatistic stat = get(req);
+ if (stat != null)
+ {
+ long t = -System.currentTimeMillis();
+ chain.doFilter(req, resp);
+ t += System.currentTimeMillis();
+ stat.logTime(t);
+ }
+ else
+ {
+ chain.doFilter(req, resp);
+ }
+ }
+
+ public void doFilter(EventRequest req, EventResponse resp, FilterChain chain) throws IOException, PortletException
+ {
+ ApplicationStatistic stat = get(req);
+ if (stat != null)
+ {
+ long t = -System.currentTimeMillis();
+ chain.doFilter(req, resp);
+ t += System.currentTimeMillis();
+ stat.logTime(t);
+ }
+ else
+ {
+ chain.doFilter(req, resp);
+ }
+ }
+
+ public void doFilter(RenderRequest req, RenderResponse resp, FilterChain chain) throws IOException, PortletException
+ {
+ ApplicationStatistic stat = get(req);
+ if (stat != null)
+ {
+ long t = -System.currentTimeMillis();
+ chain.doFilter(req, resp);
+ t += System.currentTimeMillis();
+ stat.logTime(t);
+ }
+ else
+ {
+ chain.doFilter(req, resp);
+ }
+ }
+
+ public void doFilter(ResourceRequest req, ResourceResponse resp, FilterChain chain) throws IOException, PortletException
+ {
+ ApplicationStatistic stat = get(req);
+ if (stat != null)
+ {
+ long t = -System.currentTimeMillis();
+ chain.doFilter(req, resp);
+ t += System.currentTimeMillis();
+ stat.logTime(t);
+ }
+ else
+ {
+ chain.doFilter(req, resp);
+ }
+ }
+
+ private ApplicationStatistic get(PortletRequest req) throws IOException, PortletException
+ {
+ PortalContainer container = PortalContainer.getInstance();
+ ApplicationStatisticService service = (ApplicationStatisticService)container.getComponentInstance(ApplicationStatisticService.class);
+ if (service != null)
+ {
+ PortletConfig portletConfig = (PortletConfig)req.getAttribute("javax.portlet.config");
+ String portletName = portletConfig.getPortletName();
+ String phase = (String)req.getAttribute(PortletRequest.LIFECYCLE_PHASE);
+ String applicationId = portletName + "/" + phase;
+ return service.getApplicationStatistic(applicationId);
+ }
+ else
+ {
+ return null;
+ }
+ }
+}
Deleted: portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortletStatisticLifecycle.java
===================================================================
--- portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortletStatisticLifecycle.java 2011-05-03 04:53:32 UTC (rev 6436)
+++ portal/trunk/webui/portal/src/main/java/org/exoplatform/portal/application/PortletStatisticLifecycle.java 2011-05-03 09:54:12 UTC (rev 6437)
@@ -1,67 +0,0 @@
-/**
- * Copyright (C) 2009 eXo Platform SAS.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.exoplatform.portal.application;
-
-import org.exoplatform.web.application.Application;
-import org.exoplatform.web.application.ApplicationLifecycle;
-import org.exoplatform.web.application.RequestFailure;
-import org.exoplatform.webui.application.WebuiRequestContext;
-
-public class PortletStatisticLifecycle implements ApplicationLifecycle<WebuiRequestContext>
-{
-
- private static final String ATTRIBUTE_NAME = "AppStatistic";
-
- @SuppressWarnings("unused")
- public void onInit(Application app)
- {
-
- }
-
- @SuppressWarnings("unused")
- public void onStartRequest(Application app, WebuiRequestContext context) throws Exception
- {
- app.setAttribute(ATTRIBUTE_NAME, System.currentTimeMillis());
- }
-
- @SuppressWarnings("unused")
- public void onFailRequest(Application app, WebuiRequestContext context, RequestFailure failureType) throws Exception
- {
-
- }
-
- @SuppressWarnings("unused")
- public void onEndRequest(Application app, WebuiRequestContext context) throws Exception
- {
- ApplicationStatisticService service =
- (ApplicationStatisticService)app.getApplicationServiceContainer().getComponentInstanceOfType(
- ApplicationStatisticService.class);
- ApplicationStatistic appStatistic = service.getApplicationStatistic(app.getApplicationId());
- long startTime = Long.valueOf(app.getAttribute(ATTRIBUTE_NAME).toString());
- appStatistic.logTime(System.currentTimeMillis() - startTime);
- }
-
- @SuppressWarnings("unused")
- public void onDestroy(Application app)
- {
-
- }
-
-}
\ No newline at end of file
13 years, 7 months
gatein SVN: r6436 - in epp/docs/branches/5.1/Release_Notes: en-US and 1 other directories.
by do-not-reply@jboss.org
Author: smumford
Date: 2011-05-03 00:53:32 -0400 (Tue, 03 May 2011)
New Revision: 6436
Added:
epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent
epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml
epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml
epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml
epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml
Removed:
epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.ent
epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.xml
Modified:
epp/docs/branches/5.1/Release_Notes/en-US/Author_Group.xml
epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml
epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Conventions.xml
epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Legal_Notice.xml
epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml
epp/docs/branches/5.1/Release_Notes/publican.cfg
Log:
Second draft of 5.1.1 Release Notes
Deleted: epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.ent
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.ent 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.ent 2011-05-03 04:53:32 UTC (rev 6436)
@@ -1,9 +0,0 @@
-<!-- Product Specifics: -->
-<!ENTITY PRODUCT "JBoss Enterprise Portal Platform">
-
-<!-- Book specifics: -->
-<!ENTITY BOOKID "5.1.0 Release Notes">
-
-<!-- Corporate Specifics: -->
-<!ENTITY YEAR "2010">
-<!ENTITY HOLDER "Red Hat, Inc">
Deleted: epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.xml 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/en-US/5.1.0_Release_Notes.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -1,965 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.0_Release_Notes.ent">
-%BOOK_ENTITIES;
-]>
-<article>
- <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <section id="sect-Release_Notes-Introduction">
- <title>Introduction</title>
- <para>
- JBoss Enterprise Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principals of Open Choice to the presentation layer, JBoss Enterprise Portal Platform 5 maximizes existing skills and technology investments.
- </para>
- <para>
- By integrating proven open source frameworks such as JBoss Seam, Hibernate, Tomcat and JBoss Cache JBoss Enterprise Portal Platform takes advantage of innovations in the open source community. As well, JBoss Enterprise Portal Platform version 5.1.0 is fully tested and supported by Red Hat, and is certified to work on many leading enterprise hardware and software products.
- </para>
-
- </section>
-
- <section id="sect-Release_Notes-New_Features_and_Components">
- <title>New and Upgraded Components</title>
- <variablelist id="vari-Release_Notes-New_Features_and_Components-New_Features">
- <title>New Components</title>
- <varlistentry>
- <term>Site Publisher extension</term>
- <listitem>
- <para>
- The JBoss Enterprise Portal Platform 5.1 stream includes an optional web content authoring system add-on called Site Publisher.
- </para>
- <para>
- Refer to <xref linkend="sect-Release_Notes-Site_Publisher"/> for a brief overview of this extension.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- <variablelist id="vari-Release_Notes-New_Features_and_Components-Component_Upgrades_in_VERSION_MICRO">
- <title><emphasis role="bold">Upgraded Components</emphasis></title>
- <varlistentry>
- <term>WSRP</term>
- <listitem>
- <para>
- The WSRP component has been upgraded to version 2.0.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>JBoss Cache</term>
- <listitem>
- <para>
- The JBoss Cache component has been upgraded to version 3.2.6.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
-
- </section>
-
- <section id="sect-Release_Notes-Component_Versions">
- <title>Component Versions</title>
- <para>
- This section details the versions of the components in JBoss Enterprise Portal Platform 5.1.0.
- </para>
- <table id="tabl-Release_Notes-Component_Versions-JBoss_Enterprise_Portal_Platform_Component_Versions">
- <title>JBoss Enterprise Portal Platform Component Versions</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>
- Component
- </entry>
- <entry>
- Version
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- JBoss Enterprise Application Platform
- </entry>
- <entry>
- 5.1.0 GA
- </entry>
- </row>
- <row>
- <entry>
- eXo Kernel
- </entry>
- <entry>
- 2.2.6-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo Core
- </entry>
- <entry>
- 2.3.6-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo WS
- </entry>
- <entry>
- 2.1.6-GA
- </entry>
- </row>
- <row>
- <entry>
- eXo JCR
- </entry>
- <entry>
- 1.12.6-GA
- </entry>
- </row>
- <row>
- <entry>
- JBoss Cache
- </entry>
- <entry>
- 3.2.6
- </entry>
- </row>
- <row>
- <entry>
- Apache Shindig
- </entry>
- <entry>
- 1.0-r790473-Patch04
- </entry>
- </row>
- <row>
- <entry>
- Simple Captcha
- </entry>
- <entry>
- 1.1.1-GA-Patch01
- </entry>
- </row>
- <row>
- <entry>
- GateIn Common
- </entry>
- <entry>
- 2.0.3-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn WCI
- </entry>
- <entry>
- 2.0.2-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn PC
- </entry>
- <entry>
- 2.2.0-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn WSRP
- </entry>
- <entry>
- 2.0.0-epp51-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn MOP
- </entry>
- <entry>
- 1.0.3-GA
- </entry>
- </row>
- <row>
- <entry>
- PicketLink IDM
- </entry>
- <entry>
- 1.1.7.GA
- </entry>
- </row>
- <row>
- <entry>
- Chromattic
- </entry>
- <entry>
- 1.0.3
- </entry>
- </row>
- <row>
- <entry>
- Portlet Bridge
- </entry>
- <entry>
- 2.1.0-epp51-GA
- </entry>
- </row>
- <row>
- <entry>
- GateIn SSO
- </entry>
- <entry>
- 1.0.0-epp
- </entry>
- </row>
- </tbody>
-
- </tgroup>
-
- </table>
-
- </section> <!--Close Section: Component Versions-->
-
- <section id="sect-Release_Notes-Installation">
- <title>Installation</title>
- <para>
- The JBoss Enterprise Portal Platform Installation Guide contains details of software and hardware requirements as well as detailed installation instructions.
- </para>
- <para>
- The Installation Guide can be found online at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...."/>.
- </para>
- </section>
-
- <section id="sect-Release_Notes-Issues_fixed_in_this_release">
- <title> Issues fixed in this release </title>
- <para>
- The following is a list of issues fixed in this release:
- </para>
- <!-- Commented out for current release. Retaining the text to be reused in future release drafts.
- <warning>
- <title>Draft Content!</title>
- <para>
- These entries are drafts.
- </para>
- <para>
- <emphasis role="bold">They are likely not technically correct at the moment</emphasis>, but they will serve as a basis and will be corrected in subsequent iterations after technical and QE reviews.
- </para>
- </warning> -->
- <variablelist>
- <title><emphasis role="bold">Issues fixed in the product:</emphasis></title>
- <!-- JBEPP-341 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-341"/></term>
- <listitem>
- <para>
- A problem encountered in editing Dashboard tabs in the Chrome web browser running in a Windows environment has been corrected. Dashboard tabs can be edited as expected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-345 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-345"/></term>
- <listitem>
- <para>
- An issue with the "Remember Me" function of the login screen being overridden by the session time-out has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-448 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-448"/></term>
- <listitem>
- <para>
- A problem with object marshalling in clustered environments would present errors in log files. This issue has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-470 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-470"/></term>
- <listitem>
- <para>
- An exception was encountered when adding a new remotable portlet to a category if JBoss Enterprise Portal Platform was the producer (either self-consuming or from another EPP instance). This has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-479 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-479"/></term>
- <listitem>
- <para>
- The upgrade to the PicketLink IDM correct instances of <literal>NotSerializableException</literal>s being thrown when working in the Organization Management portlet in a clustered portal using LDAP.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-480 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-480"/></term>
- <listitem>
- <para>
- The LDAP implementation has been updated to support paginated queries. Queries that return entries exceeding the limitations of the LDAP server are now separated into smaller queries that fall within the LDAP limitations.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-484 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-484"/></term>
- <listitem>
- <para>
- Users who attempted to use the inline composer to change a portal's language locale to be country specific (Chinese, for example), would find that the locale reverted to English after the change was saved.
- </para>
- <para>
- This has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-490 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-490"/></term>
- <listitem>
- <para>
- When editing a portal page layout by deleting a container that has PageBody content, users were able to continue deleting the container (by clicking the Finish button) while a warning message was displayed.
- </para>
- <para>
- This issue has been corrected. The Finish button no longer operates while warnings are displayed.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-508 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-508"/></term>
- <listitem>
- <para>
- A naming duplication in the pre-packaged "Simplest Hello World" and "IDM Hello World" portlet examples caused an <literal>IllegalArgumentException</literal> when both of the portlet examples were deployed. This has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-513 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-513"/></term>
- <listitem>
- <para>
- A bug was found that caused site navigation to be disordered after a non-administrator deleted a page in Navigation Management.
- </para>
- <para>
- This was caused by a problem with filtering and synchronization of nodes in the <literal>UITree</literal> object.
- </para>
- <para>
- A new object (UIFilterTree) has been added to the code, which allows for node navigation persistence. This resolves the issue.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-523 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-523"/></term>
- <listitem>
- <para>
- The JCR Lock Manager in previous releases of EPP was configured to use the same channel name in all workspaces.
- </para>
- <para>
- For example:
- </para>
- <para>
- The 'portal-system' channel name was:
- </para>
-<programlisting><![CDATA[<property name="jbosscache-cluster-name" value="jcrlock-${container.name.suffix}-system" />
-]]></programlisting>
- <para>
- Instead of:
- </para>
-<programlisting><![CDATA[<property name="jbosscache-cluster-name" value="jcrlock-${container.name.suffix}-portal-system" />
-]]></programlisting>
- <para>
- This naming convention could allow data changes to affect the incorrect workspace.
- </para>
- <para>
- The <literal>repository-configuration.xml</literal> file has been updated to resolve this issue.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-530 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-530"/></term>
- <listitem>
- <para>
- Users of previous versions of JBoss Enterprise Portal Platform encountered minor issues when portlet webapp sessions outlived the user session.
- </para>
- <para>
- This behavior has been addressed in this release and portlet webapp sessions are now cleaned when a new user signs into the portal.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-533 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-533"/></term>
- <listitem>
- <para>
- Prior to this release, running EPP 5.0.1, configured with LDAP, in a clustered configuration (using the startup parameter -Dexo.profiles=cluster) would produce NotSerializableExceptions within the OrganizationManagement portlet.
- </para>
- <para>
- A number of java files in the product have been patched to avoid this issue.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-534 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-534"/></term>
- <listitem>
- <para>
- Users may have previously encountered errors when trying to add a remote gadget to a portal instance running on a HTTPS domain.
- </para>
- <para>
- The error stated that the URL was invalid even when correct. This was because the Application Registry was expecting a valid certificate signed by a CA to verify the URL.
- </para>
- <para>
- This error can be avoided by adding the certificate to the JRE CA with the command:
- </para>
-<programlisting><command>keytool -import -alias toto -keystore /home/<replaceable><USER></replaceable>/Tools/Java/<replaceable><JDK_VERSION></replaceable>/jre/lib/security/cacerts -file ~/<replaceable>mycertificate</replaceable></command>
-</programlisting>
- <para>
- (Where mycertificate is the certificate created for SSL)
- </para>
- <para>
- This information has also been added to the JBoss Enterprise Portal Platform User Guide.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-535 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-535"/></term>
- <listitem>
- <para>
- LDAP queries to retrieve stores containing entries with special characters (such as parenthesis) would fail.
- </para>
- <para>
- The problematic characters are now escaped correctly, resolving the issue.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-546 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-546"/></term>
- <listitem>
- <para>
- A bug that affected the selection of users being added to a group has been fixed.
- </para>
- <para>
- Prior to this release, user selections made on the first page of the user list, should the list span multiple pages, were lost when navigating to subsequent pages.
- </para>
- <para>
- The user selections are now persistent across pages.
- </para>
- </listitem>
- </varlistentry>
-
-
- <!-- JBEPP-550 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-550"/></term>
- <listitem>
- <para>
- A bug which resulted in users without membership in the "Web Contributors" group being unable to see the Administration bar has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-562 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-562"/></term>
- <listitem>
- <para>
- In previous versions of JBoss Enterprise Portal Platform, a <literal>NullPointerException</literal> could be seen in a server log stacktrace after a user authenticated with the SPNEGO Single Sign-On method is automatically evicted after the set time-out period has elapsed.
- </para>
- <para>
- This issue has been resolved.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-565 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-565"/></term>
- <listitem>
- <para>
- An issue with the registration Captcha not changing after a successful registration has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-571 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-571"/></term>
- <listitem>
- <para>
- A bug that caused user preferences to be lost when the ToDo gadget was dragged and dropped on a Dashboard has been resolved.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-577 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-577"/></term>
- <listitem>
- <para>
- Previous versions of JBoss Enterprise Portal Platform used <literal>HashMap</literal> in the <literal>ConfigurationManager</literal> class for multithreaded environments. This caused the following message to appear in logs while using the product under heavy load:
- </para>
-<programlisting>java.lang.Exception: Cannot find the configuration for the component org.exoplatform.portal.webui.container.UIContainerList, configId null
-</programlisting>
- <para>
- In the latest release, <literal>HashMap</literal> has been replaced with <literal>ConcurrentHashMap</literal>, which accepts default values for initial capacity, load factor and <literal>concurrencyLevel</literal> and resolves the exception.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-579 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-579"/></term>
- <listitem>
- <para>
- In previous releases, a NullPointerException would be encountered if no <filename>navigation.xml</filename> had been created for an LDAP user.
- </para>
- <para>
- A change to code in <filename>UIUserToolBarDashboardPortlet.gtmpl</filename> has corrected this issue by including a clause for this circumstance.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-584 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-584"/></term>
- <listitem>
- <para>
- An ambiguous error message returned when a URL referenced in a gadget does not exist has been revised and clarified.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-585 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-585"/></term>
- <listitem>
- <para>
- A bug was found that prevented administrators from changing the permissions of a category in the Application Registry from Public to a restricted group.
- </para>
- <para>
- The Application Registry <literal>UIPermissionForm</literal> java code has been patched to correct his behavior.
- </para>
- </listitem>
- </varlistentry>
-
-
- <!-- JBEPP-587 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-587"/></term>
- <listitem>
- <para>
- Some gadgets that do not have configurable preferences were displaying an unusable edit icon.
- </para>
- <para>
- The gadget UI has been amended to remove the edit icon in gadgets that do not have configurable preferences.
- </para>
- </listitem>
- </varlistentry>
-
-
- <!-- JBEPP-589 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-589"/></term>
- <listitem>
- <para>
- The RSS reader gadget was displaying incorrect publication dates for items fetched from feed sources.
- </para>
- <para>
- Each item was being displayed with a publish date of 'less than a minute ago', regardless of when it was published by the feed.
- </para>
- <para>
- The RSS aggregator has been patched to fetch and display the correct publication date.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-600 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-600"/></term>
- <listitem>
- <para>
- In previous versions of JBoss Enterprise Portal Platform creating new portals with names that contained all or part of the word 'portal' (such as: "por", "port", "porta" and "portal") resulted in an incorrect URL writing to the Site links section of the main portal. This, in turn, produced '404: Page not found' HTTP response errors when using these links.
- </para>
- <para>
- This issue has been resolved.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-614 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-614"/></term>
- <listitem>
- <para>
- An issue was reported about JBoss Enterprise Portal Platform caching recently changed passwords.
- </para>
- <para>
- After a user changed their password, both the old and new password would allow them to log into the portal. This situation persisted until the portal was restarted.
- </para>
- <para>
- This issue has now been resolved.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-626 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-626"/></term>
- <listitem>
- <para>
- The portal window state and edit mode were going back to default values when not specified on subsequent calls instead of keeping the previous value.
- </para>
- <para>
- This issue has been resolved.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-635 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-635"/></term>
- <listitem>
- <para>
- Previous versions of JBoss Enterprise Portal Platform would fail to start when configured to read groups from LDAP if those groups contained circular cross references. This situation would result in a <literal>StackOverflowError</literal>.
- </para>
- <para>
- The issue has been corrected.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-636 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-636"/></term>
- <listitem>
- <para>
- In previous versions of JBoss Enterprise Portal Platform that were configured to use LDAP, configuring portlets in edit mode would fail with a <literal>NullPointerException</literal> because of a failing null check in the <literal>findGroups</literal> method.
- </para>
- <para>
- This issue has been resolved.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><ulink type="http" url="https://issues.jboss.org/jira/browse/JBEPP-640"></ulink></term>
- <listitem>
- <para>
- Using the <literal>OrganizationPortlet</literal> to edit existing user entries, the changes were applied to LDAP even though the attribute was marked as <literal>readOnly</literal> in the picketlink configuration. This has been fixed in PicketLink and any updates to <literal>readOnly</literal> attributes are now silently failing.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-642 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-642"/></term>
- <listitem>
- <para>
- The gadget server includes an anonymous proxy. This release includes a filter to reject any untrusted hosts.
- </para>
- </listitem>
- </varlistentry>
-
- <!-- JBEPP-677 -->
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-677"/></term>
- <listitem>
- <para>
- If portlets from different <filename>.war</filename> files or different <literal>PortletInvokers</literal> had the same name, creating the content for the portlet would fail because the customization process only used the local portlet name instead of a fully qualified version.
- </para>
- <para>
- JBoss Enterprise Portal Platform 5.1.0 uses the complete portlet context instead of just the portlet name to avoid collisions when creating content.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><ulink url="https://issues.jboss.org/jira/browse/JBEPP-692"/></term>
- <listitem>
- <para>
- Previous releases of JBoss Enterprise Portal Platform had the same value storage id for the Portlet container JCR value storage and JCR WSRP Value Storage. These have been changed to "<literal>pc-system</literal>" and "<literal>wsrp-system</literal>" respectively.
- </para>
- <para>
- In case of issues during migration, customers are asked to reset the value <literal>value-storage id="gadgets"</literal> in the declaration of the pc-system and wsrp-system workspaces.
- </para>
- </listitem>
- </varlistentry>
-
- </variablelist> <!--Close list: Fixed in Product-->
-
- <variablelist>
- <title>New Features</title>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-494"></ulink></term>
- <listitem>
- <para>
- A confirmation message has been added to the User Interface to warn users when they are closing a page that has been edited if the changes have not been saved.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-528"></ulink></term>
- <listitem>
- <para>
- Changes to javascript path handling (defined in <filename>gatein-resource.xml</filename>) in this release allow users to link to external Javascript sources.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-482"></ulink></term>
- <listitem>
- <para>
- Page and portlet titles were not localizable in previous releases of JBoss Enterprise Portal Platform.
- </para>
- <para>
- These titles can now be localized either through keys in <filename>pages.xml</filename> or via the administration interface.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-521"></ulink></term>
- <listitem>
- <para>
- New text has been added to the startup log to identify which version of the product is being run.
- </para>
- <para>
- The new output will appear similar to the example below:
- </para>
-<screen>11:05:34,923 INFO [VersionDisplayer] JBoss Enterprise Portal Platform [5.1.0-epp-ER04-SNAPSHOT]
-</screen>
- </listitem>
- </varlistentry>
- </variablelist> <!--Close list: New Features-->
-
- <variablelist>
- <title>Issues fixed upstream:</title>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-454"></ulink></term>
- <listitem>
- <para>
- This release includes numerous fixes for issues reported upstream. Follow the link above to review a tracking ticket listing these issues and fixes.
- </para>
- </listitem>
- </varlistentry>
- </variablelist><!--Close list: Fixed Upstream-->
- </section> <!-- Close Section: Issues Fixed-->
-
- <section id="sect-Release_Notes-_Known_Issues_with_this_release_">
- <title> Known Issues with this release</title>
- <para>
- The following is a list of known issues in this release:
- </para>
- <variablelist>
- <!-- JBEPP-737 Known Issue -->
- <varlistentry>
- <term><ulink type="http" url="https://issues.jboss.org/browse/JBEPP-737"></ulink></term>
- <listitem>
- <para>
- The upload service will not work with Internet Explorer 7, any application using the upload service (such as the Enterprise Portal Platform Site Publisher extension) will not behave correctly with this web browser unless a name has been provided.
- </para>
- <para>
- A patch is available from the <ulink type="http" url="https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?sof...">Red Hat Customer Support Portal</ulink>.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-716"></ulink></term>
- <listitem>
- <para>
- Using the <guilabel>Add Node</guilabel> button in Navigation Management (Site or Group) always creates new node at the top level, even when a sub-node is selected.
- </para>
- <para>
- A workaround is to use the right-click context menu instead of the <guilabel>Add Node</guilabel> button.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-599"></ulink></term>
- <listitem>
- <para>
- If a portal is deleted from its own Site management page (that is; if a user deletes the portal they are currently logged into), the resultant redirect returns the user to the public mode of the default portal (<emphasis>/portal/public/classic</emphasis>).
- </para>
- <para>
- The user should be redirected to the private mode of the default portal (<emphasis>/portal/private/classic</emphasis>).
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section> <!-- Close Section: Known Issues-->
-
-<!-- <section>
- <title>Security Issues</title>
- <variablelist>
-
- </variablelist>
- </section>-->
-
- <section id="sect-Release_Notes-Migration_from_Enterprise_Portal_Platform_4.3">
- <title>Migration from Enterprise Portal Platform 4.3</title>
- <para>
- JBoss Enterprise Portal Platform 5 is based upon an entirely new core architecture and is not backwards compatible with JBoss Enterprise Portal Platform 4.3.
- </para>
- <para>
- As a value added part of an enterprise subscription the JBoss Portal team is working to develop a set of migration utilities (which may take the form of documentation, guides and/or scripts) to assist customers in migration. We intend to release these utilities in a future revision of JBoss Enterprise Portal Platform 5.
- </para>
- <para>
- For customers seeking to begin a migration prior to the availability of any Red Hat provided migration utilities, please contact Red Hat JBoss Support for migration advice. Red Hat JBoss support will be the main communication channel for migration knowledge as it is developed.
- </para>
- <para>
- Red Hat JBoss Customer Support can be accessed <ulink type="http" url="https://www.redhat.com/apps/support/">here</ulink>.
- </para>
- </section>
-
- <section id="sect-Release_Notes-Site_Publisher">
- <title>Site Publisher</title>
- <para>
- Site Publisher provides many additional features for organizations looking to enable line of business resources to directly manage sites, pages and content within the context of the portal versus through integration with an external web content management system.
- </para>
- <para>
- This add-on is available for download from the <ulink type="http" url="https://support.redhat.com/jbossnetwork/restricted/softwareDetail.html?so...">Red Hat Customer Support Portal</ulink>.
- </para>
- <para>
- Documentation for this extension is available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.html">http://docs.redhat.com</ulink>
- </para>
-
- </section>
-
- <section id="sect-Release_Notes-_Documentation_">
- <title>Documentation</title>
- <para>
- Visit <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index....">http://docs.redhat.com</ulink> for further documentation regarding JBoss Enterprise Portal Platform.
- </para>
- <para>
- This documentation includes:
- </para>
- <para>
- <variablelist>
- <varlistentry>
- <term>Installation Guide</term>
- <listitem>
- <para>
- This document explains how to install and verify the installation of JBoss Enterprise Portal Platform using different installation methods.
- </para>
-
- </listitem>
-
- </varlistentry>
- <varlistentry>
- <term>User Guide</term>
- <listitem>
- <para>
- This document provides an easy to follow guide to the functions and options available in JBoss Enterprise Portal Platform. It is intended to be accessible and useful to both experienced and novice portal users.
- </para>
-
- </listitem>
-
- </varlistentry>
- <varlistentry>
- <term>Reference Guide</term>
- <listitem>
- <para>
- This is a high-level usage document. It deals with more advanced topics than the Installation and User guides, adding new content or taking concepts discussed in the earlier documents further. It aims to provide supporting documentation for advanced users of JBoss Enterprise Portal Platform. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
- </para>
-
- </listitem>
-
- </varlistentry>
-
- </variablelist>
-
- </para>
- <para>
- The online documentation will be updated as necessary so be sure to check the site regularly, especially when a new version of JBoss Enterprise Portal Platform is released.
- </para>
-
- </section>
-
- <section id="sect-Release_Notes-_Product_Support_and_License_Website_Links_">
- <title> Product Support and License Website Links </title>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-Red_Hat_JBoss_Customer_Support">
- <title>Red Hat JBoss Customer Support</title>
- <para>
- <ulink type="http" url="https://access.redhat.com/home " />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-JBoss_Customer_Suport_Portal_Downloads">
- <title>JBoss Customer Suport Portal Downloads</title>
- <para>
- <ulink type="http" url="https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?produ..." />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
- <title>Support Processes</title>
- <para>
- <ulink url="https://access.redhat.com/support/policy/support_process.html" />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Scope_of_Coverage_">
- <title> Production Support Scope of Coverage </title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/production/soc.html" />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Service_Level_Agreement_">
- <title> Production Support Service Level Agreement </title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/production/sla.html" />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage">
- <title> Developer Support Scope of Coverage</title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/developer/soc.html" />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Service_Level_Agreement">
- <title> Developer Support Service Level Agreement</title>
- <para>
- <ulink url="https://access.redhat.com/support/offerings/developer/sla.html" />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Product_Update_and_Support_Policy">
- <title> Product Update and Support Policy</title>
- <para>
- <ulink url="https://access.redhat.com/support/policy/updates/jboss_notes/" />
- </para>
-
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement">
- <title> JBoss End User License Agreement</title>
- <para>
- <ulink url="http://www.redhat.com/licenses/jboss_eula.html" />
- </para>
-
- </formalpara>
-
- </section>
-
- <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</article>
-
Added: epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent (rev 0)
+++ epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent 2011-05-03 04:53:32 UTC (rev 6436)
@@ -0,0 +1,9 @@
+<!-- Product Specifics: -->
+<!ENTITY PRODUCT "JBoss Enterprise Portal Platform">
+
+<!-- Book specifics: -->
+<!ENTITY BOOKID "5.1.1 Release Notes">
+
+<!-- Corporate Specifics: -->
+<!ENTITY YEAR "2011">
+<!ENTITY HOLDER "Red Hat, Inc">
Added: epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml (rev 0)
+++ epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -0,0 +1,373 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
+%BOOK_ENTITIES;
+]>
+<article status="draft">
+ <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <section id="sect-5.1.1_Release_Notes-Introduction">
+ <title>Introduction</title>
+ <para>
+ JBoss Enterprise Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principals of Open Choice to the presentation layer, JBoss Enterprise Portal Platform 5 maximizes existing skills and technology investments.
+ </para>
+ <para>
+ By integrating proven open source frameworks such as JBoss Seam, Hibernate, Tomcat and JBoss Cache JBoss Enterprise Portal Platform takes advantage of innovations in the open source community. As well, JBoss Enterprise Portal Platform version 5.1.1 is fully tested and supported by Red Hat, and is certified to work on many leading enterprise hardware and software products.
+ </para>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-New_and_Upgraded_Components">
+ <title>New and Upgraded Components</title>
+ <variablelist id="vari-5.1.1_Release_Notes-New_and_Upgraded_Components-New_Components">
+ <title>New Components</title>
+ <varlistentry>
+ <term></term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <variablelist id="vari-5.1.1_Release_Notes-New_and_Upgraded_Components-Upgraded_Components">
+ <title><emphasis role="bold">Upgraded Components</emphasis></title>
+ <varlistentry>
+ <term></term>
+ <listitem>
+ <para>
+
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Component_Versions">
+ <title>Component Versions</title>
+ <para>
+ This section details the versions of the components in JBoss Enterprise Portal Platform 5.1.1.
+ </para>
+ <table id="tabl-5.1.1_Release_Notes-Component_Versions-JBoss_Enterprise_Portal_Platform_Component_Versions">
+ <title>JBoss Enterprise Portal Platform Component Versions</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>
+ Component
+ </entry>
+ <entry>
+ Version
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ JBoss Enterprise Application Platform
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo Kernel
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo Core
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo WS
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ eXo JCR
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ JBoss Cache
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Apache Shindig
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Simple Captcha
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn Common
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn WCI
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn PC
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn WSRP
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn MOP
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ PicketLink IDM
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Chromattic
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ Portlet Bridge
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ GateIn SSO
+ </entry>
+ <entry>
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Installation">
+ <title>Installation</title>
+ <para>
+ The JBoss Enterprise Portal Platform Installation Guide contains details of software and hardware requirements as well as detailed installation instructions.
+ </para>
+ <para>
+ The Installation Guide can be found online at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." />.
+ </para>
+
+ </section>
+
+ <section>
+ <title>Resolved Issues</title>
+ <para>
+ The following is a list of issues fixed in this release:
+ </para>
+ <xi:include href="resolved_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+
+ <section>
+ <title>Known Issues</title>
+ <para>
+ The following is a list of known issues in this release:
+ </para>
+ <xi:include href="known_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+
+ <section>
+ <title><remark>NEEDINFO</remark></title>
+ <xi:include href="need_info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+ <!-- <section>
+ <title>Security Issues</title>
+ <variablelist>
+
+ </variablelist>
+ </section> -->
+
+ <section id="sect-5.1.1_Release_Notes-Migration">
+ <title>Migration</title>
+ <section id="sect-5.1.1_Release_Notes-Migration-From_4.3_Stream">
+ <title>From 4.3 Stream</title>
+ <para>
+ JBoss Enterprise Portal Platform 5 is based upon an entirely new core architecture and is not backwards compatible with JBoss Enterprise Portal Platform 4.3.
+ </para>
+ <para>
+ As a value added part of an enterprise subscription the JBoss Portal team is working to develop a set of migration utilities (which may take the form of documentation, guides and/or scripts) to assist customers in migration. We intend to release these utilities in a future revision of JBoss Enterprise Portal Platform 5.
+ </para>
+ <para>
+ For customers seeking to begin a migration prior to the availability of any Red Hat provided migration utilities, please contact Red Hat JBoss Support for migration advice. Red Hat JBoss support will be the main communication channel for migration knowledge as it is developed.
+ </para>
+ <para>
+ Red Hat JBoss Customer Support can be accessed at <ulink type="http" url="https://www.redhat.com/apps/support/" />.
+ </para>
+
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Migration-From_5.x_Stream">
+ <title>From 5.x Stream</title>
+ <para>
+ Anything that needs to go in here!
+ </para>
+
+ </section>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Site_Publisher">
+ <title><remark>Site Publisher</remark></title>
+ <remark>DOCS NOTE: Do we still want this here?</remark>
+ <para>
+ Site Publisher provides many additional features for organizations looking to enable line of business resources to directly manage sites, pages and content within the context of the portal versus through integration with an external web content management system.
+ </para>
+ <para>
+ This add-on is available for download from the <ulink type="http" url="https://support.redhat.com/jbossnetwork/restricted/softwareDetail.html?so...">Red Hat Customer Support Portal</ulink>.
+ </para>
+ <para>
+ Documentation for this extension is available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.html">http://docs.redhat.com</ulink>
+ </para>
+
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Documentation">
+ <title>Documentation</title>
+ <para>
+ Visit <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index....">http://docs.redhat.com</ulink> for further documentation regarding JBoss Enterprise Portal Platform.
+ </para>
+ <para>
+ This documentation includes:
+ </para>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term>Installation Guide</term>
+ <listitem>
+ <para>
+ This document explains how to install and verify the installation of JBoss Enterprise Portal Platform using different installation methods.
+ </para>
+
+ </listitem>
+
+ </varlistentry>
+ <varlistentry>
+ <term>User Guide</term>
+ <listitem>
+ <para>
+ This document provides an easy to follow guide to the functions and options available in JBoss Enterprise Portal Platform. It is intended to be accessible and useful to both experienced and novice portal users.
+ </para>
+
+ </listitem>
+
+ </varlistentry>
+ <varlistentry>
+ <term>Reference Guide</term>
+ <listitem>
+ <para>
+ This is a high-level usage document. It deals with more advanced topics than the Installation and User guides, adding new content or taking concepts discussed in the earlier documents further. It aims to provide supporting documentation for advanced users of JBoss Enterprise Portal Platform. Its primary focus is on advanced use of the product and it assumes an intermediate or advanced knowledge of the technology and terms.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ <para>
+ The online documentation will be updated as necessary so be sure to check the site regularly, especially when a new version of JBoss Enterprise Portal Platform is released.
+ </para>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_">
+ <title> Product Support and License Website Links </title>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-Red_Hat_JBoss_Customer_Support">
+ <title>Red Hat JBoss Customer Support</title>
+ <para>
+ <ulink type="http" url="https://access.redhat.com/home " />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-JBoss_Customer_Suport_Portal_Downloads">
+ <title>JBoss Customer Suport Portal Downloads</title>
+ <para>
+ <ulink type="http" url="https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?produ..." />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
+ <title>Support Processes</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/policy/support_process.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Scope_of_Coverage_">
+ <title> Production Support Scope of Coverage </title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/production/soc.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Service_Level_Agreement_">
+ <title> Production Support Service Level Agreement </title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/production/sla.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage">
+ <title> Developer Support Scope of Coverage</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/developer/soc.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Service_Level_Agreement">
+ <title> Developer Support Service Level Agreement</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/offerings/developer/sla.html" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_Product_Update_and_Support_Policy">
+ <title> Product Update and Support Policy</title>
+ <para>
+ <ulink url="https://access.redhat.com/support/policy/updates/jboss_notes/" />
+ </para>
+ </formalpara>
+ <formalpara id="form-5.1.1_Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement">
+ <title> JBoss End User License Agreement</title>
+ <para>
+ <ulink url="http://www.redhat.com/licenses/jboss_eula.html" />
+ </para>
+ </formalpara>
+ </section>
+
+ <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</article>
+
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Author_Group.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Author_Group.xml 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Author_Group.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -1,24 +1,23 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.0_Release_Notes.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
%BOOK_ENTITIES;
]>
<authorgroup>
<author>
<firstname>Jason</firstname>
<surname>Andersen</surname>
+
</author>
<author>
- <firstname>Luc</firstname>
- <surname>Texier</surname>
- </author>
- <author>
<firstname>Thomas</firstname>
<surname>Heute</surname>
+
</author>
<author>
<firstname>Scott</firstname>
<surname>Mumford</surname>
+
</author>
</authorgroup>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -1,18 +1,18 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE articleinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.0_Release_Notes.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
%BOOK_ENTITIES;
]>
-<articleinfo id="arti-5.1.0_Release_Notes-a5.1.0_Release_Notes">
- <title>5.1.0 Release Notes</title>
- <subtitle>For use with JBoss Enterprise Portal Platform 5.1.0</subtitle>
+<articleinfo id="arti-5.1.1_Release_Notes-a5.1.1_Release_Notes">
+ <title>5.1.1 Release Notes</title>
+ <subtitle>For use with JBoss Enterprise Portal Platform 5.1.1</subtitle>
<edition>1</edition>
- <pubsnumber>5.1</pubsnumber>
+ <pubsnumber>1.0</pubsnumber>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
<abstract>
<para>
- These release notes contain important information related to JBoss Enterprise Portal Platform 5.1.0 that may not be currently available in the Product Manuals. You should read these Release Notes in their entirety before installing the product.
+ These release notes contain important information related to JBoss Enterprise Portal Platform 5.1.1 that may not be currently available in the Product Manuals. You should read these Release Notes in their entirety before installing the product.
</para>
</abstract>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Conventions.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Conventions.xml 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Conventions.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.0_Release_Notes.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-5.1.0_Release_Notes-Document_Conventions">
+<section id="sect-5.1.1_Release_Notes-Document_Conventions">
<title>Document Conventions</title>
<para>
This manual uses several conventions to highlight certain words and phrases and draw attention to specific pieces of information.
@@ -11,7 +11,7 @@
<para>
In PDF and paper editions, this manual uses typefaces drawn from the <ulink url="https://fedorahosted.org/liberation-fonts/">Liberation Fonts</ulink> set. The Liberation Fonts set is also used in HTML editions if the set is installed on your system. If not, alternative but equivalent typefaces are displayed. Note: Red Hat Enterprise Linux 5 and later includes the Liberation Fonts set by default.
</para>
- <section id="sect-5.1.0_Release_Notes-Document_Conventions-Typographic_Conventions">
+ <section id="sect-5.1.1_Release_Notes-Document_Conventions-Typographic_Conventions">
<title>Typographic Conventions</title>
<para>
Four typographic conventions are used to call attention to specific words and phrases. These conventions, and the circumstances they apply to, are as follows.
@@ -109,7 +109,7 @@
</section>
- <section id="sect-5.1.0_Release_Notes-Document_Conventions-Pull_quote_Conventions">
+ <section id="sect-5.1.1_Release_Notes-Document_Conventions-Pull_quote_Conventions">
<title>Pull-quote Conventions</title>
<para>
Terminal output and source code listings are set off visually from the surrounding text.
@@ -148,7 +148,7 @@
</section>
- <section id="sect-5.1.0_Release_Notes-Document_Conventions-Notes_and_Warnings">
+ <section id="sect-5.1.1_Release_Notes-Document_Conventions-Notes_and_Warnings">
<title>Notes and Warnings</title>
<para>
Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Legal_Notice.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Legal_Notice.xml 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Common_Content/Legal_Notice.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.0_Release_Notes.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
%BOOK_ENTITIES;
]>
<legalnotice>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -1,132 +1,24 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.0_Release_Notes.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
%BOOK_ENTITIES;
]>
-<appendix id="appe-5.1.0_Release_Notes-Revision_History">
+<appendix id="appe-5.1.1_Release_Notes-Revision_History">
<title>Revision History</title>
<simpara>
- <revhistory>
- <revision>
- <revnumber>1-5.1</revnumber>
- <date>Tue Dec 21 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>December 2010 release.</member>
- </simplelist>
- </revdescription>
- </revision>
- <revision>
- <revnumber>1-1.7</revnumber>
- <date>Sat Dec 18 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Updated Issues Fixed list.</member>
- </simplelist>
- </revdescription>
- </revision>
- <revision>
- <revnumber>1-1.5</revnumber>
- <date>Mon Dec 06 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Re-publish for 5.1 branch.</member>
- </simplelist>
- </revdescription>
- </revision>
- <revision>
- <revnumber>1-1.4</revnumber>
- <date>Wed Nov 10 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Updated component list.</member>
- </simplelist>
- </revdescription>
- </revision>
- <!--<revision>
- <revnumber>1-1.3</revnumber>
- <date>Wed Nov 10 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Added more JIRA descriptions.</member>
- <member>Split 'Issues Fixed' into Product, Upstream and New Features lists</member>
- </simplelist>
- </revdescription>
- </revision>
- <revision>
- <revnumber>1-1.2</revnumber>
- <date>Mon Nov 08 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Added further JIRA descriptions to Known and Resolved Issues sections and added 'Resolved Upstream' section.</member>
- </simplelist>
- </revdescription>
- </revision> -->
- <revision>
- <revnumber>1-1.1</revnumber>
- <date>Thur Nov 04 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Added draft issues descriptions.</member>
- </simplelist>
- </revdescription>
- </revision>
+ <revhistory>
<revision>
<revnumber>1-1.0</revnumber>
- <date>Tues Oct 26 2010</date>
+ <date>Thu Apr 28 2011</date>
<author>
<firstname>Scott</firstname>
<surname>Mumford</surname>
<email>smumford(a)redhat.com</email>
</author>
- <!-- <author>
- <firstname>Luc</firstname>
- <surname>Texier</surname>
- <email>ltexier(a)redhat.com</email>
- </author>
- <author>
- <firstname>Thomas</firstname>
- <surname>Heute</surname>
- <email>theute(a)redhat.com</email>
- </author> --> <revdescription>
+ <revdescription>
<simplelist>
- <member>Release Notes created for JBoss Enterprise Portal Platform 5.1.0 release.</member>
+ <member>Initial draft of Release Notes created.</member>
</simplelist>
Added: epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml (rev 0)
+++ epp/docs/branches/5.1/Release_Notes/en-US/known_issues.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -0,0 +1,72 @@
+<?xml version='1.0'?>
+<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- release notes text customfield_12310211 -->
+
+
+<variablelist>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-610 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-610" /></term>
+ <listitem>
+ <para>
+ Customers should be aware that passwords entered into the portal and remembered with the <emphasis>Remember me</emphasis> option are stored in the JCR database in plain text. This presents a possible security vulnerability.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-780 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-780" /></term>
+ <listitem>
+ <para>
+ Cause: The two JBoss Cache instances created by PicketLink were calling on the same configuration file in idm-configuration.xml and, as a result, were using the same cluster names.
+ </para>
+ <para>
+ Consequence: This could lead to conflicts as the same JBoss Cache instance could join the same channel twice.
+ </para>
+ <para>
+ Fix: Two configuration files were created and added to the distribution package and the Portal configuration was customized to call on the different files.
+ </para>
+ <para>
+ Result: JBoss Cache instances can now run simultaneously without conflict.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-904 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-904" /></term>
+ <listitem>
+ <para>
+ Cause: EPP doesn't set content-type on css-files added via gatein-resources.xml.
+ </para>
+ <para>
+ Consequence: This means IE9 ignores these css-files due to new security policy. In the console it states: SEC7113: CSS was ignored due to mime type mismatch.
+ </para>
+ <para>
+ Workaround: Add the following setContentType code to the CSS portion of the ResourceRequestFilter.java file:
+<programlisting language="Java" role="Java">....
+if (uri.endsWith(".css"))
+ {
+ final OutputStream out = response.getOutputStream();
+ // New code start
+ httpResponse.setContentType("text/css; charset=UTF-8");
+ // New code end
+ final BinaryOutput output = new BinaryOutput()
+ {
+ public Charset getCharset()
+ {
+ return UTF_8;
+ }
+....
+</programlisting>
+ </para>
+ <para>
+ Result: Content-types will be set and IE9 will render the Portal as expected.
+ </para>
+ </listitem>
+ </varlistentry>
+
+</variablelist>
Added: epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml (rev 0)
+++ epp/docs/branches/5.1/Release_Notes/en-US/need_info.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -0,0 +1,196 @@
+<?xml version='1.0'?>
+<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- release notes text customfield_12310211 -->
+
+
+<variablelist>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-459 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-459" /></term>
+ <listitem>
+ <para>
+ Original Text:
+Thread safety issue leading to "Error while rendering the porlet
+java.lang.NullPointerException at org.exoplatform.portal.webui.component.UIBreadcumbsPortlet.loadSelectedPath(UIBreadcumbsPortlet.java:69)" under load.
+</para>
+<para>
+Cause: A bug in the double-check locking code.
+</para>
+<para>
+Consequence: A NullPointerException thrown from Breadcrumbs portlet under load.
+</para>
+<para>
+ Fix: Volatile specifier added to eventMap field to prevent reordering.
+</para>
+<para>
+ Result: NPE is no longer thrown.
+</para>
+<para>
+ Proposed text:
+A bug in double-check locking code caused a NullPointerException to be thrown from the Breadcrumbs portlet when under load. A 'volatile' java specifier was added to the eventMap to prevent reordering, which resolved the issue. The portlet no longer throws the NPE.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-597 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-597" /></term>
+ <listitem>
+ <para>
+ Cause: NEEDINFO What allowed the javascript to be executed? Or what what missing that would have prevented it?
+ </para>
+ <para>
+ Consequence: This allowed javascript snippets to be executed when creating a new page through the Portal Dashboard.
+ </para>
+ <para>
+ Fix: Groovy encoding methods have been added to the code to prevent this (NEEDINFO Is this correct? What was added/removed that stops javascript?)
+ </para>
+ <para>
+ Result: Javascript is no longer invoked when entered into page fields.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-733 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-733" /></term>
+ <listitem>
+ <para>
+ The upload service will not work with Internet Explorer 7, any application using the upload service (such as EPP SP) will not behave correctly with this web browser unless if a name has been provided. A patch is available.
+ </para>
+ <para>
+ NEEDINFO: Has this issue been corrected for 5.1.1? I.E. Has the patch been incorporated into the product? And should this now be a "Resolved Issue"
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-773 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-773" /></term>
+ <listitem>
+ <para>
+ Cause: NEEDINFO (Was there a definite 'cause' [eg code bug or missing code?])
+ </para>
+ <para>
+ Consequence: The 'Preferences' tab would only appear in some portlets if that portlet's portal.xml file had been modified to include it.
+ </para>
+ <para>
+ Fix: The UIFormInputSet.java and UIPortletForm.java files have been patched...NEEDINFO (what was added in the patch?)
+ </para>
+ <para>
+ Result: The 'Preferences' tab now appears in all portlets?
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-779 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-779" /></term>
+ <listitem>
+ <para>
+ Configuration moved from jar file to portal.war.
+ </para>
+ <para>
+ <remark>Does this need a release note?</remark>
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-794 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-794" /></term>
+ <listitem>
+ <para>
+ Cause: NEEDINFO
+ </para>
+ <para>
+ Consequence: Resources (js, css, etc) added to new portlets with the doHeaders() method were added twice.
+ </para>
+ <para>
+ Fix: A patch has been applied that... NEEDINFO (What does the patch do?)
+ </para>
+ <para>
+ Result: New resources are only linked once.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-848 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-848" /></term>
+ <listitem>
+ <para>
+ Cause: A bug in data caching prevented some changes to Portal navigation from reloading in real time.
+ </para>
+ <para>
+ Consequence: When changing a group navigation priority, the reordering of the groups was only happening after logging out.
+ </para>
+ <para>
+ Fix: The UIPageNavigationForm.java has been patched...NEEDINFO (what does the patch do?)
+ </para>
+ <para>
+ Result: Now data updates immediately, without the user needing to log out.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-857 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-857" /></term>
+ <listitem>
+ <para>
+ Cause: NEEDINFO (Code bug? Caching issue? Data writing issue? Permission issue?)
+ </para>
+ <para>
+ Consequence: WSRP 'Strict Mode' was not properly restored when EPP was started.
+ </para>
+ <para>
+ Fix: An upgrade to WSRP 2.0.1 GA corrects this issue.
+ </para>
+ <para>
+ Result: WSRP Strict Mode is now implemented at startup.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-899 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-899" /></term>
+ <listitem>
+ <para>
+ Cause: NEEDINFO Why couldn't MOPPortalStructuralAccess close POMSession properly?
+ </para>
+ <para>
+ Consequence: An NPE was thrown (from GTNPORTAL-1868)?
+ </para>
+ <para>
+ Fix: A code change in MOPPortalStructureAccess.java requires EPP to save the session instead of closing it.
+ </para>
+ <para>
+ Result: MOPPortalStructuralAccess can now close the POMSession properly and the NPE no longer occurs.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-902 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-902" /></term>
+ <listitem>
+ <para>
+ Cause: In previous Portal versions, page definitions were held in system memory before being written when starting the Portal.
+ </para>
+ <para>
+ Consequence: This could cause an Out Of Memory error if a large number of pages were defined in the XML descriptors (NEEDINFO How many is 'many' pages?).
+ </para>
+ <para>
+ Fix: The transaction has now been split so that not all page definitions are held in memory prior to being written.
+ </para>
+ <para>
+ Result: The Out Of Memory error is no longer encountered (NEEDINFO No upper limit on page numbers now?)
+ </para>
+ </listitem>
+ </varlistentry>
+
+</variablelist>
\ No newline at end of file
Added: epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml (rev 0)
+++ epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml 2011-05-03 04:53:32 UTC (rev 6436)
@@ -0,0 +1,48 @@
+<?xml version='1.0'?>
+<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- release notes text customfield_12310211 -->
+
+
+<variablelist>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-400 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-400" /></term>
+ <listitem>
+ <para>
+ Warning messages were found in the server log when starting EPP 5 without an active internet connection. This was because the Java EE Webservices Metadata Handler 2.0 schema was requested via the network at start up. The schema is now bundled with the WSRP which allows EPP to start without producing error messages if there is no internet connection.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-890 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-890" /></term>
+ <listitem>
+ <para>
+ Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is a instance of PortletResponse).
+ </para>
+ <para>
+ FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects.
+ </para>
+ <para>
+ (Text taken from same issue in 4.3.CP06 Release Notes JBEPP-447 http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/4.3/ht...)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-896 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-896" /></term>
+ <listitem>
+ <para>
+ The Single Sign On (SSO) AbstractLogoutFilter in EPP would read request parameters before setting the character encoding. When a form was submitted with non-UTF-8 characters (while SSO was enabled) the values could be garbled on output.
+ </para>
+ <para>
+ An upgrade of the SSO component to version 1.0.2-epp-GA (which includes a patch to the AbstractLogoutFilter code) resolves this issue and non-UTF-8 characters are now specified correctly.
+ </para>
+ </listitem>
+ </varlistentry>
+
+</variablelist>
Modified: epp/docs/branches/5.1/Release_Notes/publican.cfg
===================================================================
--- epp/docs/branches/5.1/Release_Notes/publican.cfg 2011-05-02 13:51:18 UTC (rev 6435)
+++ epp/docs/branches/5.1/Release_Notes/publican.cfg 2011-05-03 04:53:32 UTC (rev 6436)
@@ -4,4 +4,4 @@
debug: 1
xml_lang: en-US
brand: JBoss
-
+show_remarks: 1
13 years, 8 months
gatein SVN: r6435 - epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-05-02 09:51:18 -0400 (Mon, 02 May 2011)
New Revision: 6435
Modified:
epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
Log:
JBEPP-911 EPP5.1.1.dev01 failed to start in cluster profile
Modified: epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml 2011-05-02 11:05:30 UTC (rev 6434)
+++ epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml 2011-05-02 13:51:18 UTC (rev 6435)
@@ -17,22 +17,4 @@
</eviction>
</jbosscache>
-<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
- <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-api-cluster">
- <stateRetrieval timeout="20000" fetchInMemoryState="false" />
- <jgroupsConfig multiplexerStack="jcr.stack" />
- <sync />
- </clustering>
-
- <!-- Eviction configuration -->
- <eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
- eventQueueSize="1000000">
- <property name="maxNodes" value="100000" />
- <property name="timeToLive" value="120000" />
- <property name="warnNoExpirationKey" value="false" />
- </default>
- </eviction>
-
-</jbosscache>
Modified: epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml 2011-05-02 11:05:30 UTC (rev 6434)
+++ epp/portal/branches/EPP_5_1_1_Dev01/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml 2011-05-02 13:51:18 UTC (rev 6435)
@@ -17,22 +17,4 @@
</eviction>
</jbosscache>
-<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
- <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-store-cluster">
- <stateRetrieval timeout="20000" fetchInMemoryState="false" />
- <jgroupsConfig multiplexerStack="jcr.stack" />
- <sync />
- </clustering>
-
- <!-- Eviction configuration -->
- <eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
- eventQueueSize="1000000">
- <property name="maxNodes" value="100000" />
- <property name="timeToLive" value="120000" />
- <property name="warnNoExpirationKey" value="false" />
- </default>
- </eviction>
-
-</jbosscache>
13 years, 8 months
gatein SVN: r6434 - in portal/trunk: component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor and 2 other directories.
by do-not-reply@jboss.org
Author: julien_viet
Date: 2011-05-02 07:05:30 -0400 (Mon, 02 May 2011)
New Revision: 6434
Modified:
portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties
portal/trunk/component/common/src/main/java/conf/configuration-jetty.properties
portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties
portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/BaseResourceCompressorPlugin.java
portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ClosureCompressorPlugin.java
portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ResourceCompressorService.java
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml
Log:
GTNPORTAL-198 : expose the resource compressor service via JMX and make the js compression configurable for Closure via a configuration property
Modified: portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties
===================================================================
--- portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties 2011-05-01 21:32:42 UTC (rev 6433)
+++ portal/trunk/component/common/src/main/java/conf/configuration-jboss.properties 2011-05-02 11:05:30 UTC (rev 6434)
@@ -58,3 +58,5 @@
gatein.email.smtp.socketFactory.port=465
gatein.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
+# Web
+gatein.web.compressor.js.level=simple
Modified: portal/trunk/component/common/src/main/java/conf/configuration-jetty.properties
===================================================================
--- portal/trunk/component/common/src/main/java/conf/configuration-jetty.properties 2011-05-01 21:32:42 UTC (rev 6433)
+++ portal/trunk/component/common/src/main/java/conf/configuration-jetty.properties 2011-05-02 11:05:30 UTC (rev 6434)
@@ -59,4 +59,7 @@
gatein.email.smtp.starttls.enable=true
gatein.email.smtp.auth=true
gatein.email.smtp.socketFactory.port=465
-gatein.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
\ No newline at end of file
+gatein.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
+
+# Web
+gatein.web.compressor.js.level=simple
\ No newline at end of file
Modified: portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties
===================================================================
--- portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties 2011-05-01 21:32:42 UTC (rev 6433)
+++ portal/trunk/component/common/src/main/java/conf/configuration-tomcat.properties 2011-05-02 11:05:30 UTC (rev 6434)
@@ -59,4 +59,7 @@
gatein.email.smtp.starttls.enable=true
gatein.email.smtp.auth=true
gatein.email.smtp.socketFactory.port=465
-gatein.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
\ No newline at end of file
+gatein.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
+
+# Web
+gatein.web.compressor.js.level=simple
\ No newline at end of file
Modified: portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/BaseResourceCompressorPlugin.java
===================================================================
--- portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/BaseResourceCompressorPlugin.java 2011-05-01 21:32:42 UTC (rev 6433)
+++ portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/BaseResourceCompressorPlugin.java 2011-05-02 11:05:30 UTC (rev 6434)
@@ -21,15 +21,26 @@
import org.exoplatform.container.component.BaseComponentPlugin;
import org.exoplatform.container.xml.InitParams;
import org.exoplatform.container.xml.ValueParam;
+import org.exoplatform.management.annotations.Managed;
+import org.exoplatform.management.annotations.ManagedDescription;
+import org.exoplatform.management.jmx.annotations.NameTemplate;
+import org.exoplatform.management.jmx.annotations.Property;
+import org.gatein.common.logging.Logger;
+import org.gatein.common.logging.LoggerFactory;
/**
* @author <a href="mailto:hoang281283@gmail.com">Minh Hoang TO</a>
* Aug 19, 2010
*/
-
+@Managed
+@ManagedDescription("A resource compressor plugin")
+@NameTemplate({@Property(key = "service", value = "resource"), @Property(key = "compressor", value = "{Name}")})
public abstract class BaseResourceCompressorPlugin extends BaseComponentPlugin implements ResourceCompressorPlugin
{
+
private int priority;
+
+ protected final Logger log = LoggerFactory.getLogger(getClass());
public BaseResourceCompressorPlugin(InitParams params)
{
@@ -43,9 +54,18 @@
this.priority = -1;
}
}
-
+
+ @Managed
+ @ManagedDescription("The plugin priority")
public int getPriority()
{
return priority;
}
+
+ @Managed
+ @ManagedDescription("The plugin type")
+ public String getType()
+ {
+ return getResourceType().name();
+ }
}
Modified: portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ClosureCompressorPlugin.java
===================================================================
--- portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ClosureCompressorPlugin.java 2011-05-01 21:32:42 UTC (rev 6433)
+++ portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ClosureCompressorPlugin.java 2011-05-02 11:05:30 UTC (rev 6434)
@@ -18,27 +18,106 @@
*/
package org.exoplatform.portal.resource.compressor.impl;
-import com.google.javascript.jscomp.CheckLevel;
import com.google.javascript.jscomp.CompilationLevel;
import com.google.javascript.jscomp.Compiler;
import com.google.javascript.jscomp.CompilerOptions;
import com.google.javascript.jscomp.JSSourceFile;
import com.google.javascript.jscomp.WarningLevel;
import org.exoplatform.container.xml.InitParams;
+import org.exoplatform.container.xml.ValueParam;
+import org.exoplatform.management.annotations.Managed;
+import org.exoplatform.management.annotations.ManagedDescription;
import org.exoplatform.portal.resource.compressor.BaseResourceCompressorPlugin;
import org.exoplatform.portal.resource.compressor.ResourceCompressorException;
import org.exoplatform.portal.resource.compressor.ResourceType;
import java.io.Reader;
import java.io.Writer;
+/**
+ * A compressor based on the Google <a href="http://code.google.com/closure/>Closure Tools</a> javascript compiler.
+ * This plugin compresses javascript resources and provides three levels of compression, configured
+ * via the <code>level</code> init param:
+ * <ul>
+ * <li><code>basic</code> encodes with the <code>WHITESPACE_ONLY</code> Closure level</li>
+ * <li><code>simple</code> encodes with the <code>SIMPLE_OPTIMIZATIONS</code> Closure level</li>
+ * <li><code>advanced</code> encodes with the <code>ADVANCED_OPTIMIZATIONS</code> Closure level</li>
+ * </ul>
+ * The precise meaning of the Closure levels are described on
+ * <a href="http://code.google.com/closure/compiler/docs/compilation_levels.html>this page</a>.
+ */
public class ClosureCompressorPlugin extends BaseResourceCompressorPlugin
{
+ /** . */
+ private volatile CompilationLevel compilationLevel;
+
public ClosureCompressorPlugin(InitParams params) throws Exception
{
super(params);
+
+ //
+ ValueParam vp = params.getValueParam("level");
+ CompilationLevel level = null;
+ if (vp != null)
+ {
+ String value = vp.getValue().trim().toLowerCase();
+ log.debug("found compressor level configuration " + value);
+ setLevel(value);
+ }
+
+ //
+ if (level == null)
+ {
+ log.debug("no compressor level found, will use simple level instead");
+ level = CompilationLevel.SIMPLE_OPTIMIZATIONS;
+ }
+
+ //
+ this.compilationLevel = level;
}
+ @Managed
+ @ManagedDescription("The compression level value among {basic,simple,advanced}")
+ public String getLevel()
+ {
+ if (compilationLevel == CompilationLevel.WHITESPACE_ONLY)
+ {
+ return "basic";
+ }
+ else if (compilationLevel == CompilationLevel.ADVANCED_OPTIMIZATIONS)
+ {
+ return "advanced";
+ }
+ else
+ {
+ return "simple";
+ }
+ }
+
+ @Managed
+ public void setLevel(String level)
+ {
+ if (level != null)
+ {
+ level = level.trim().toLowerCase();
+ if ("basic".equals(level))
+ {
+ log.debug("configuring to basic level configuration");
+ compilationLevel = CompilationLevel.WHITESPACE_ONLY;
+ }
+ else if ("simple".equals(level))
+ {
+ log.debug("configuring to simple level configuration");
+ compilationLevel = CompilationLevel.SIMPLE_OPTIMIZATIONS;
+ }
+ else if ("advanced".equals(level))
+ {
+ log.debug("configuring to advanced level configuration");
+ compilationLevel = CompilationLevel.ADVANCED_OPTIMIZATIONS;
+ }
+ }
+ }
+
public ResourceType getResourceType()
{
return ResourceType.JAVASCRIPT;
@@ -46,12 +125,20 @@
public void compress(Reader input, Writer output) throws ResourceCompressorException
{
+ CompilationLevel level = compilationLevel;
+ if (level == null)
+ {
+ level = CompilationLevel.SIMPLE_OPTIMIZATIONS;
+ }
+
+ //
Compiler compiler = new Compiler();
CompilerOptions options = new CompilerOptions();
- CompilationLevel.SIMPLE_OPTIMIZATIONS.setOptionsForCompilationLevel(options);
+ level.setOptionsForCompilationLevel(options);
WarningLevel.QUIET.setOptionsForWarningLevel(options);
JSSourceFile extern = JSSourceFile.fromCode("extern", "");
-
+
+ //
JSSourceFile jsInput;
try
{
Modified: portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ResourceCompressorService.java
===================================================================
--- portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ResourceCompressorService.java 2011-05-01 21:32:42 UTC (rev 6433)
+++ portal/trunk/component/web/resources/src/main/java/org/exoplatform/portal/resource/compressor/impl/ResourceCompressorService.java 2011-05-02 11:05:30 UTC (rev 6434)
@@ -28,6 +28,12 @@
import org.exoplatform.container.component.ComponentPlugin;
import org.exoplatform.container.xml.InitParams;
+import org.exoplatform.management.ManagementAware;
+import org.exoplatform.management.ManagementContext;
+import org.exoplatform.management.annotations.Managed;
+import org.exoplatform.management.annotations.ManagedDescription;
+import org.exoplatform.management.jmx.annotations.NameTemplate;
+import org.exoplatform.management.jmx.annotations.Property;
import org.exoplatform.portal.resource.compressor.ResourceCompressor;
import org.exoplatform.portal.resource.compressor.ResourceCompressorException;
import org.exoplatform.portal.resource.compressor.ResourceCompressorPlugin;
@@ -39,14 +45,21 @@
* @author <a href="mailto:hoang281283@gmail.com">Minh Hoang TO</a>
* Aug 19, 2010
*/
-
-public class ResourceCompressorService implements ResourceCompressor
+@Managed
+@ManagedDescription("The resource compressor service")
+@NameTemplate({@Property(key = "service", value = "resource")})
+public class ResourceCompressorService implements ResourceCompressor, ManagementAware
{
+ /** . */
private Log log = ExoLogger.getLogger(ResourceCompressorService.class);
+ /** . */
private Map<ResourceType, List<ResourceCompressorPlugin>> plugins;
+ /** . */
+ private ManagementContext managementContext;
+
public ResourceCompressorService(InitParams params) throws Exception
{
@@ -133,4 +146,18 @@
return candidates.get(highestPriorityIndex);
}
+
+ public void setContext(ManagementContext context)
+ {
+ this.managementContext = context;
+
+ //
+ for (Map.Entry<ResourceType, List<ResourceCompressorPlugin>> entry : plugins.entrySet())
+ {
+ for (ResourceCompressorPlugin plugin : entry.getValue())
+ {
+ context.register(plugin);
+ }
+ }
+ }
}
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml 2011-05-01 21:32:42 UTC (rev 6433)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/resource-compressor-configuration.xml 2011-05-02 11:05:30 UTC (rev 6434)
@@ -47,6 +47,10 @@
<name>plugin.priority</name>
<value>2</value>
</value-param>
+ <value-param>
+ <name>level</name>
+ <value>${gatein.web.compressor.js.level}</value>
+ </value-param>
</init-params>
</component-plugin>
<component-plugin>
13 years, 8 months
gatein SVN: r6433 - in epp/portal/branches/EPP_5_1_RH_Branch: component and 78 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-05-01 17:32:42 -0400 (Sun, 01 May 2011)
New Revision: 6433
Modified:
epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml
Log:
Preparing for the RH03 release
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-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>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-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>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.ear</artifactId>
<packaging>ear</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
<packaging>war</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.pkg</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>js</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -362,68 +362,68 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -433,90 +433,90 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>gatein.portal.component.wsrp</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-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>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml 2011-05-01 21:30:10 UTC (rev 6432)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml 2011-05-01 21:32:42 UTC (rev 6433)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH02</version>
+ <version>5.1.0-epp-RH03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 8 months
gatein SVN: r6432 - epp/portal/tags.
by do-not-reply@jboss.org
Author: theute
Date: 2011-05-01 17:30:10 -0400 (Sun, 01 May 2011)
New Revision: 6432
Added:
epp/portal/tags/EPP_5_1_0_RH02/
Log:
Tagging RG02
13 years, 8 months
gatein SVN: r6431 - in epp/portal/branches/EPP_5_1_RH_Branch: component and 78 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-05-01 17:29:06 -0400 (Sun, 01 May 2011)
New Revision: 6431
Modified:
epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml
epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml
Log:
Preparing RH02 tag
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/application-registry/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/common/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/identity/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/management/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/pc/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/portal/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/resources/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/scripting/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/core/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/jcr/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/organization/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/test/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/api/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/controller/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/resources/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/security/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/web/server/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/component/wsrp/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/config/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/ear/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</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>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/jar/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/extension/war/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/config/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/ear/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</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>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/jar/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/rest-war/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portal/war/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/api/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsfhellouser/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/jsphellouser/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/examples/skins/simpleskin/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/core/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/eXoGadgets/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/gadgets/server/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/ear/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.ear</artifactId>
<packaging>ear</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/integration.war/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
<packaging>war</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pkg/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.pkg</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/jboss-as/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH02-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/module/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/pkg/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>js</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/product/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/packaging/reports/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -362,68 +362,68 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -433,90 +433,90 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>gatein.portal.component.wsrp</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/dashboard/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/exoadmin/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/portlet/web/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/patch-ear/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/plugin/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/jboss/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/server/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/ear/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/jar/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/starter/war/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/testsuite/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/testsuite/selenium-snifftests/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/testsuite/webuibasedsamples/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/eXoResources/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/portal/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/web/rest/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/core/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/dashboard/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/eXo/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/framework/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/portal/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml 2011-05-01 21:24:57 UTC (rev 6430)
+++ epp/portal/branches/EPP_5_1_RH_Branch/webui/portlet/pom.xml 2011-05-01 21:29:06 UTC (rev 6431)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.0-epp-RH03-SNAPSHOT</version>
+ <version>5.1.0-epp-RH02</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 8 months
gatein SVN: r6430 - epp/portal/tags.
by do-not-reply@jboss.org
Author: theute
Date: 2011-05-01 17:24:57 -0400 (Sun, 01 May 2011)
New Revision: 6430
Removed:
epp/portal/tags/EPP_5_1_0_RH02/
Log:
Release plugin... why do you hate me so much...
13 years, 8 months