gatein SVN: r8009 - epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/groovy/groovy/webui/component.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-11-08 16:32:07 -0500 (Tue, 08 Nov 2011)
New Revision: 8009
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/groovy/groovy/webui/component/UIFooterPortlet.gtmpl
Log:
JBEPP-1349 Version number in footer
Modified: epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/groovy/groovy/webui/component/UIFooterPortlet.gtmpl
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/groovy/groovy/webui/component/UIFooterPortlet.gtmpl 2011-11-08 10:47:13 UTC (rev 8008)
+++ epp/portal/branches/EPP_5_2_Branch/portlet/web/src/main/webapp/groovy/groovy/webui/component/UIFooterPortlet.gtmpl 2011-11-08 21:32:07 UTC (rev 8009)
@@ -1,3 +1,7 @@
+<%
+Package p = _ctx.getClass().getPackage();
+String version = p==null?"":"EPP "+p.getImplementationVersion();
+%>
<div class="UIFooterPortlet" id="$uicomponent.id">
<div class="LeftFooter">
<div class="RightFooter">
@@ -3,5 +7,5 @@
<div class="RepeatFooter">
<div class="FooterInfoContainer">
- <div class="CopyrightInfo"><%=_ctx.appRes("UIPortalToolPanel.label.copyrightText")%><%=_ctx.appRes("UIPortalToolPanel.label.companyTitleText")%></div>
+ <div class="CopyrightInfo" title="<%= version %>"><%=_ctx.appRes("UIPortalToolPanel.label.copyrightText")%><%=_ctx.appRes("UIPortalToolPanel.label.companyTitleText")%></div>
</div>
</div>
13 years, 1 month
gatein SVN: r8008 - portal/trunk.
by do-not-reply@jboss.org
Author: bdaw
Date: 2011-11-08 05:47:13 -0500 (Tue, 08 Nov 2011)
New Revision: 8008
Modified:
portal/trunk/pom.xml
Log:
GTNPORTAL-2263 - Upgrade shindig, MOP and PLIDM dependencies to GA
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
+++ portal/trunk/pom.xml 2011-11-08 10:47:13 UTC (rev 8008)
@@ -41,14 +41,14 @@
<org.exoplatform.core.version>2.4.2-GA</org.exoplatform.core.version>
<org.exoplatform.ws.version>2.2.2-GA</org.exoplatform.ws.version>
<org.exoplatform.jcr.version>1.14.2-GA</org.exoplatform.jcr.version>
- <org.shindig.version>2.0.2-Beta03</org.shindig.version>
+ <org.shindig.version>2.0.2</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
<org.gatein.common.version>2.0.4-GA</org.gatein.common.version>
<org.gatein.wci.version>2.1.0-GA</org.gatein.wci.version>
<org.gatein.pc.version>2.3.0-GA</org.gatein.pc.version>
- <org.picketlink.idm>1.3.0.Alpha09</org.picketlink.idm>
+ <org.picketlink.idm>1.3.0.GA</org.picketlink.idm>
<org.gatein.wsrp.version>2.1.0-GA</org.gatein.wsrp.version>
- <org.gatein.mop.version>1.1.0-Beta06</org.gatein.mop.version>
+ <org.gatein.mop.version>1.1.0-GA</org.gatein.mop.version>
<org.gatein.mgmt.version>1.0.0-GA</org.gatein.mgmt.version>
<org.slf4j.version>1.5.8</org.slf4j.version>
<commons-pool.version>1.5.5</commons-pool.version>
13 years, 1 month
gatein SVN: r8007 - in epp/portal/branches/EPP_5_2_Branch: component and 108 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-11-07 23:53:27 -0500 (Mon, 07 Nov 2011)
New Revision: 8007
Modified:
epp/portal/branches/EPP_5_2_Branch/component/application-registry/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/common/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/identity/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/management/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/pc/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/portal/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/resources/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/scripting/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/test/core/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/test/jcr/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/test/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/web/api/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/web/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/web/resources/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/web/security/pom.xml
epp/portal/branches/EPP_5_2_Branch/component/web/server/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/gatein-management/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/integration.war/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-core/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-doc/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-junit/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-kernel/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-parent/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-ws/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-common/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-dep/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-mop/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-packager/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-parent/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-pc/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-portal/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-shindig/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-sso/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wci/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wsrp/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/mead.parent/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/extension/config/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/extension/jar/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/extension/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/extension/war/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/config/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/jar/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/rest-war/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/war/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portlets/api/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsfhellouser/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsphellouser/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portlets/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portlets/simplesthelloworld/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portlets/struts-jpetstore/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/skins/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/skins/simpleskin/pom.xml
epp/portal/branches/EPP_5_2_Branch/gadgets/core/pom.xml
epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_2_Branch/gadgets/gwtGadgets/pom.xml
epp/portal/branches/EPP_5_2_Branch/gadgets/pom.xml
epp/portal/branches/EPP_5_2_Branch/gadgets/server/pom.xml
epp/portal/branches/EPP_5_2_Branch/pom.xml
epp/portal/branches/EPP_5_2_Branch/portlet/dashboard/pom.xml
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/pom.xml
epp/portal/branches/EPP_5_2_Branch/portlet/pom.xml
epp/portal/branches/EPP_5_2_Branch/portlet/web/pom.xml
epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml
epp/portal/branches/EPP_5_2_Branch/server/jboss/plugin/pom.xml
epp/portal/branches/EPP_5_2_Branch/server/jboss/pom.xml
epp/portal/branches/EPP_5_2_Branch/server/pom.xml
epp/portal/branches/EPP_5_2_Branch/starter/ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/starter/jar/pom.xml
epp/portal/branches/EPP_5_2_Branch/starter/pom.xml
epp/portal/branches/EPP_5_2_Branch/starter/war/pom.xml
epp/portal/branches/EPP_5_2_Branch/testsuite/htmlunit-tests/pom.xml
epp/portal/branches/EPP_5_2_Branch/testsuite/pom.xml
epp/portal/branches/EPP_5_2_Branch/testsuite/selenium-snifftests/pom.xml
epp/portal/branches/EPP_5_2_Branch/testsuite/webuibasedsamples/pom.xml
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/pom.xml
epp/portal/branches/EPP_5_2_Branch/web/pom.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/pom.xml
epp/portal/branches/EPP_5_2_Branch/web/rest/pom.xml
epp/portal/branches/EPP_5_2_Branch/webui/core/pom.xml
epp/portal/branches/EPP_5_2_Branch/webui/dashboard/pom.xml
epp/portal/branches/EPP_5_2_Branch/webui/eXo/pom.xml
epp/portal/branches/EPP_5_2_Branch/webui/framework/pom.xml
epp/portal/branches/EPP_5_2_Branch/webui/pom.xml
epp/portal/branches/EPP_5_2_Branch/webui/portal/pom.xml
epp/portal/branches/EPP_5_2_Branch/webui/portlet/pom.xml
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-component/pom.xml
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-config/pom.xml
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/pom.xml
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-war/pom.xml
epp/portal/branches/EPP_5_2_Branch/wsrp-integration/pom.xml
Log:
Next development vesion
Modified: epp/portal/branches/EPP_5_2_Branch/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/application-registry/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/application-registry/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/common/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/common/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/identity/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/management/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/management/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pc/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/pc/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/portal/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/resources/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/resources/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/scripting/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/scripting/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/test/core/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/jcr/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/test/jcr/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/test/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/api/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/api/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/resources/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/resources/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/security/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/security/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/server/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/server/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/gatein-management/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/gatein-management/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<groupId>org.jboss.portal</groupId>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>gatein</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-core/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-doc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-doc/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-doc/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-junit/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-junit/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-junit/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-kernel/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-kernel/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-kernel/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-parent/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-parent/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-ws/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-ws/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-ws/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-common/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-common/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-dep/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-dep/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-dep/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-mop/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-mop/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-mop/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-packager/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-packager/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-packager/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-parent/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-parent/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-pc/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-pc/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-portal/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-shindig/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-shindig/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-shindig/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-sso/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-sso/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-sso/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wci/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wci/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wci/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wsrp/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wsrp/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/mead.parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/mead.parent/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/mead.parent/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<artifactId>mead-tools</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<groupId>org.exoplatform.portal.mead</groupId>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>distribution.parent</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/config/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/extension/config/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,23 +38,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/jar/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/extension/jar/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/extension/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/extension/war/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/config/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/config/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,29 +38,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/jar/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/jar/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/rest-war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/rest-war/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/war/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/api/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portlets/api/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsfhellouser/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsfhellouser/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsphellouser/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsphellouser/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portlets/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/skins/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/simpleskin/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/examples/skins/simpleskin/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/gadgets/core/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/gadgets/gwtGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/gwtGadgets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/gadgets/gwtGadgets/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gwtGadgets</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/gadgets/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/server/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/gadgets/server/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<packaging>pom</packaging>
<name>EPP GateIn - Portal - ${project.version}</name>
@@ -75,9 +75,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/portal/branches/EPP_5_2...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/portal/branches/EPP_5_2_Branch</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/epp/portal/branches/EPP_5_2_Branch</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_Branch</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_Branch</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/epp/portal/tags/EPP_5_2_Branch</url>
</scm>
<modules>
@@ -464,74 +464,74 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -541,85 +541,85 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
<!-- Chromattic -->
Modified: epp/portal/branches/EPP_5_2_Branch/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/dashboard/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/portlet/dashboard/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/portlet/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/web/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/portlet/web/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
<packaging>war</packaging>
Modified: epp/portal/branches/EPP_5_2_Branch/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/plugin/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/server/jboss/plugin/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/server/jboss/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/server/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/starter/ear/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_2_Branch/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/jar/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/starter/jar/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/branches/EPP_5_2_Branch/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/starter/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/starter/war/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/branches/EPP_5_2_Branch/testsuite/htmlunit-tests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/htmlunit-tests/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/testsuite/htmlunit-tests/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<groupId>org.jboss.gatein</groupId>
Modified: epp/portal/branches/EPP_5_2_Branch/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/testsuite/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/selenium-snifftests/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/testsuite/selenium-snifftests/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/webuibasedsamples/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/testsuite/webuibasedsamples/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/eXoResources/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/web/eXoResources/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/web/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/rest/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/web/rest/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/webui/core/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/dashboard/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/webui/dashboard/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/eXo/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/webui/eXo/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/framework/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/webui/framework/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/webui/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/webui/portal/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portlet/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/webui/portlet/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-component/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-component/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-config/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-config/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>extension-config</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -28,7 +28,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>extension-ear</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>extension-ear-as5</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-war/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -27,7 +27,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<artifactId>extension-war</artifactId>
Modified: epp/portal/branches/EPP_5_2_Branch/wsrp-integration/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
+++ epp/portal/branches/EPP_5_2_Branch/wsrp-integration/pom.xml 2011-11-08 04:53:27 UTC (rev 8007)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER07-SNAPSHOT</version>
</parent>
<description>GateIn WSRP Integration extension parent</description>
13 years, 1 month
gatein SVN: r8006 - in epp/portal/tags: EPP_5_2_0_ER06 and 109 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-11-07 23:02:45 -0500 (Mon, 07 Nov 2011)
New Revision: 8006
Added:
epp/portal/tags/EPP_5_2_0_ER06/
Modified:
epp/portal/tags/EPP_5_2_0_ER06/component/application-registry/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/common/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/identity/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/management/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/pc/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/portal/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/resources/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/scripting/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/test/core/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/test/jcr/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/test/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/web/api/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/web/controller/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/web/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/web/resources/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/web/security/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/component/web/server/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/examples/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/gatein-management/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/portletbridge/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/integration.war/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-core/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-doc/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-jcr/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-junit/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-kernel/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-parent/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-ws/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-common/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-dep/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-management/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-mop/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-packager/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-parent/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-pc/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-portal/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-shindig/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-simplecaptcha/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-sso/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-wci/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-wsrp/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/jboss-picketlink-idm/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/jboss-portletbridge/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/mead.parent/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/distribution/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/extension/config/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/extension/ear/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/extension/jar/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/extension/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/extension/war/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portal/config/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portal/ear/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portal/jar/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portal/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portal/rest-war/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portal/war/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/api/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/jsfhellouser/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/jsphellouser/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/simplesthelloworld/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/struts-jpetstore/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/skins/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/examples/skins/simpleskin/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/gadgets/core/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/gadgets/eXoGadgets/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/gadgets/gwtGadgets/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/gadgets/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/gadgets/server/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/portlet/dashboard/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/portlet/exoadmin/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/portlet/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/portlet/web/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/server/jboss/patch-ear/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/server/jboss/plugin/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/server/jboss/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/server/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/starter/ear/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/starter/jar/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/starter/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/starter/war/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/testsuite/htmlunit-tests/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/testsuite/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/testsuite/selenium-snifftests/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/testsuite/webuibasedsamples/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/web/eXoResources/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/web/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/web/portal/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/web/rest/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/webui/core/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/webui/dashboard/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/webui/eXo/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/webui/framework/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/webui/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/webui/portal/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/webui/portlet/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-component/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-config/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-ear-as5/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-ear/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-war/pom.xml
epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/pom.xml
Log:
Release EPP 5.2.0.ER06
Property changes on: epp/portal/tags/EPP_5_2_0_ER06
___________________________________________________________________
Added: svn:ignore
+ *.iml
.idea
Added: svn:mergeinfo
+ /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/portal/branches/branch-GTNPORTAL-1592:4868,4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5363,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5622,5644,5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1790:5871
/portal/branches/branch-GTNPORTAL-1822:5943,5952
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/branches/branch-GTNPORTAL-1872:6400,6551
/portal/branches/branch-GTNPORTAL-1921:6603,6771-6772,6774
/portal/branches/branch-GTNPORTAL-1963:6904,6915-6916
/portal/branches/decoupled-webos:6214-6243
/portal/branches/gatein-management:6920-6958
/portal/branches/global-portlet-metadata:6298-6384
/portal/branches/site-describability:6171-6235
/portal/branches/xss:7377-7595,7597
/portal/branches/xss-issues:7350-7351,7358
/portal/trunk:4876,4891,5269,5744,5822,5943,6168,6196,6201-6203,6205-6206,6223,6323,6437,6440,6449,6452,6573,6783-6784,6912-6913,6960,7042,7061,7085,7095,7117,7125,7132-7134,7186,7239,7262,7308,7326,7330-7334,7359,7367,7412,7433,7450,7452,7454,7478,7497,7500,7552,7554-7555,7570-7571,7573,7577,7598,7614-7615,7695-7696,7701-7704,7741,7748,7780,7877
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/application-registry/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/application-registry/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/common/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/common/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/identity/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/management/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/management/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pc/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/pc/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/portal/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/resources/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/resources/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/scripting/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/scripting/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/core/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/test/core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/jcr/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/test/jcr/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/test/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/test/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/api/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/web/api/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/web/controller/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/web/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/resources/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/web/resources/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/security/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/web/security/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/server/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/component/web/server/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/examples/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/gatein-management/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/gatein-management/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<groupId>org.jboss.portal</groupId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/portletbridge/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>gatein</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/integration.war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/jboss-epp/serverAddon/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-core/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-doc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-doc/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-doc/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-jcr/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-jcr/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-junit/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-junit/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-junit/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-kernel/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-kernel/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-kernel/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-parent/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-parent/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-ws/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/exo-ws/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/exo-ws/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-common/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-common/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-dep/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-dep/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-dep/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-management/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-mop/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-mop/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-mop/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-packager/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-packager/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-packager/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-parent/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-parent/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-pc/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-pc/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-portal/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-shindig/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-shindig/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-shindig/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-simplecaptcha/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-simplecaptcha/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-sso/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-sso/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-sso/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-wci/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wci/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-wci/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-wsrp/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/gatein-wsrp/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/jboss-picketlink-idm/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/jboss-picketlink-idm/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/jboss-portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-portletbridge/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/jboss-portletbridge/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/mead.parent/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/mead.parent/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/mead.parent/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<artifactId>mead-tools</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/mead-tools/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<groupId>org.exoplatform.portal.mead</groupId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/distribution/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>distribution.parent</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/config/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/extension/config/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/extension/ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,23 +38,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/jar/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/extension/jar/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/extension/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/war/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/extension/war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/config/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portal/config/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portal/ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,29 +38,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/jar/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portal/jar/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/rest-war/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portal/rest-war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/war/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portal/war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/api/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/api/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsfhellouser/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/jsfhellouser/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/jsphellouser/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/jsphellouser/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/simplesthelloworld/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/portlets/struts-jpetstore/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/skins/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/skins/simpleskin/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/examples/skins/simpleskin/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/core/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/gadgets/core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/eXoGadgets/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/gadgets/eXoGadgets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/gadgets/gwtGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/gwtGadgets/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/gadgets/gwtGadgets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.gwtGadgets</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/gadgets/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/gadgets/server/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/gadgets/server/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<packaging>pom</packaging>
<name>EPP GateIn - Portal - ${project.version}</name>
@@ -75,9 +75,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/portal/branches/EPP_5_2...</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/portal/branches/EPP_5_2_Branch</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/epp/portal/branches/EPP_5_2_Branch</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_0_ER06</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/portal/tags/EPP_5_2_0_ER06</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/epp/portal/tags/EPP_5_2_0_ER06</url>
</scm>
<modules>
@@ -464,74 +464,74 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -541,85 +541,85 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
<!-- Chromattic -->
Modified: epp/portal/tags/EPP_5_2_0_ER06/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/dashboard/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/portlet/dashboard/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/portlet/exoadmin/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/portlet/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/portlet/web/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/portlet/web/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/server/jboss/patch-ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/integration.war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
<packaging>war</packaging>
Modified: epp/portal/tags/EPP_5_2_0_ER06/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/plugin/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/server/jboss/plugin/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/jboss/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/server/jboss/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/server/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/server/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/ear/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/starter/ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_2_0_ER06/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/jar/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/starter/jar/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_2_0_ER06/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/starter/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/starter/war/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/starter/war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/tags/EPP_5_2_0_ER06/testsuite/htmlunit-tests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/htmlunit-tests/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/testsuite/htmlunit-tests/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<groupId>org.jboss.gatein</groupId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/testsuite/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/selenium-snifftests/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/testsuite/selenium-snifftests/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/testsuite/webuibasedsamples/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/testsuite/webuibasedsamples/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/eXoResources/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/web/eXoResources/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/web/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/web/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/rest/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/web/rest/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/core/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/webui/core/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/dashboard/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/webui/dashboard/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/eXo/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/webui/eXo/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/framework/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/webui/framework/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/webui/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portal/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/webui/portal/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/portlet/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/webui/portlet/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-component/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-component/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-config/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-config/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>extension-config</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-ear/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -28,7 +28,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>extension-ear</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-ear-as5/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-ear-as5/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-ear-as5/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>extension-ear-as5</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/extension-war/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/extension-war/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -27,7 +27,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<artifactId>extension-war</artifactId>
Modified: epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/wsrp-integration/pom.xml 2011-11-07 23:25:18 UTC (rev 8005)
+++ epp/portal/tags/EPP_5_2_0_ER06/wsrp-integration/pom.xml 2011-11-08 04:02:45 UTC (rev 8006)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.2.0.ER06-SNAPSHOT</version>
+ <version>5.2.0.ER06</version>
</parent>
<description>GateIn WSRP Integration extension parent</description>
13 years, 1 month
gatein SVN: r8005 - in epp/portal/branches/EPP_5_2_Branch/component/identity/src/test: resources/org/exoplatform/services/organization and 1 other directory.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-11-07 18:25:18 -0500 (Mon, 07 Nov 2011)
New Revision: 8005
Removed:
epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestBootstrap.java
epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganization.java
epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganizationService.java
epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganization-configuration.xml
epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganizationService-configuration.xml
Log:
JBEPP-1309 Change package for test
Deleted: epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestBootstrap.java
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestBootstrap.java 2011-11-07 21:02:25 UTC (rev 8004)
+++ epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestBootstrap.java 2011-11-07 23:25:18 UTC (rev 8005)
@@ -1,61 +0,0 @@
-/*
- * 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.services.organization;
-
-import org.exoplatform.component.test.AbstractKernelTest;
-import org.exoplatform.component.test.ConfigurationUnit;
-import org.exoplatform.component.test.ConfiguredBy;
-import org.exoplatform.component.test.ContainerScope;
-import org.exoplatform.container.PortalContainer;
-import org.exoplatform.services.database.HibernateService;
-import org.exoplatform.services.organization.impl.UserImpl;
-
-@ConfiguredBy({@ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/exo.portal.component.identity-configuration.xml")})
-public class TestBootstrap extends AbstractKernelTest
-{
-
- public void testWorkspace() throws Exception
- {
- PortalContainer container = PortalContainer.getInstance();
- HibernateService hibernate = (HibernateService)container.getComponentInstanceOfType(HibernateService.class);
- assertNotNull(hibernate);
- OrganizationService organization = (OrganizationService)container.getComponentInstanceOfType(OrganizationService.class);
- assertNotNull(organization);
- }
-
- public void testBasicOperation() throws Exception
- {
- PortalContainer container = PortalContainer.getInstance();
- OrganizationService organization = (OrganizationService)container.getComponentInstanceOfType(OrganizationService.class);
- assertNotNull(organization);
-
- begin();
- User test = new UserImpl("testUser");
- organization.getUserHandler().createUser(test, false);
-
- test = organization.getUserHandler().findUserByName("toto");
- assertNull(test);
- test = organization.getUserHandler().findUserByName("testUser");
- assertNotNull(test);
- end();
- }
-
-}
\ No newline at end of file
Deleted: epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganization.java
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganization.java 2011-11-07 21:02:25 UTC (rev 8004)
+++ epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganization.java 2011-11-07 23:25:18 UTC (rev 8005)
@@ -1,238 +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.services.organization;
-
-import junit.framework.Assert;
-import org.exoplatform.commons.utils.PageList;
-import org.exoplatform.component.test.AbstractKernelTest;
-import org.exoplatform.component.test.ConfigurationUnit;
-import org.exoplatform.component.test.ConfiguredBy;
-import org.exoplatform.component.test.ContainerScope;
-import org.exoplatform.container.PortalContainer;
-import org.exoplatform.services.organization.GroupHandler;
-import org.exoplatform.services.organization.OrganizationService;
-import org.exoplatform.services.organization.User;
-import org.exoplatform.services.organization.UserHandler;
-
-import java.util.Collection;
-import java.util.List;
-
-/**
- * Created by The eXo Platform SARL Author : Tung Pham thanhtungty(a)gmail.com Nov
- * 13, 2007
- */
-@ConfiguredBy({
- @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/exo.portal.component.test.jcr-configuration.xml"),
- @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/exo.portal.component.identity-configuration.xml"),
- @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "org/exoplatform/services/organization/TestOrganization-configuration.xml")
-})
-public class TestOrganization extends AbstractKernelTest
-{
-
- private static final String GROUP_1 = "testOrganization_group1";
- private static final String GROUP_2 = "testOrganization_group2";
- private static final String GROUP_3 = "testOrganization_group3";
-
- private static final String USER_1 = "testOrganization_user1";
- private static final String USER_2 = "testOrganization_user2";
- private static final String USER_3 = "testOrganization_user3";
- private static final String DEFAULT_PASSWORD = "defaultpassword";
- private static final String DESCRIPTION = " Description";
-
- private OrganizationService organizationService;
-
- @Override
- protected void setUp() throws Exception
- {
- super.setUp();
- begin();
- PortalContainer container = getContainer();
- organizationService = (OrganizationService)container.getComponentInstance(OrganizationService.class);
-
- createGroup(null, GROUP_1);
- createGroup(GROUP_1, GROUP_2);
- createGroup(GROUP_1, GROUP_3);
-
- createUser(USER_1, GROUP_1);
- createUser(USER_2, GROUP_2);
- createUser(USER_3, GROUP_1);
- }
-
- @Override
- protected void tearDown() throws Exception
- {
- deleteGroup(GROUP_1);
- deleteGroup(GROUP_2);
- deleteGroup(GROUP_3);
-
- deleteUser(USER_1);
- deleteUser(USER_2);
- deleteUser(USER_3);
-
- end();
- super.tearDown();
- }
-
- public void testFindGroupNotFound() throws Exception {
- GroupHandler groupHander = organizationService.getGroupHandler();
- Group group = groupHander.findGroupById(GROUP_1 + "NOTFOUND");
- assertNull(group);
- }
-
- public void testFindGroupFromRoot() throws Exception
- {
- GroupHandler handler = organizationService.getGroupHandler();
- Collection allGroups = handler.findGroups(null);
- Assert.assertTrue(allGroups.size() > 0);
- }
-
- public void testFindGroupById() throws Exception
- {
- GroupHandler groupHandler = organizationService.getGroupHandler();
- Group group = groupHandler.findGroupById(GROUP_1);
- assertNotNull(group);
- assertEquals(GROUP_1, group.getGroupName());
- assertEquals(GROUP_1 + DESCRIPTION, group.getDescription());
-
- group = groupHandler.findGroupById(GROUP_3);
- assertNotNull(group);
- assertEquals(GROUP_3, group.getGroupName());
- }
-
- public void testFindGroupOfUser() {
- GroupHandler groupHandler = organizationService.getGroupHandler();
- try {
- Collection<Group> groups = groupHandler.findGroupsOfUser(USER_1);
- assertNotNull(groups);
- assertTrue(groups.size() >= 1);
- } catch (Exception e) {
- fail();
- }
- }
-
- public void testFindUserByGroup() throws Exception
- {
- GroupHandler groupHandler = organizationService.getGroupHandler();
- Group group = groupHandler.findGroupById(GROUP_1);
- UserHandler uHandler = organizationService.getUserHandler();
- PageList users = uHandler.findUsersByGroup("/platform/administrators");
- Assert.assertTrue(users.getAvailable() > 0);
-
- List iterator = users.getAll();
- for (Object test : iterator)
- {
- User a = (User)test;
- System.out.println(a.getUserName());
- }
- }
-
- public void testChangePassword() throws Exception
- {
- UserHandler uHandler = organizationService.getUserHandler();
- User user = uHandler.findUserByName("root");
- Assert.assertNotNull(user);
- Assert.assertTrue(uHandler.authenticate("root", "gtn"));
-
- // Test changing password
- user.setPassword("newPassword");
- uHandler.saveUser(user, false);
- user = uHandler.findUserByName("root");
- Assert.assertNotNull(user);
- Assert.assertTrue(uHandler.authenticate("root", "newPassword"));
-
- // Reset to default password
- user.setPassword("gtn");
- uHandler.saveUser(user, false);
-
- }
-
- private void createGroup(String parent, String name)
- {
- GroupHandler groupHandler = organizationService.getGroupHandler();
- try
- {
- Group parentGroup = null;
- if (parent != null)
- {
- parentGroup = groupHandler.findGroupById(parent);
- }
- Group newGroup = groupHandler.createGroupInstance();
- newGroup.setGroupName(name);
- newGroup.setDescription(name + DESCRIPTION);
- newGroup.setLabel(name);
- if (parentGroup != null)
- {
- groupHandler.addChild(parentGroup, newGroup, true);
- }
- groupHandler.saveGroup(newGroup, true);
- }
-
- catch (Exception e)
- {
- e.printStackTrace();
- fail("Error on create group [" + name + "] " + e.getMessage());
- }
- }
- private void deleteGroup(String name)
- {
- GroupHandler groupHandler = organizationService.getGroupHandler();
- try
- {
- Group group = groupHandler.findGroupById(name);
- groupHandler.removeGroup(group, true);
- }
- catch (Exception e)
- {
- }
- }
-
- private void createUser(String username, String... groups)
- {
- UserHandler userHandler = organizationService.getUserHandler();
- User user = userHandler.createUserInstance(username);
- user.setPassword(DEFAULT_PASSWORD);
- user.setFirstName("default");
- user.setLastName("default");
- user.setEmail("exo(a)exoportal.org");
- user.setOrganizationId(groups[0]);
- try
- {
- userHandler.createUser(user, true);
- }
- catch (Exception e)
- {
- e.printStackTrace();
- fail("Error on create user: " + e.getMessage());
- }
- }
-
- private void deleteUser(String username)
- {
- UserHandler userHandler = organizationService.getUserHandler();
- try
- {
- userHandler.removeUser(username, true);
- }
- catch (Exception e)
- {
-
- }
- }
-}
Deleted: epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganizationService.java
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganizationService.java 2011-11-07 21:02:25 UTC (rev 8004)
+++ epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/java/org/exoplatform/services/organization/TestOrganizationService.java 2011-11-07 23:25:18 UTC (rev 8005)
@@ -1,618 +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.services.organization;
-
-import org.exoplatform.commons.utils.PageList;
-import org.exoplatform.component.test.AbstractGateInTest;
-import org.exoplatform.component.test.AbstractKernelTest;
-import org.exoplatform.component.test.ConfigurationUnit;
-import org.exoplatform.component.test.ConfiguredBy;
-import org.exoplatform.component.test.ContainerScope;
-import org.exoplatform.container.PortalContainer;
-import org.exoplatform.container.component.ComponentRequestLifecycle;
-import org.exoplatform.container.component.RequestLifeCycle;
-import org.exoplatform.services.organization.idm.Config;
-import org.exoplatform.services.organization.idm.PicketLinkIDMOrganizationServiceImpl;
-import org.exoplatform.services.organization.idm.UserDAOImpl;
-
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * Created by The eXo Platform SAS Author : Hoa Pham hoapham@exoplatform.com,phamvuxuanhoa(a)yahoo.com
- * Oct 27, 2005
- */
-
-@ConfiguredBy({
- @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/exo.portal.component.test.jcr-configuration.xml"),
- @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "org/exoplatform/services/organization/TestOrganizationService-configuration.xml")
-})
-public class TestOrganizationService extends AbstractKernelTest
-{
-
- static String Group1 = "Group1";
-
- static String Group2 = "Group2";
-
- static String Group3 = "Group3";
-
- static String Benj = "Benj";
-
- static String Tuan = "Tuan";
-
- OrganizationService service_;
-
- UserHandler userHandler_;
-
- UserProfileHandler profileHandler_;
-
- GroupHandler groupHandler_;
-
- MembershipTypeHandler mtHandler_;
-
- MembershipHandler membershipHandler_;
-
- boolean runtest = true;
-
- private static final String USER = "test";
-
- private static final List<String> USERS;
-
- private static final int USERS_LIST_SIZE = 15;
-
- private PortalContainer manager;
-
- static
- {
- USERS = new ArrayList<String>(USERS_LIST_SIZE);
- for (int i = 0; i < USERS_LIST_SIZE; i++)
- USERS.add(USER + "_" + i);
- }
-
- public TestOrganizationService(String s)
- {
- super(s);
- }
-
- public void setUp() throws Exception
- {
- if (!runtest)
- return;
-
- manager = PortalContainer.getInstance();
- service_ = (OrganizationService)manager.getComponentInstanceOfType(OrganizationService.class);
- userHandler_ = service_.getUserHandler();
- profileHandler_ = service_.getUserProfileHandler();
- groupHandler_ = service_.getGroupHandler();
- mtHandler_ = service_.getMembershipTypeHandler();
- membershipHandler_ = service_.getMembershipHandler();
-
-// ((ComponentRequestLifecycle)service_).startRequest(manager);
- RequestLifeCycle.begin((ComponentRequestLifecycle)service_);
-
- }
-
- public void tearDown() throws Exception
- {
- Query query = new Query();
- query.setUserName(USER + "*");
- PageList users = userHandler_.findUsers(query);
-
- List<User> allUsers = users.getAll();
-
- for (int i = allUsers.size() - 1; i >= 0; i--)
- {
- String userName = allUsers.get(i).getUserName();
- userHandler_.removeUser(userName, true);
- }
-
-// ((ComponentRequestLifecycle)service_).endRequest(manager);
- RequestLifeCycle.end();
- }
-
- public void testSimple() throws Exception
- {
- assertTrue(true);
- Config config = ((PicketLinkIDMOrganizationServiceImpl)service_).getConfiguration();
-
- assertNotNull(config);
- assertNotNull(config.getGroupTypeMappings());
- assertNotNull(config.getGroupTypeMappings().keySet());
-
- assertEquals(config.getGroupTypeMappings().keySet().size(), 5);
- assertEquals(config.getGroupTypeMappings().get("/"), "root_type");
-
- assertEquals(config.getGroupType("/"), "root_type");
- assertEquals(config.getGroupType(null), "root_type");
- assertEquals(config.getGroupType("/platform"), "platform_type");
- assertEquals(config.getGroupType("/platform/administrators"), "platform_type");
- assertEquals(config.getGroupType("/platform/guests"), "platform_type");
- assertEquals(config.getGroupType("/platform/users"), "users_type");
- assertEquals(config.getGroupType("/platform/users/john"), "platform_type");
- assertEquals(config.getGroupType("/organization/acme/france/offices"), ".organization.acme.france.offices");
- assertEquals(config.getGroupType("/organization/acme/france/offices/paris"), ".organization.acme.france.offices.paris");
- assertEquals(config.getGroupType("/organization/acme/france"), "france_type");
- assertEquals(config.getGroupType("/organization/acme"), ".organization.acme");
- assertEquals(config.getGroupType("/foo/bar"), ".foo.bar");
- assertEquals(config.getGroupType("/foo"), ".foo");
- assertEquals(config.getGroupType("/toto"), "toto_type");
- assertEquals(config.getGroupType("/toto/lolo"), "toto_type");
- assertEquals(config.getGroupType("/toto/lolo/tutu"), "toto_type");
- }
-
- public void testUserPageSize() throws Exception
- {
- for (String name : USERS)
- createUser(name);
-
- Query query = new Query();
- PageList users = userHandler_.findUsers(query);
- // newly created plus one 'demo' from configuration
- assertEquals(USERS_LIST_SIZE + 1, users.getAll().size());
- assertEquals(1, users.getAvailablePage());
- for (Object o : users.getPage(1))
- {
- User u = (User)o;
- if (!u.getUserName().equals("demo"))
- assertTrue(USERS.contains(u.getUserName()));
- }
- }
-
- public void testUser() throws Exception
- {
- createUser(USER);
- User user = userHandler_.findUserByName(USER);
- assertTrue("Found user instance ", user != null);
- assertEquals("Expect user name is: ", USER, user.getUserName());
- UserProfile userProfile = profileHandler_.findUserProfileByName(USER);
- assertNull(profileHandler_.removeUserProfile(USER, true));
- assertNotNull(profileHandler_.findUserProfileByName(USER));
-
- userProfile = profileHandler_.createUserProfileInstance(USER);
- userProfile.getUserInfoMap().put("key", "value");
- profileHandler_.saveUserProfile(userProfile, true);
- userProfile = profileHandler_.findUserProfileByName(USER);
- assertTrue("Expect user profile is found: ", userProfile != null);
- assertEquals(userProfile.getUserInfoMap().get("key"), "value");
-
- PageList users = userHandler_.findUsers(new Query());
- assertTrue("Expect 1 user found ", users.getAvailable() >= 1);
-
- /* Update user's information */
- user.setFirstName("Exo(Update)");
- userHandler_.saveUser(user, false);
- userProfile.getUserInfoMap().put("user.gender", "male");
- profileHandler_.saveUserProfile(userProfile, true);
- userProfile = profileHandler_.findUserProfileByName(USER);
-
- assertEquals("expect first name is", "Exo(Update)", user.getFirstName());
- assertEquals("Expect profile is updated: user.gender is ", "male", userProfile.getUserInfoMap()
- .get("user.gender"));
-
- PageList piterator = userHandler_.getUserPageList(10);
- // newly created 'test' and 'demo'
- assertEquals(2, piterator.currentPage().size());
-
-// membershipHandler_.removeMembershipByUser(USER,false);
- userHandler_.removeUser(USER, true);
- piterator = userHandler_.getUserPageList(10);
- // one 'demo'
- assertEquals(1, piterator.currentPage().size());
- assertNull("User: USER is removed: ", userHandler_.findUserByName(USER));
- assertNull(" user's profile of USER was removed:", profileHandler_.findUserProfileByName(USER));
- }
-
- public void testUniqueAttribute() throws Exception
- {
- if (userHandler_ instanceof UserDAOImpl)
- {
- UserDAOImpl ud = (UserDAOImpl)userHandler_;
-
- User user = userHandler_.createUserInstance("toto");
- user.setEmail("toto(a)gatein.org");
- userHandler_.createUser(user, true);
-
- user = userHandler_.createUserInstance("lolo");
- user.setEmail("lolo(a)gatein.org");
- userHandler_.createUser(user, true);
-
- // Find by unique attribute
- assertNull(ud.findUserByEmail("foobar"));
- user = ud.findUserByEmail("toto(a)gatein.org");
- assertNotNull(user);
- assertEquals("toto", user.getUserName());
-
- user = ud.findUserByEmail("lolo(a)gatein.org");
- assertNotNull(user);
- assertEquals("lolo", user.getUserName());
-
- ud.removeUser("toto", false);
- ud.removeUser("lolo", false);
-
- }
- }
-
- //
- public void testGroup() throws Exception
- {
- /* Create a parent group with name is: GroupParent */
- String parentName = "GroupParent";
- Group groupParent = groupHandler_.createGroupInstance();
- groupParent.setGroupName(parentName);
- groupParent.setDescription("This is description");
- groupHandler_.addChild(null, groupParent, true);
- groupParent = groupHandler_.findGroupById(groupParent.getId());
- assertEquals("GroupParent", groupParent.getGroupName());
- /* Create a child group with name: Group1 */
- Group groupChild1 = groupHandler_.createGroupInstance();
- groupChild1.setGroupName(Group1);
- groupChild1.setLabel("Group1 Label");
- groupHandler_.addChild(groupParent, groupChild1, true);
-
- assertEquals(groupHandler_.findGroupById(groupChild1.getId()).getLabel(), "Group1 Label");
-
- groupChild1 = groupHandler_.findGroupById(groupChild1.getId());
- assertEquals(groupChild1.getParentId(), groupParent.getId());
- assertEquals("Expect group child's name is: ", Group1, groupChild1.getGroupName());
- /* Update groupChild's information */
- groupChild1.setLabel("Group1 Label renamed");
- groupChild1.setDescription("new description ");
- groupHandler_.saveGroup(groupChild1, true);
-
- assertEquals(groupHandler_.findGroupById(groupChild1.getId()).getLabel(), "Group1 Label renamed");
-
- /* Create a group child with name is: Group2 */
- Group groupChild2 = groupHandler_.createGroupInstance();
- groupChild2.setGroupName(Group2);
- groupHandler_.addChild(groupParent, groupChild2, true);
- groupChild2 = groupHandler_.findGroupById(groupChild2.getId());
- assertEquals(groupChild2.getParentId(), groupParent.getId());
- assertEquals("Expect group child's name is: ", Group2, groupChild2.getGroupName());
- /*
- * find all child group in groupParent Expect result: 2 child group: group1,
- * group2
- */
- assertEquals("Expect number of child group in parent group is: ", 2, groupHandler_.findGroups(groupParent).size());
- /* Remove a child group */
- groupHandler_.removeGroup(groupHandler_.findGroupById(groupChild1.getId()), true);
- assertNull("Expect child group has been removed: ", groupHandler_.findGroupById(groupChild1.getId()));
- assertEquals("Expect only 1 child group in parent group", 1, groupHandler_.findGroups(groupParent).size());
- /* Remove Parent group, all it's group child will be removed */
- groupHandler_.removeGroup(groupParent, true);
- assertEquals("Expect ParentGroup is removed:", null, groupHandler_.findGroupById(groupParent.getId()));
- assertEquals("Expect all child group is removed: ", 0, groupHandler_.findGroups(groupParent).size());
- }
-
- public void testMembershipType() throws Exception
- {
- /* Create a membershipType */
- String testType = "testType";
- MembershipType mt = mtHandler_.createMembershipTypeInstance();
- mt.setName(testType);
- mt.setDescription("This is a test");
- mt.setOwner("exo");
- mtHandler_.createMembershipType(mt, true);
- assertEquals("Expect mebershiptype is:", testType, mtHandler_.findMembershipType(testType).getName());
-
- /* Update MembershipType's information */
- String desc = "This is a test (update)";
- mt.setDescription(desc);
- mtHandler_.saveMembershipType(mt, true);
- assertEquals("Expect membershiptype's description", desc, mtHandler_.findMembershipType(testType)
- .getDescription());
-
- /* create another membershipType */
- mt = mtHandler_.createMembershipTypeInstance();
- mt.setName("anothertype");
- mt.setOwner("exo");
- mtHandler_.createMembershipType(mt, true);
-
- /*
- * find all membership type Expect result: 3 membershipType:
- * "testmembership", "anothertype" and "member"(default membership type, it
- * is created at startup time)
- */
- assertEquals("Expect 3 membership in collection: ", 3, mtHandler_.findMembershipTypes().size());
-
- /* remove "testmembership" */
- mtHandler_.removeMembershipType(testType, true);
- assertEquals("Membership type has been removed:", null, mtHandler_.findMembershipType(testType));
- assertEquals("Expect 2 membership in collection(1 is default): ", 2, mtHandler_.findMembershipTypes().size());
-
- /* remove "anothertype" */
- mtHandler_.removeMembershipType("anothertype", true);
- assertEquals("Membership type has been removed:", null, mtHandler_.findMembershipType("anothertype"));
- assertEquals("Expect 1 membership in collection(default type): ", 1, mtHandler_.findMembershipTypes().size());
- /* All membershipType was removed(except default membership) */
- }
-
- public void testMembership() throws Exception
- {
- /* Create 2 user: benj and tuan */
- User userBenj = createUser(Benj);
- User userTuan = createUser(Tuan);
-
- /* Create "Group1" */
- Group group1 = groupHandler_.createGroupInstance();
- group1.setGroupName(Group1);
- groupHandler_.addChild(null, group1, true);
- /* Create "Group2" */
- Group group2 = groupHandler_.createGroupInstance();
- group2.setGroupName(Group2);
- groupHandler_.addChild(null, group2, true);
-
- /* Create membership1 and assign Benj to "Group1" with this membership */
- MembershipType mt = mtHandler_.createMembershipTypeInstance();
- mt.setName("testmembership");
- mtHandler_.createMembershipType(mt, true);
-
- membershipHandler_.linkMembership(userBenj, group1, mt, true);
- membershipHandler_.linkMembership(userBenj, group2, mt, true);
- membershipHandler_.linkMembership(userTuan, group2, mt, true);
-
- mt = mtHandler_.createMembershipTypeInstance();
- mt.setName("membershipType2");
- mtHandler_.createMembershipType(mt, true);
- membershipHandler_.linkMembership(userBenj, group2, mt, true);
-
- mt = mtHandler_.createMembershipTypeInstance();
- mt.setName("membershipType3");
- mtHandler_.createMembershipType(mt, true);
- membershipHandler_.linkMembership(userBenj, group2, mt, true);
-
- /*
- * find all memberships in group2 Expect result: 4 membership: 3 for
- * Benj(testmebership, membershipType2, membershipType3) : 1 for
- * Tuan(testmembership)
- */
- assertEquals("Expect number of membership in group 2 is: ", 4, membershipHandler_.findMembershipsByGroup(group2)
- .size());
-
- /*
- * find all memberships in "Group2" relate with Benj Expect result: 3
- * membership
- */
- assertEquals("Expect number of membership in " + Group2 + " relate with benj is: ", 3, membershipHandler_
- .findMembershipsByUserAndGroup(Benj, group2.getId()).size());
-
- /*
- * find all memberships of Benj in all group Expect result: 5 membership: 3
- * memberships in "Group2", 1 membership in "Users" (default) : 1 membership
- * in "group1"
- */
- assertEquals("expect membership is: ", 5, membershipHandler_.findMembershipsByUser(Benj).size());
-
- /*
- * find memberships of Benj in "Group2" with membership type: testType
- * Expect result: 1 membership with membershipType is "testType"
- * (testmembership)
- */
- Membership membership =
- membershipHandler_.findMembershipByUserGroupAndType(Benj, group2.getId(), "testmembership");
- assertNotNull("Expect membership is found:", membership);
- assertEquals("Expect membership type is: ", "testmembership", membership.getMembershipType());
- assertEquals("Expect groupId of this membership is: ", group2.getId(), membership.getGroupId());
- assertEquals("Expect user of this membership is: ", Benj, membership.getUserName());
-
- /*
- * find all groups of Benj Expect result: 3 group: "Group1", "Group2" and
- * "user" ("user" is default group)
- */
- assertEquals("expect group is: ", 3, groupHandler_.findGroupsOfUser(Benj).size());
-
- /*
- * find all groups has membership type "TYPE" relate with Benj expect
- * result: 2 group: "Group1" and "Group2"
- */
- assertEquals("expect group is: ", 2, groupHandler_.findGroupByMembership(Benj, "testmembership").size());
-
- /* remove a membership */
- String memId =
- membershipHandler_.findMembershipByUserGroupAndType(Benj, group2.getId(), "membershipType3").getId();
- membershipHandler_.removeMembership(memId, true);
- assertNull("Membership was removed: ", membershipHandler_.findMembershipByUserGroupAndType(Benj, "/" + Group2,
- "membershipType3"));
-
- /*
- * remove a user Expect result: all membership related with user will be
- * remove
- */
- userHandler_.removeUser(Tuan, true);
- assertNull("This user was removed", userHandler_.findUserByName(Tuan));
-
- assertTrue("All membership related with this user was removed: ", membershipHandler_.findMembershipsByUser(Tuan)
- .isEmpty());
-
- /*
- * Remove a group Expect result: all membership associate with this group
- * will be removed
- */
- groupHandler_.removeGroup(group1, true);
- assertNull("This group was removed ", groupHandler_.findGroupById(group1.getId()));
- assertTrue(membershipHandler_.findMembershipsByGroup(group1).isEmpty());
-
- /*
- * Remove a MembershipType Expect result: All membership have this type will
- * be removed
- */
- mtHandler_.removeMembershipType("testmembership", true);
-
- assertNull("This membershipType was removed: ", mtHandler_.findMembershipType("testmembership"));
- /*
- * Check all memberships associate with all groups to guarantee that no
- * membership associate with removed membershipType
- */
- for (Object o : groupHandler_.findGroups(null))
- {
- Group g = (Group)o;
- for (Object o1 : membershipHandler_.findMembershipsByGroup(g))
- {
- Membership m = (Membership)o1;
- assertFalse("MembershipType of this membership is not: \"testmembership\"", m.getMembershipType()
- .equalsIgnoreCase("testmembership"));
- }
- }
- }
-
- public void testRemoveMembershipByUser() throws Exception
- {
- String Benj = "B";
- String Tuan = "T";
- User userBenj = createUser(Benj);
- User userTuan = createUser(Tuan);
-
- String Group1 = "G1";
- String Group2 = "G2";
- String Group3 = "G3";
- Group group1 = groupHandler_.createGroupInstance();
- group1.setGroupName(Group1);
- groupHandler_.addChild(null, group1, true);
- Group group2 = groupHandler_.createGroupInstance();
- group2.setGroupName(Group2);
- groupHandler_.addChild(null, group2, true);
- Group group3 = groupHandler_.createGroupInstance();
- group3.setGroupName(Group3);
- groupHandler_.addChild(null, group3, true);
-
- MembershipType mt = mtHandler_.createMembershipTypeInstance();
- mt.setName("testmembership_");
- mtHandler_.createMembershipType(mt, true);
-
- membershipHandler_.linkMembership(userBenj, group1, mt, true);
- membershipHandler_.linkMembership(userBenj, group2, mt, true);
- membershipHandler_.linkMembership(userBenj, group3, mt, true);
- membershipHandler_.linkMembership(userTuan, group1, mt, true);
-
- assertEquals(membershipHandler_.removeMembershipByUser(Tuan, true).size(), 2);
- assertEquals(membershipHandler_.removeMembershipByUser(Benj, true).size(), 4);
-
- mtHandler_.removeMembershipType("testmembership_", true);
- userHandler_.removeUser(Tuan, true);
- userHandler_.removeUser(Benj, true);
- groupHandler_.removeGroup(group1, true);
- groupHandler_.removeGroup(group2, true);
- groupHandler_.removeGroup(group3, true);
- }
-
-// public void testUserProfileListener() throws Exception
-// {
-// UserProfileListener l = new UserProfileListener();
-// profileHandler_.addUserProfileEventListener(l);
-// User user = createUser(USER);
-// assertNotNull(user);
-// UserProfile profile = profileHandler_.createUserProfileInstance(user.getUserName());
-// profile.setAttribute("blah", "blah");
-// profileHandler_.saveUserProfile(profile, true);
-// assertTrue(l.preSave && l.postSave);
-// profileHandler_.removeUserProfile(user.getUserName(), true);
-// assertFalse(l.preDelete && l.postDelete);
-// userHandler_.removeUser(user.getUserName(), false);
-// }
-
- public void testLinkMembership() throws Exception {
- String g1 = "grp1";
- String usr1 = "usr1";
- String mstype1 = "mstype1";
-
- Group group1 = groupHandler_.createGroupInstance();
- group1.setGroupName(g1);
- groupHandler_.addChild(null, group1, true);
-
- User user = createUser(usr1);
-
- MembershipType mt = mtHandler_.createMembershipTypeInstance();
- mt.setName(mstype1);
-
- try {
-
- membershipHandler_.linkMembership(user, group1, mt, true);
- fail();
- }
- catch (Exception e)
- {
- //expected as membership type was not created first
- }
-
- assertNull(mtHandler_.findMembershipType(mstype1));
-
- userHandler_.removeUser(usr1, true);
- groupHandler_.removeGroup(group1, true);
- }
-
-
- public void testFindUsersByGroupId() throws Exception
- {
- PageList users = userHandler_.findUsersByGroup("/users");
- assertTrue(users.getAvailable() > 0);
- }
-
- private static class UserProfileListener extends UserProfileEventListener
- {
-
- boolean preSave;
-
- boolean postSave;
-
- boolean preDelete;
-
- boolean postDelete;
-
- @Override
- public void postDelete(UserProfile profile) throws Exception
- {
- assertEquals(USER, profile.getUserName());
- postDelete = true;
- }
-
- @Override
- public void postSave(UserProfile profile, boolean isNew) throws Exception
- {
- assertEquals(USER, profile.getUserName());
- postSave = true;
- }
-
- @Override
- public void preDelete(UserProfile profile) throws Exception
- {
- assertEquals(USER, profile.getUserName());
- preDelete = true;
- }
-
- @Override
- public void preSave(UserProfile profile, boolean isNew) throws Exception
- {
- assertEquals(USER, profile.getUserName());
- preSave = true;
- }
-
- }
-
- public User createUser(String userName) throws Exception
- {
- User user = userHandler_.createUserInstance(userName);
- user.setPassword("default");
- user.setFirstName("default");
- user.setLastName("default");
- user.setEmail("exo(a)exoportal.org");
- userHandler_.createUser(user, true);
- return user;
- }
-
-}
Deleted: epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganization-configuration.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganization-configuration.xml 2011-11-07 21:02:25 UTC (rev 8004)
+++ epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganization-configuration.xml 2011-11-07 23:25:18 UTC (rev 8005)
@@ -1,316 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-
- 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.
-
--->
-
-<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
- xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
-
- <external-component-plugins>
- <target-component>org.exoplatform.services.organization.OrganizationService</target-component>
- <component-plugin>
- <name>new.user.event.listener</name>
- <set-method>addListenerPlugin</set-method>
- <type>org.exoplatform.services.organization.impl.NewUserEventListener</type>
- <description>this listener assign group and membership to a new created user</description>
- <init-params>
- <object-param>
- <name>configuration</name>
- <description>description</description>
- <object type="org.exoplatform.services.organization.impl.NewUserConfig">
- <field name="group">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.impl.NewUserConfig$JoinGroup">
- <field name="groupId"><string>/platform/users</string></field>
- <field name="membership"><string>member</string></field>
- </object>
- </value>
- </collection>
- </field>
- <field name="ignoredUser">
- <collection type="java.util.HashSet">
- <value><string>root</string></value>
- <value><string>john</string></value>
- <value><string>mary</string></value>
- <value><string>demo</string></value>
- </collection>
- </field>
- </object>
- </object-param>
- </init-params>
- </component-plugin>
- <component-plugin>
- <name>init.service.listener</name>
- <set-method>addListenerPlugin</set-method>
- <type>org.exoplatform.services.organization.OrganizationDatabaseInitializer</type>
- <description>this listener populate organization data for the first launch</description>
- <init-params>
- <value-param>
- <name>checkDatabaseAlgorithm</name>
- <description>check database</description>
- <value>entry</value>
- </value-param>
- <value-param>
- <name>printInformation</name>
- <description>Print information init database</description>
- <value>true</value>
- </value-param>
- <object-param>
- <name>configuration</name>
- <description>description</description>
- <object type="org.exoplatform.services.organization.OrganizationConfig">
- <field name="membershipType">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$MembershipType">
- <field name="type"><string>manager</string></field>
- <field name="description"><string>manager membership type</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$MembershipType">
- <field name="type"><string>member</string></field>
- <field name="description"><string>member membership type</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$MembershipType">
- <field name="type"><string>validator</string></field>
- <field name="description"><string>validator membership type</string></field>
- </object>
- </value>
- </collection>
- </field>
-
- <field name="group">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>platform</string></field>
- <field name="parentId"><string></string></field>
- <field name="description"><string>the /platform group</string></field>
- <field name="label"><string>Platform</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>administrators</string></field>
- <field name="parentId"><string>/platform</string></field>
- <field name="description"><string>the /platform/administrators group</string></field>
- <field name="label"><string>Administrators</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>users</string></field>
- <field name="parentId"><string>/platform</string></field>
- <field name="description"><string>the /platform/users group</string></field>
- <field name="label"><string>Users</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>guests</string></field>
- <field name="parentId"><string>/platform</string></field>
- <field name="description"><string>the /platform/guests group</string></field>
- <field name="label"><string>Guests</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>organization</string></field>
- <field name="parentId"><string></string></field>
- <field name="description"><string>the organization group</string></field>
- <field name="label"><string>Organization</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>management</string></field>
- <field name="parentId"><string>/organization</string></field>
- <field name="description"><string>the /organization/management group</string></field>
- <field name="label"><string>Management</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>executive-board</string></field>
- <field name="parentId"><string>/organization/management</string></field>
- <field name="description"><string>the /organization/management/executive-board group</string></field>
- <field name="label"><string>Executive Board</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>human-resources</string></field>
- <field name="parentId"><string>/organization/management</string></field>
- <field name="description"><string>the /organization/management/human-resource group</string></field>
- <field name="label"><string>Human Resources</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>communication</string></field>
- <field name="parentId"><string>/organization</string></field>
- <field name="description"><string>the /organization/communication group</string></field>
- <field name="label"><string>Communication</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>marketing</string></field>
- <field name="parentId"><string>/organization/communication</string></field>
- <field name="description"><string>the /organization/communication/marketing group</string></field>
- <field name="label"><string>Marketing</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>press-and-media</string></field>
- <field name="parentId"><string>/organization/communication</string></field>
- <field name="description"><string>the /organization/communication/press-and-media group</string></field>
- <field name="label"><string>Press and Media</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>operations</string></field>
- <field name="parentId"><string>/organization</string></field>
- <field name="description"><string>the /organization/operations and media group</string></field>
- <field name="label"><string>Operations</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>sales</string></field>
- <field name="parentId"><string>/organization/operations</string></field>
- <field name="description"><string>the /organization/operations/sales group</string></field>
- <field name="label"><string>Sales</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>finances</string></field>
- <field name="parentId"><string>/organization/operations</string></field>
- <field name="description"><string>the /organization/operations/finances group</string></field>
- <field name="label"><string>Finances</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>customers</string></field>
- <field name="parentId"><string></string></field>
- <field name="description"><string>the /customers group</string></field>
- <field name="label"><string>Customers</string></field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>partners</string></field>
- <field name="parentId"><string></string></field>
- <field name="description"><string>the /partners group</string></field>
- <field name="label"><string>Partners</string></field>
- </object>
- </value>
- </collection>
- </field>
-
- <field name="user">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>root</string></field>
- <field name="password"><string>gtn</string></field>
- <field name="firstName"><string>Root</string></field>
- <field name="lastName"><string>Root</string></field>
- <field name="email"><string>root@localhost</string></field>
- <field name="groups">
- <string>
- manager:/platform/administrators,member:/platform/users,
- member:/organization/management/executive-board
- </string>
- </field>
- </object>
- </value>
-
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>john</string></field>
- <field name="password"><string>gtn</string></field>
- <field name="firstName"><string>John</string></field>
- <field name="lastName"><string>Anthony</string></field>
- <field name="email"><string>john@localhost</string></field>
- <field name="groups">
- <string>
- member:/platform/administrators,member:/platform/users,
- manager:/organization/management/executive-board
- </string>
- </field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>mary</string></field>
- <field name="password"><string>gtn</string></field>
- <field name="firstName"><string>Mary</string></field>
- <field name="lastName"><string>Kelly</string></field>
- <field name="email"><string>mary@localhost</string></field>
- <field name="groups">
- <string>member:/platform/users</string>
- </field>
- </object>
- </value>
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>demo</string></field>
- <field name="password"><string>gtn</string></field>
- <field name="firstName"><string>Demo</string></field>
- <field name="lastName"><string>gtn</string></field>
- <field name="email"><string>demo@localhost</string></field>
- <field name="groups">
- <string>member:/platform/guests,member:/platform/users</string>
- </field>
- </object>
- </value>
-
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>overwritelayout</string></field>
- <field name="password"><string>whatever</string></field>
- <field name="firstName"><string>whatever</string></field>
- <field name="lastName"><string>whatever</string></field>
- <field name="email"><string>whatever@localhost</string></field>
- <field name="groups">
- <string>member:/platform/guests</string>
- </field>
- </object>
- </value>
-
- </collection>
- </field>
- </object>
- </object-param>
- </init-params>
- </component-plugin>
- </external-component-plugins>
-
-</configuration>
Deleted: epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganizationService-configuration.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganizationService-configuration.xml 2011-11-07 21:02:25 UTC (rev 8004)
+++ epp/portal/branches/EPP_5_2_Branch/component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganizationService-configuration.xml 2011-11-07 23:25:18 UTC (rev 8005)
@@ -1,309 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-
- 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.
-
--->
-
-<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
- xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
-
- <component>
- <key>org.exoplatform.services.log.LogConfigurationInitializer</key>
- <type>org.exoplatform.services.log.LogConfigurationInitializer</type>
- <init-params>
- <value-param>
- <name>logger</name>
- <value>org.exoplatform.services.log.impl.BufferedLog4JLogger</value>
- </value-param>
- <value-param>
- <name>configurator</name>
- <value>org.exoplatform.services.log.impl.Log4JConfigurator</value>
- </value-param>
- <properties-param>
- <name>properties</name>
- <description>Log4J properties</description>
- <property name="log4j.rootLogger" value="DEBUG, stdout" />
- <property name="log4j.appender.stdout" value="org.apache.log4j.ConsoleAppender" />
- <property name="log4j.appender.stdout.threshold" value="INFO" />
- <property name="log4j.appender.stdout.layout" value="org.apache.log4j.PatternLayout" />
- <property name="log4j.appender.stdout.layout.ConversionPattern" value="%d{dd.MM.yyyy HH:mm:ss} *%-5p* [%t] %c{1}: %m (%F, line %L) %n" />
- </properties-param>
- </init-params>
- </component>
-
- <component>
- <key>org.exoplatform.services.cache.CacheService</key>
- <jmx-name>cache:type=CacheService</jmx-name>
- <type>org.exoplatform.services.cache.impl.CacheServiceImpl</type>
- <init-params>
- <object-param>
- <name>cache.config.default</name>
- <description>The default cache configuration</description>
- <object type="org.exoplatform.services.cache.ExoCacheConfig">
- <field name="name"><string>default</string></field>
- <field name="maxSize"><int>300</int></field>
- <field name="liveTime"><long>300</long></field>
- <field name="distributed"><boolean>false</boolean></field>
- <field name="implementation"><string>org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache</string></field>
- </object>
- </object-param>
- </init-params>
- </component>
-
- <component>
- <key>org.exoplatform.services.database.DatabaseService</key>
- <type>org.exoplatform.services.database.impl.XAPoolTxSupportDatabaseService</type>
- <init-params>
- <properties-param>
- <name>default</name>
- <description>Connection configuration</description>
- <property name='connection.driver' value='org.hsqldb.jdbcDriver' />
- <property name='connection.url' value='jdbc:hsqldb:mem:db/default' />
- <property name='connection.login' value='sa' />
- <property name='connection.password' value='' />
- <property name='connection.min-size' value='3' />
- <property name='connection.max-size' value='5' />
- </properties-param>
- </init-params>
- </component>
-
- <component>
- <key>org.exoplatform.services.organization.idm.PicketLinkIDMCacheService</key>
- <type>org.exoplatform.services.organization.idm.PicketLinkIDMCacheService</type>
- </component>
-
- <component>
- <key>org.exoplatform.services.organization.idm.PicketLinkIDMService</key>
- <type>org.exoplatform.services.organization.idm.PicketLinkIDMServiceImpl</type>
- <init-params>
- <value-param>
- <name>config</name>
- <value>jar:/conf/portal/idm-config.xml</value>
- </value-param>
- </init-params>
- </component>
-
- <component>
- <key>org.exoplatform.services.organization.OrganizationService</key>
- <type>org.exoplatform.services.organization.idm.PicketLinkIDMOrganizationServiceImpl</type>
- <init-params>
- <object-param>
- <name>configuration</name>
- <object type="org.exoplatform.services.organization.idm.Config">
- <field name="useParentIdAsGroupType">
- <boolean>true</boolean>
- </field>
- <field name="groupTypeMappings">
- <map type="java.util.HashMap">
- <entry>
- <key><string>/</string></key>
- <value><string>root_type</string></value>
- </entry>
- <entry>
- <key><string>/platform/*</string></key>
- <value><string>platform_type</string></value>
- </entry>
- <entry>
- <key><string>/platform/users</string></key>
- <value><string>users_type</string></value>
- </entry>
- <entry>
- <key><string>/organization/acme/france</string></key>
- <value><string>france_type</string></value>
- </entry>
- <entry>
- <key><string>/toto/*</string></key>
- <value><string>toto_type</string></value>
- </entry>
- </map>
- </field>
- <!-- If this option is used then each Membership created with MembrshipType that is
- equal to value specified here will be stored in PicketLink IDM as simple
- Group-User association-->
- <field name="associationMembershipType">
- <string>member</string>
- </field>
- <!-- if "associationMembershipType" option is used and this option is set to true
- then Membership with MembershipType configured to be stored as PicketLink IDM association
- will not be stored as PicketLink IDM Role -->
- <field name="ignoreMappedMembershipType">
- <boolean>false</boolean>
- </field>
- </object>
- </object-param>
- </init-params>
- </component>
-
- <component>
- <key>org.exoplatform.services.database.HibernateService</key>
- <jmx-name>database:type=HibernateService</jmx-name>
- <type>org.exoplatform.services.database.impl.HibernateServiceImpl</type>
- <init-params>
- <properties-param>
- <name>hibernate.properties</name>
- <description>Default Hibernate Service</description>
- <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
- <!--<property name="hibernate.show_sql" value="true"/>-->
- <!--<property name="hibernate.use_sql_comments" value="true"/>-->
- <!--<property name="hibernate.format_sql" value="true"/>-->
- <property name="hibernate.current_session_context_class" value="thread"/>
- <property name="hibernate.jdbc.batch_size" value="0"/>
- <property name="hibernate.cache.use_second_level_cache" value="true"/>
- <property name="hibernate.cache.use_query_cache" value="true"/>
- <!--CHANGEME HashtableCacheProvider shold not be used in production env-->
- <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
- <property name="hibernate.connection.url" value="jdbc:hsqldb:file:${basedir}/target/temp/data/exodb${container.name.suffix}"/>
- <property name="hibernate.connection.driver_class" value="org.hsqldb.jdbcDriver"/>
- <property name="hibernate.connection.autocommit" value="true"/>
- <property name="hibernate.connection.username" value="sa"/>
- <property name="hibernate.connection.password" value=""/>
- <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
- <property name="hibernate.c3p0.min_size" value="5"/>
- <property name="hibernate.c3p0.max_size" value="20"/>
- <property name="hibernate.c3p0.timeout" value="1800"/>
- <property name="hibernate.c3p0.max_statements" value="50"/>
- </properties-param>
- </init-params>
- </component>
-
- <external-component-plugins>
- <target-component>org.exoplatform.services.database.HibernateService</target-component>
- <component-plugin>
- <name>add.hibernate.mapping</name>
- <set-method>addPlugin</set-method>
- <type>org.exoplatform.services.database.impl.AddHibernateMappingPlugin</type>
- <init-params>
- <values-param>
- <name>hibernate.mapping</name>
- <value>conf/mappings/HibernateRealm.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObject.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectCredential.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectCredentialType.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectAttribute.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectType.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectRelationship.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectRelationshipType.hbm.xml</value>
- <value>conf/mappings/HibernateIdentityObjectRelationshipName.hbm.xml</value>
- </values-param>
- </init-params>
- </component-plugin>
- </external-component-plugins>
-
- <external-component-plugins>
- <target-component>org.exoplatform.services.organization.OrganizationService</target-component>
- <component-plugin>
- <name>init.service.listener</name>
- <set-method>addListenerPlugin</set-method>
- <type>org.exoplatform.services.organization.OrganizationDatabaseInitializer</type>
- <description>this listener populate organization data for the first launch</description>
- <init-params>
- <value-param>
- <name>checkDatabaseAlgorithm</name>
- <description>check database</description>
- <value>empty</value>
- </value-param>
- <value-param>
- <name>printInformation</name>
- <description>Print information init database</description>
- <value>true</value>
- </value-param>
- <object-param>
- <name>configuration</name>
- <description>description</description>
- <object type="org.exoplatform.services.organization.OrganizationConfig">
- <field name="membershipType">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$MembershipType">
- <field name="type"><string>member</string></field>
- <field name="description"><string>member membershipt type</string></field>
- </object>
- </value>
- </collection>
- </field>
-
- <field name="group">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>users</string></field>
- <field name="parentId"><string></string></field>
- <!--<field name="type"><string>hierachy</string></field>-->
- <field name="description"><string>the /users group</string></field>
- </object>
- </value>
- </collection>
- </field>
-
- <field name="user">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>demo</string></field>
- <field name="password"><string>exo</string></field>
- <field name="firstName"><string>demo</string></field>
- <field name="lastName"><string>demo</string></field>
- <field name="email"><string>demo@localhost</string></field>
- <field name="groups">
- <string>member:/users</string>
- </field>
- </object>
- </value>
- </collection>
- </field>
- </object>
- </object-param>
- </init-params>
- </component-plugin>
-
- <component-plugin>
- <name>new.user.event.listener</name>
- <set-method>addListenerPlugin</set-method>
- <type>org.exoplatform.services.organization.impl.NewUserEventListener</type>
- <description>this listener assign group and membership to a new created user</description>
- <init-params>
- <object-param>
- <name>configuration</name>
- <description>description</description>
- <object type="org.exoplatform.services.organization.impl.NewUserConfig">
- <field name="group">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.services.organization.impl.NewUserConfig$JoinGroup">
- <field name="groupId"><string>/users</string></field>
- <field name="membership"><string>member</string></field>
- </object>
- </value>
- </collection>
- </field>
- <field name="ignoredUser">
- <collection type="java.util.HashSet">
- <value><string>demo</string></value>
- <value><string>admin</string></value>
- </collection>
- </field>
- </object>
- </object-param>
- </init-params>
- </component-plugin>
- </external-component-plugins>
-</configuration>
13 years, 1 month
gatein SVN: r8004 - in epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp: src and 1 other directory.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-11-07 16:02:25 -0500 (Mon, 07 Nov 2011)
New Revision: 8004
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/assemble.xml
Log:
JBEPP-1342 Upgrade JBoss Negotiation to 2.0.4.GA
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml 2011-11-07 17:57:26 UTC (rev 8003)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/pom.xml 2011-11-07 21:02:25 UTC (rev 8004)
@@ -57,6 +57,15 @@
<type>zip</type>
</dependency>
+ <!-- TODO: remove after updateing EAP -->
+ <!-- replacing org.jboss.security:jboss-negotiation:2.0.4.GA:jar -->
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-negotiation</artifactId>
+ <version>2.0.4.GA</version>
+ <type>jar</type>
+ </dependency>
+
<!-- EAP overlay -->
<dependency>
<groupId>${eap.groupId}</groupId>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/assemble.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/assemble.xml 2011-11-07 17:57:26 UTC (rev 8003)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/assemble.xml 2011-11-07 21:02:25 UTC (rev 8004)
@@ -93,7 +93,16 @@
<outputDirectory>${eap.dir}/jboss-as/docs/examples/portal</outputDirectory>
<unpack>true</unpack>
</dependencySet>
-
+
+ <!-- TODO: remove after updateing EAP -->
+ <!-- replacing org.jboss.security:jboss-negotiation:2.0.4.GA:jar -->
+ <dependencySet>
+ <includes>
+ <include>org.jboss.security:jboss-negotiation:jar</include>
+ </includes>
+ <outputDirectory>${eap.dir}/jboss-as/common/lib/</outputDirectory>
+ </dependencySet>
+
<!-- EAP -->
<dependencySet>
<includes>
@@ -101,6 +110,11 @@
</includes>
<outputDirectory></outputDirectory>
<unpack>true</unpack>
+ <unpackOptions>
+ <excludes>
+ <exclude>**/jboss-as/common/lib/jboss-negotiation.jar</exclude>
+ </excludes>
+ </unpackOptions>
</dependencySet>
</dependencySets>
13 years, 1 month
gatein SVN: r8003 - in components/wsrp/trunk/consumer/src: test/java/org/gatein/wsrp/protocol/v2 and 1 other directory.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-11-07 12:57:26 -0500 (Mon, 07 Nov 2011)
New Revision: 8003
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/protocol/v2/WSRP2ConsumerBaseTest.java
Log:
- GTNWSRP-262: fixed tests by setting import/export option on ProducerInfo for tests.
Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java 2011-11-07 16:05:27 UTC (rev 8002)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java 2011-11-07 17:57:26 UTC (rev 8003)
@@ -40,6 +40,7 @@
import org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo;
import org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI;
import org.gatein.wsrp.servlet.UserAccess;
+import org.gatein.wsrp.spec.v2.WSRP2Constants;
import org.oasis.wsrp.v2.CookieProtocol;
import org.oasis.wsrp.v2.EventDescription;
import org.oasis.wsrp.v2.ExportDescription;
@@ -66,7 +67,7 @@
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.namespace.QName;
import javax.xml.ws.Holder;
-import java.util.ArrayList;
+import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
@@ -145,7 +146,7 @@
private transient Map<QName, EventInfo> eventDescriptions;
/** Supported options */
- private transient List<String> supportedOptions = Collections.emptyList();
+ private transient Set<String> supportedOptions = Collections.emptySet();
/*protected org.oasis.wsrp.v1.ItemDescription[] userCategoryDescriptions;
protected org.oasis.wsrp.v1.ItemDescription[] customUserProfileItemDescriptions;
@@ -511,7 +512,7 @@
final List<String> supportedOptions = serviceDescription.getSupportedOptions();
if (ParameterValidation.existsAndIsNotEmpty(supportedOptions))
{
- this.supportedOptions = new ArrayList<String>(supportedOptions);
+ this.supportedOptions = new HashSet<String>(supportedOptions);
}
// custom mode descriptions
@@ -1307,8 +1308,31 @@
this.lastModified = lastModified;
}
- public List<String> getSupportedOptions()
+ public Collection<String> getSupportedOptions()
{
- return supportedOptions;
+ return Collections.unmodifiableSet(supportedOptions);
}
+
+ /**
+ * Public for tests
+ *
+ * @param option
+ */
+ public void setSupportedOption(String option)
+ {
+ if (WSRP2Constants.OPTIONS_COPYPORTLETS.equals(option) || WSRP2Constants.OPTIONS_EVENTS.equals(option)
+ || WSRP2Constants.OPTIONS_EXPORT.equals(option) || WSRP2Constants.OPTIONS_IMPORT.equals(option)
+ || WSRP2Constants.OPTIONS_LEASING.equals(option))
+ {
+ if (supportedOptions.isEmpty())
+ {
+ supportedOptions = new HashSet<String>(5);
+ }
+ supportedOptions.add(option);
+ }
+ else
+ {
+ throw new IllegalArgumentException("Invalid option: " + option);
+ }
+ }
}
Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java 2011-11-07 16:05:27 UTC (rev 8002)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java 2011-11-07 17:57:26 UTC (rev 8003)
@@ -93,6 +93,7 @@
import javax.xml.namespace.QName;
import javax.xml.ws.Holder;
import java.util.ArrayList;
+import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.LinkedHashSet;
@@ -530,7 +531,7 @@
public boolean isImportExportSupported()
{
- final List<String> supportedOptions = producerInfo.getSupportedOptions();
+ final Collection<String> supportedOptions = producerInfo.getSupportedOptions();
return isUsingWSRP2() && supportedOptions.contains(WSRP2Constants.OPTIONS_IMPORT) && supportedOptions.contains(WSRP2Constants.OPTIONS_EXPORT);
}
Modified: components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/protocol/v2/WSRP2ConsumerBaseTest.java
===================================================================
--- components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/protocol/v2/WSRP2ConsumerBaseTest.java 2011-11-07 16:05:27 UTC (rev 8002)
+++ components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/protocol/v2/WSRP2ConsumerBaseTest.java 2011-11-07 17:57:26 UTC (rev 8003)
@@ -27,6 +27,7 @@
import org.gatein.wsrp.consumer.EndpointConfigurationInfo;
import org.gatein.wsrp.consumer.ProducerInfo;
import org.gatein.wsrp.consumer.WSRPConsumerImpl;
+import org.gatein.wsrp.spec.v2.WSRP2Constants;
import org.gatein.wsrp.test.ExtendedAssert;
import org.gatein.wsrp.test.protocol.v2.BehaviorBackedServiceFactory;
import org.gatein.wsrp.test.protocol.v2.BehaviorRegistry;
@@ -81,6 +82,10 @@
ProducerInfo producerInfo = consumer.getProducerInfo();
producerInfo.setId(TEST_PRODUCER_ID);
+ // set import/export option
+ producerInfo.setSupportedOption(WSRP2Constants.OPTIONS_EXPORT);
+ producerInfo.setSupportedOption(WSRP2Constants.OPTIONS_IMPORT);
+
// reset the behaviors
BehaviorRegistry registry = producer.getBehaviorRegistry();
setServiceDescriptionBehavior(null);
13 years, 1 month
gatein SVN: r8002 - in components/wsrp/trunk: admin-gui/src/main/webapp/jsf/consumers and 4 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-11-07 11:05:27 -0500 (Mon, 07 Nov 2011)
New Revision: 8002
Modified:
components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/consumers.xhtml
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/WSRPConsumer.java
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationDispatcher.java
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockWSRPConsumer.java
Log:
- GTNWSRP-262: record supported options from producer and throw an exception if unsupported operations are called.
- Renamed isSupportsExport method to isImportExportSupported and fixed implementation using ProducerInfo's recorded supported options.
Modified: components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java 2011-11-07 16:05:27 UTC (rev 8002)
@@ -740,9 +740,9 @@
currentExport = (ExportInfoDisplay)existingExports.getRowData();
}
- public boolean isSupportsExport()
+ public boolean isImportExportSupported()
{
- return isActive() && getConsumer().isSupportsExport();
+ return isActive() && getConsumer().isImportExportSupported();
}
public boolean isAvailableExportInfosEmpty()
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/consumers.xhtml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/consumers.xhtml 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/consumers.xhtml 2011-11-07 16:05:27 UTC (rev 8002)
@@ -1,6 +1,6 @@
<!--
~ JBoss, a division of Red Hat
- ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+ ~ Copyright 2011, Red Hat Middleware, LLC, and individual
~ contributors as indicated by the @authors tag. See the
~ copyright.txt in the distribution for a full listing of
~ individual contributors.
@@ -89,7 +89,7 @@
<f:param name="id" value="#{cons.producerId}"/>
#{i18n.consumers_table_action_delete}
</h:commandLink>
- <h:panelGroup rendered="#{cons.active and cons.supportsExport}">
+ <h:panelGroup rendered="#{cons.active and cons.importExportSupported}">
<h:panelGroup rendered="#{! cons.migrationService.availableExportInfosEmpty}">|
<h:commandLink action="#{consumersMgr.importPortlets}" styleClass="actionImport" id="import">
<f:param name="id" value="#{cons.producerId}"/>
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/editConsumer.xhtml 2011-11-07 16:05:27 UTC (rev 8002)
@@ -1,6 +1,6 @@
<!--
~ JBoss, a division of Red Hat
- ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+ ~ Copyright 2011, Red Hat Middleware, LLC, and individual
~ contributors as indicated by the @authors tag. See the
~ copyright.txt in the distribution for a full listing of
~ individual contributors.
@@ -65,13 +65,13 @@
</td>
</tr>
<c:if test="#{consumer.wssAvailable}">
-<tr>
- <th>#{i18n.edit_enable_ws_security}</th>
- <td>
- <h:selectBooleanCheckbox value="#{consumer.wssEnabled}"/>
- <h:message styleClass="portlet-msg-error" for="wsdl"/>
- </td>
-</tr>
+ <tr>
+ <th>#{i18n.edit_enable_ws_security}</th>
+ <td>
+ <h:selectBooleanCheckbox value="#{consumer.wssEnabled}"/>
+ <h:message styleClass="portlet-msg-error" for="wsdl"/>
+ </td>
+ </tr>
</c:if>
<c:if test="#{consumer.localInfoPresent}">
<tr>
@@ -269,7 +269,7 @@
<div class="ButtonMiddle">
<h:commandLink id="export-cons-link" action="#{consumersMgr.exportPortlets}"
actionListener="#{consumersMgr.selectConsumer}"
- rendered="#{consumer.supportsExport}"
+ rendered="#{consumer.importExportSupported}"
value="#{i18n.edit_consumer_export}"
title="#{i18n.edit_consumer_export_title}">
<f:param name="id" value="#{consumer.id}"/>
@@ -284,7 +284,7 @@
<div class="ButtonMiddle">
<h:commandLink id="import-cons-link" action="#{consumersMgr.importPortlets}"
actionListener="#{consumersMgr.selectConsumer}"
- rendered="#{consumer.supportsExport and ! consumer.availableExportInfosEmpty}"
+ rendered="#{consumer.importExportSupported and ! consumer.availableExportInfosEmpty}"
value="#{i18n.edit_consumer_import}"
title="#{i18n.edit_consumer_import_title}">
<f:param name="id" value="#{consumer.id}"/>
Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/WSRPConsumer.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/WSRPConsumer.java 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/WSRPConsumer.java 2011-11-07 16:05:27 UTC (rev 8002)
@@ -128,7 +128,7 @@
MigrationService getMigrationService();
- boolean isSupportsExport();
+ boolean isImportExportSupported();
ImportInfo importPortlets(ExportInfo exportInfo, List<String> portlets) throws PortletInvokerException;
Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java 2011-11-07 16:05:27 UTC (rev 8002)
@@ -66,6 +66,7 @@
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.namespace.QName;
import javax.xml.ws.Holder;
+import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
@@ -118,31 +119,34 @@
// Transient information
/** The Cookie handling policy required by the Producer */
- private CookieProtocol requiresInitCookie;
+ private transient CookieProtocol requiresInitCookie;
/** The Producer-Offered Portlets (handle -> WSRPPortlet) */
- private Map<String, Portlet> popsMap;
+ private transient Map<String, Portlet> popsMap;
/** A cache for Consumer-Configured Portlets (handle -> WSRPPortlet) */
- private Map<String, Portlet> ccpsMap;
+ private transient Map<String, Portlet> ccpsMap;
/** Portlet groups. */
- private Map<String, Set<Portlet>> portletGroups;
+ private transient Map<String, Set<Portlet>> portletGroups;
/** Time at which the cache expires */
- private long expirationTimeMillis;
+ private transient long expirationTimeMillis;
- private final ConsumerRegistrySPI registry;
+ private transient final ConsumerRegistrySPI registry;
private static final String ERASED_LOCAL_REGISTRATION_INFORMATION = "Erased local registration information!";
private transient RegistrationInfo expectedRegistrationInfo;
- private Map<String, ItemDescription> customModes;
- private Map<String, ItemDescription> customWindowStates;
+ private transient Map<String, ItemDescription> customModes;
+ private transient Map<String, ItemDescription> customWindowStates;
/** Events */
- private Map<QName, EventInfo> eventDescriptions;
+ private transient Map<QName, EventInfo> eventDescriptions;
+ /** Supported options */
+ private transient List<String> supportedOptions = Collections.emptyList();
+
/*protected org.oasis.wsrp.v1.ItemDescription[] userCategoryDescriptions;
protected org.oasis.wsrp.v1.ItemDescription[] customUserProfileItemDescriptions;
@@ -503,6 +507,13 @@
requiresInitCookie = serviceDescription.getRequiresInitCookie();
log.debug("Requires initCookie: " + requiresInitCookie);
+ // supported options
+ final List<String> supportedOptions = serviceDescription.getSupportedOptions();
+ if (ParameterValidation.existsAndIsNotEmpty(supportedOptions))
+ {
+ this.supportedOptions = new ArrayList<String>(supportedOptions);
+ }
+
// custom mode descriptions
customModes = toMap(serviceDescription.getCustomModeDescriptions());
@@ -1295,4 +1306,9 @@
{
this.lastModified = lastModified;
}
+
+ public List<String> getSupportedOptions()
+ {
+ return supportedOptions;
+ }
}
Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java 2011-11-07 16:05:27 UTC (rev 8002)
@@ -64,6 +64,7 @@
import org.gatein.wsrp.services.RegistrationService;
import org.gatein.wsrp.services.ServiceDescriptionService;
import org.gatein.wsrp.servlet.UserAccess;
+import org.gatein.wsrp.spec.v2.WSRP2Constants;
import org.oasis.wsrp.v2.ExportedPortlet;
import org.oasis.wsrp.v2.Extension;
import org.oasis.wsrp.v2.FailedPortlets;
@@ -527,9 +528,10 @@
return supportedUserScopes.contains(userScope);
}
- public boolean isSupportsExport()
+ public boolean isImportExportSupported()
{
- return isUsingWSRP2(); // todo: fix-me, using WSRP 2 doesn't necessarily equals supporting export...
+ final List<String> supportedOptions = producerInfo.getSupportedOptions();
+ return isUsingWSRP2() && supportedOptions.contains(WSRP2Constants.OPTIONS_IMPORT) && supportedOptions.contains(WSRP2Constants.OPTIONS_EXPORT);
}
// Registration *****************************************************************************************************
@@ -776,114 +778,120 @@
public ExportInfo exportPortlets(List<String> portletHandles) throws PortletInvokerException
{
- if (ParameterValidation.existsAndIsNotEmpty(portletHandles))
+ if (isImportExportSupported())
{
-
- List<org.oasis.wsrp.v2.PortletContext> portletContexts = new ArrayList<org.oasis.wsrp.v2.PortletContext>(portletHandles.size());
- for (String handle : portletHandles)
+ if (ParameterValidation.existsAndIsNotEmpty(portletHandles))
{
- portletContexts.add(WSRPTypeFactory.createPortletContext(handle));
- }
+ List<org.oasis.wsrp.v2.PortletContext> portletContexts = new ArrayList<org.oasis.wsrp.v2.PortletContext>(portletHandles.size());
+ for (String handle : portletHandles)
+ {
+ portletContexts.add(WSRPTypeFactory.createPortletContext(handle));
+ }
- try
- {
- Holder<byte[]> exportContextHolder = new Holder<byte[]>();
- Holder<List<ExportedPortlet>> exportedPortletsHolder = new Holder<List<ExportedPortlet>>();
- Holder<List<FailedPortlets>> failedPortletsHolder = new Holder<List<FailedPortlets>>();
- Holder<Lifetime> lifetimeHolder = new Holder<Lifetime>();
- getPortletManagementService().exportPortlets(getRegistrationContext(), portletContexts, UserAccess.getUserContext(),
- lifetimeHolder, true, exportContextHolder, exportedPortletsHolder, failedPortletsHolder,
- new Holder<ResourceList>(), new Holder<List<Extension>>());
+ try
+ {
+ Holder<byte[]> exportContextHolder = new Holder<byte[]>();
+ Holder<List<ExportedPortlet>> exportedPortletsHolder = new Holder<List<ExportedPortlet>>();
+ Holder<List<FailedPortlets>> failedPortletsHolder = new Holder<List<FailedPortlets>>();
+ Holder<Lifetime> lifetimeHolder = new Holder<Lifetime>();
+ getPortletManagementService().exportPortlets(getRegistrationContext(), portletContexts, UserAccess.getUserContext(),
+ lifetimeHolder, true, exportContextHolder, exportedPortletsHolder, failedPortletsHolder,
+ new Holder<ResourceList>(), new Holder<List<Extension>>());
- SortedMap<String, byte[]> handleToState = null;
- List<ExportedPortlet> exportedPortlets = exportedPortletsHolder.value;
- if (ParameterValidation.existsAndIsNotEmpty(exportedPortlets))
- {
- handleToState = new TreeMap<String, byte[]>();
- for (ExportedPortlet exportedPortlet : exportedPortlets)
+ SortedMap<String, byte[]> handleToState = null;
+ List<ExportedPortlet> exportedPortlets = exportedPortletsHolder.value;
+ if (ParameterValidation.existsAndIsNotEmpty(exportedPortlets))
{
- handleToState.put(exportedPortlet.getPortletHandle(), exportedPortlet.getExportData());
+ handleToState = new TreeMap<String, byte[]>();
+ for (ExportedPortlet exportedPortlet : exportedPortlets)
+ {
+ handleToState.put(exportedPortlet.getPortletHandle(), exportedPortlet.getExportData());
+ }
}
- }
- SortedMap<QName, List<String>> errorCodeToHandle = null;
- List<FailedPortlets> failedPortlets = failedPortletsHolder.value;
- if (ParameterValidation.existsAndIsNotEmpty(failedPortlets))
- {
- errorCodeToHandle = new TreeMap<QName, List<String>>();
- for (FailedPortlets failedPortletsForReason : failedPortlets)
+ SortedMap<QName, List<String>> errorCodeToHandle = null;
+ List<FailedPortlets> failedPortlets = failedPortletsHolder.value;
+ if (ParameterValidation.existsAndIsNotEmpty(failedPortlets))
{
- errorCodeToHandle.put(failedPortletsForReason.getErrorCode(), failedPortletsForReason.getPortletHandles());
+ errorCodeToHandle = new TreeMap<QName, List<String>>();
+ for (FailedPortlets failedPortletsForReason : failedPortlets)
+ {
+ errorCodeToHandle.put(failedPortletsForReason.getErrorCode(), failedPortletsForReason.getPortletHandles());
+ }
}
+
+ // todo: deal with expiration time
+ Lifetime lifetime = lifetimeHolder.value;
+ if (lifetime != null)
+ {
+ XMLGregorianCalendar currentTime = lifetime.getCurrentTime();
+ Duration refreshDuration = lifetime.getRefreshDuration();
+ XMLGregorianCalendar terminationTime = lifetime.getTerminationTime();
+ }
+
+ ExportInfo exportInfo = new ExportInfo(System.currentTimeMillis(), errorCodeToHandle, handleToState, exportContextHolder.value);
+ getConsumerRegistry().getMigrationService().add(exportInfo);
+ return exportInfo;
}
-
- // todo: deal with expiration time
- Lifetime lifetime = lifetimeHolder.value;
- if (lifetime != null)
+ catch (OperationNotSupported operationNotSupported)
{
- XMLGregorianCalendar currentTime = lifetime.getCurrentTime();
- Duration refreshDuration = lifetime.getRefreshDuration();
- XMLGregorianCalendar terminationTime = lifetime.getTerminationTime();
+ throw new UnsupportedOperationException(operationNotSupported);
}
-
- ExportInfo exportInfo = new ExportInfo(System.currentTimeMillis(), errorCodeToHandle, handleToState, exportContextHolder.value);
- getConsumerRegistry().getMigrationService().add(exportInfo);
- return exportInfo;
+ catch (InconsistentParameters inconsistentParameters)
+ {
+ throw new IllegalArgumentException(inconsistentParameters);
+ }
+ /*
+ // GTNWSRP-62
+ catch (AccessDenied accessDenied)
+ {
+ accessDenied.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (ExportByValueNotSupported exportByValueNotSupported)
+ {
+ exportByValueNotSupported.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (InvalidHandle invalidHandle)
+ {
+ invalidHandle.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (InvalidRegistration invalidRegistration)
+ {
+ invalidRegistration.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (InvalidUserCategory invalidUserCategory)
+ {
+ invalidUserCategory.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (MissingParameters missingParameters)
+ {
+ missingParameters.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (ModifyRegistrationRequired modifyRegistrationRequired)
+ {
+ modifyRegistrationRequired.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (OperationFailed operationFailed)
+ {
+ operationFailed.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (ResourceSuspended resourceSuspended)
+ {
+ resourceSuspended.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }*/
+ catch (Exception e)
+ {
+ throw new PortletInvokerException(e.getLocalizedMessage(), e);
+ }
}
- catch (OperationNotSupported operationNotSupported)
+ else
{
- throw new UnsupportedOperationException(operationNotSupported);
+ throw new IllegalArgumentException("Must provide a non-null, non-empty list of portlet handles.");
}
- catch (InconsistentParameters inconsistentParameters)
- {
- throw new IllegalArgumentException(inconsistentParameters);
- }
- /*
- // GTNWSRP-62
- catch (AccessDenied accessDenied)
- {
- accessDenied.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (ExportByValueNotSupported exportByValueNotSupported)
- {
- exportByValueNotSupported.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (InvalidHandle invalidHandle)
- {
- invalidHandle.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (InvalidRegistration invalidRegistration)
- {
- invalidRegistration.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (InvalidUserCategory invalidUserCategory)
- {
- invalidUserCategory.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (MissingParameters missingParameters)
- {
- missingParameters.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (ModifyRegistrationRequired modifyRegistrationRequired)
- {
- modifyRegistrationRequired.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (OperationFailed operationFailed)
- {
- operationFailed.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (ResourceSuspended resourceSuspended)
- {
- resourceSuspended.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }*/
- catch (Exception e)
- {
- throw new PortletInvokerException(e.getLocalizedMessage(), e);
- }
}
else
{
- throw new IllegalArgumentException("Must provide a non-null, non-empty list of portlet handles.");
+ throw new UnsupportedOperationException("Producer " + producerInfo.getId() + " doesn't support import/export functionality.");
}
}
@@ -894,127 +902,134 @@
public void releaseExport(ExportInfo exportInfo) throws PortletInvokerException
{
- ParameterValidation.throwIllegalArgExceptionIfNull(exportInfo, "ExportInfo to release");
+ if (isImportExportSupported())
+ {
+ ParameterValidation.throwIllegalArgExceptionIfNull(exportInfo, "ExportInfo to release");
- getPortletManagementService().releaseExport(getRegistrationContext(), exportInfo.getExportContext(), UserAccess.getUserContext());
+ getPortletManagementService().releaseExport(getRegistrationContext(), exportInfo.getExportContext(), UserAccess.getUserContext());
+ }
+ else
+ {
+ throw new UnsupportedOperationException("Producer " + producerInfo.getId() + " doesn't support import/export functionality.");
+ }
}
public ImportInfo importPortlets(ExportInfo exportInfo, List<String> portlets) throws PortletInvokerException
{
- ParameterValidation.throwIllegalArgExceptionIfNull(exportInfo, "ExportInfo to import from");
+ if (isImportExportSupported())
+ {
+ ParameterValidation.throwIllegalArgExceptionIfNull(exportInfo, "ExportInfo to import from");
- if (ParameterValidation.existsAndIsNotEmpty(portlets))
- {
- try
+ if (ParameterValidation.existsAndIsNotEmpty(portlets))
{
- List<ImportPortlet> importPortlets = new ArrayList<ImportPortlet>(portlets.size());
- for (String portlet : portlets)
+ try
{
- // todo: check semantics
- importPortlets.add(WSRPTypeFactory.createImportPortlet(portlet, exportInfo.getPortletStateFor(portlet)));
- }
+ List<ImportPortlet> importPortlets = new ArrayList<ImportPortlet>(portlets.size());
+ for (String portlet : portlets)
+ {
+ // todo: check semantics
+ importPortlets.add(WSRPTypeFactory.createImportPortlet(portlet, exportInfo.getPortletStateFor(portlet)));
+ }
- Holder<List<ImportedPortlet>> importedPortletsHolder = new Holder<List<ImportedPortlet>>();
- Holder<List<ImportPortletsFailed>> failedPortletsHolder = new Holder<List<ImportPortletsFailed>>();
- Holder<ResourceList> resourceListHolder = new Holder<ResourceList>();
- getPortletManagementService().importPortlets(getRegistrationContext(), exportInfo.getExportContext(),
- importPortlets, UserAccess.getUserContext(), null, importedPortletsHolder, failedPortletsHolder,
- resourceListHolder, new Holder<List<Extension>>());
+ Holder<List<ImportedPortlet>> importedPortletsHolder = new Holder<List<ImportedPortlet>>();
+ Holder<List<ImportPortletsFailed>> failedPortletsHolder = new Holder<List<ImportPortletsFailed>>();
+ Holder<ResourceList> resourceListHolder = new Holder<ResourceList>();
+ getPortletManagementService().importPortlets(getRegistrationContext(), exportInfo.getExportContext(),
+ importPortlets, UserAccess.getUserContext(), null, importedPortletsHolder, failedPortletsHolder,
+ resourceListHolder, new Holder<List<Extension>>());
- List<ImportedPortlet> importedPortlets = importedPortletsHolder.value;
- SortedMap<String, PortletContext> importIdToPortletContext = new TreeMap<String, PortletContext>();
- if (ParameterValidation.existsAndIsNotEmpty(importedPortlets))
- {
- for (ImportedPortlet importedPortlet : importedPortlets)
+ List<ImportedPortlet> importedPortlets = importedPortletsHolder.value;
+ SortedMap<String, PortletContext> importIdToPortletContext = new TreeMap<String, PortletContext>();
+ if (ParameterValidation.existsAndIsNotEmpty(importedPortlets))
{
- org.oasis.wsrp.v2.PortletContext portletContext = importedPortlet.getNewPortletContext();
- PortletContext apiPC = PortletContext.createPortletContext(portletContext.getPortletHandle(), portletContext.getPortletState(), false);
- // we need to reference the resulting PortletContext so that it can then be used properly
- importIdToPortletContext.put(importedPortlet.getImportID(), PortletContext.reference(getProducerId(), apiPC));
+ for (ImportedPortlet importedPortlet : importedPortlets)
+ {
+ org.oasis.wsrp.v2.PortletContext portletContext = importedPortlet.getNewPortletContext();
+ PortletContext apiPC = PortletContext.createPortletContext(portletContext.getPortletHandle(), portletContext.getPortletState(), false);
+ // we need to reference the resulting PortletContext so that it can then be used properly
+ importIdToPortletContext.put(importedPortlet.getImportID(), PortletContext.reference(getProducerId(), apiPC));
+ }
}
- }
- SortedMap<QName, List<String>> errorCodeToHandle = null;
- List<ImportPortletsFailed> failedPortlets = failedPortletsHolder.value;
- if (ParameterValidation.existsAndIsNotEmpty(failedPortlets))
- {
- errorCodeToHandle = new TreeMap<QName, List<String>>();
- for (ImportPortletsFailed failedPortletsForReason : failedPortlets)
+ SortedMap<QName, List<String>> errorCodeToHandle = null;
+ List<ImportPortletsFailed> failedPortlets = failedPortletsHolder.value;
+ if (ParameterValidation.existsAndIsNotEmpty(failedPortlets))
{
- errorCodeToHandle.put(failedPortletsForReason.getErrorCode(), failedPortletsForReason.getImportID());
+ errorCodeToHandle = new TreeMap<QName, List<String>>();
+ for (ImportPortletsFailed failedPortletsForReason : failedPortlets)
+ {
+ errorCodeToHandle.put(failedPortletsForReason.getErrorCode(), failedPortletsForReason.getImportID());
+ }
}
+
+ return new ImportInfo(System.currentTimeMillis(), errorCodeToHandle, importIdToPortletContext);
}
-
- return new ImportInfo(System.currentTimeMillis(), errorCodeToHandle, importIdToPortletContext);
+ catch (OperationNotSupported operationNotSupported)
+ {
+ throw new UnsupportedOperationException(operationNotSupported);
+ }
+ catch (InconsistentParameters inconsistentParameters)
+ {
+ throw new IllegalArgumentException(inconsistentParameters);
+ }
+ /*
+ // GTNWSRP-62
+ catch (AccessDenied accessDenied)
+ {
+ accessDenied.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (ExportByValueNotSupported exportByValueNotSupported)
+ {
+ exportByValueNotSupported.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (InvalidHandle invalidHandle)
+ {
+ invalidHandle.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (InvalidRegistration invalidRegistration)
+ {
+ invalidRegistration.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (InvalidUserCategory invalidUserCategory)
+ {
+ invalidUserCategory.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (MissingParameters missingParameters)
+ {
+ missingParameters.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (ModifyRegistrationRequired modifyRegistrationRequired)
+ {
+ modifyRegistrationRequired.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (OperationFailed operationFailed)
+ {
+ operationFailed.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }
+ catch (ResourceSuspended resourceSuspended)
+ {
+ resourceSuspended.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
+ }*/
+ catch (Exception e)
+ {
+ throw new PortletInvokerException(e.getLocalizedMessage(), e);
+ }
}
- catch (OperationNotSupported operationNotSupported)
+ else
{
- throw new UnsupportedOperationException(operationNotSupported);
+ throw new IllegalArgumentException("Must provide a non-null, non-empty list of portlet handles.");
}
- catch (InconsistentParameters inconsistentParameters)
- {
- throw new IllegalArgumentException(inconsistentParameters);
- }
- /*
- // GTNWSRP-62
- catch (AccessDenied accessDenied)
- {
- accessDenied.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (ExportByValueNotSupported exportByValueNotSupported)
- {
- exportByValueNotSupported.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (InvalidHandle invalidHandle)
- {
- invalidHandle.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (InvalidRegistration invalidRegistration)
- {
- invalidRegistration.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (InvalidUserCategory invalidUserCategory)
- {
- invalidUserCategory.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (MissingParameters missingParameters)
- {
- missingParameters.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (ModifyRegistrationRequired modifyRegistrationRequired)
- {
- modifyRegistrationRequired.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (OperationFailed operationFailed)
- {
- operationFailed.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }
- catch (ResourceSuspended resourceSuspended)
- {
- resourceSuspended.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
- }*/
- catch (Exception e)
- {
- throw new PortletInvokerException(e.getLocalizedMessage(), e);
- }
}
else
{
- throw new IllegalArgumentException("Must provide a non-null, non-empty list of portlet handles.");
+ throw new UnsupportedOperationException("Producer " + producerInfo.getId() + " doesn't support import/export functionality.");
}
}
public boolean isUsingWSRP2()
{
Version wsrpVersion = getWSRPVersion();
- if (wsrpVersion != null)
- {
- return wsrpVersion.getMajor() >= 2;
- }
- else
- {
- return false;
- }
+ return wsrpVersion != null && wsrpVersion.getMajor() >= 2;
}
public MigrationService getMigrationService()
Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationDispatcher.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationDispatcher.java 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationDispatcher.java 2011-11-07 16:05:27 UTC (rev 8002)
@@ -1,6 +1,6 @@
/*
* JBoss, a division of Red Hat
- * Copyright 2010, Red Hat Middleware, LLC, and individual
+ * Copyright 2011, Red Hat Middleware, LLC, and individual
* contributors as indicated by the @authors tag. See the
* copyright.txt in the distribution for a full listing of
* individual contributors.
@@ -35,7 +35,9 @@
import org.gatein.pc.api.invocation.response.PortletInvocationResponse;
import org.gatein.wsrp.WSRPResourceURL;
import org.gatein.wsrp.WSRPRewritingConstants;
+import org.gatein.wsrp.consumer.ProducerInfo;
import org.gatein.wsrp.consumer.WSRPConsumerImpl;
+import org.gatein.wsrp.spec.v2.WSRP2Constants;
import org.gatein.wsrp.spec.v2.WSRP2RewritingConstants;
import java.util.Map;
@@ -127,7 +129,16 @@
}
else if (invocation instanceof EventInvocation)
{
- handler = eventHandler;
+ final ProducerInfo producerInfo = consumer.getProducerInfo();
+ if (producerInfo.getSupportedOptions().contains(WSRP2Constants.OPTIONS_EVENTS))
+ {
+ handler = eventHandler;
+ }
+ else
+ {
+ // do something better here?
+ return new ErrorResponse("Producer " + producerInfo.getId() + " doesn't support event processing.");
+ }
}
else
{
Modified: components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockWSRPConsumer.java
===================================================================
--- components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockWSRPConsumer.java 2011-11-07 15:52:28 UTC (rev 8001)
+++ components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/test/support/MockWSRPConsumer.java 2011-11-07 16:05:27 UTC (rev 8002)
@@ -245,7 +245,7 @@
throw new NotYetImplemented();
}
- public boolean isSupportsExport()
+ public boolean isImportExportSupported()
{
return false;
}
13 years, 1 month
gatein SVN: r8001 - epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-11-07 10:52:28 -0500 (Mon, 07 Nov 2011)
New Revision: 8001
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
Log:
JBEPP-1328 Remove modules jar from packaging
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-07 12:23:14 UTC (rev 8000)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-07 15:52:28 UTC (rev 8001)
@@ -1103,6 +1103,12 @@
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>modules</artifactId>
+ <groupId>rome</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.gatein.shindig</groupId>
13 years, 1 month
gatein SVN: r8000 - epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-11-07 07:23:14 -0500 (Mon, 07 Nov 2011)
New Revision: 8000
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
Log:
JBEPP-1347 Upgrade SSO component to 1.1.0-GA
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-11-07 12:22:09 UTC (rev 7999)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-11-07 12:23:14 UTC (rev 8000)
@@ -79,7 +79,7 @@
<gatein-pc.svnpath>components/pc/tags/${org.gatein.pc.version}</gatein-pc.svnpath>
<gatein-wsrp.svnpath>components/wsrp/tags/${org.gatein.wsrp.version}</gatein-wsrp.svnpath>
<gatein-mop.svnpath>components/mop/tags/${org.gatein.mop.version}</gatein-mop.svnpath>
- <gatein-sso.svnpath>epp/sso/tags/${sso.version}</gatein-sso.svnpath>
+ <gatein-sso.svnpath>components/sso/tags/${sso.version}</gatein-sso.svnpath>
<gatein-simplecaptcha.svnpath>components/simplecaptcha/tags/${nl.captcha.simplecaptcha.version}</gatein-simplecaptcha.svnpath>
<gatein-shindig.svnpath>components/shindig/tags/${org.shindig.version}</gatein-shindig.svnpath>
13 years, 1 month