gatein SVN: r2926 - in portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests: src/main/java/org/exoplatform/portal/selenium and 1 other directories.
by do-not-reply@jboss.org
Author: mvanco(a)redhat.com
Date: 2010-05-03 02:28:05 -0400 (Mon, 03 May 2010)
New Revision: 2926
Modified:
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_13_AddRemoteAndCreateNewGadget.html
Log:
EPP5 UI Tests: improvement of generator - added function for if condition, improved test 13 (delete gadget if already exist), changed version of selenium-maven-plugin to 1.0.1
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-05-01 21:11:26 UTC (rev 2925)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-05-03 06:28:05 UTC (rev 2926)
@@ -18,7 +18,7 @@
<selenium.timeout>10000</selenium.timeout>
<selenium.speed>300</selenium.speed>
<selenium.host>localhost</selenium.host>
- <org.selenium.maven-plugin.version>1.0</org.selenium.maven-plugin.version>
+ <org.selenium.maven-plugin.version>1.0.1</org.selenium.maven-plugin.version>
</properties>
<dependencies>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java 2010-05-01 21:11:26 UTC (rev 2925)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java 2010-05-03 06:28:05 UTC (rev 2926)
@@ -418,6 +418,10 @@
sb.append("selenium.waitForPageToLoad(timeout);\n");
} else if (param1.equals("echo")) {
sb.append("System.out.println(\"" + param2 + "\");\n");
+ } else if (param1.equals("startIfTextPresentCondition")) {
+ sb.append("if (selenium.isTextPresent(\"" + param2 + "\")) {\n");
+ } else if (param1.equals("endIfTextPresentCondition")) {
+ sb.append("}\n");
} else if (param1.length() > 0) {
String message = param1 + " was not translated \"" + param2 + "\"";
System.err.println("[ERROR] " + message);
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_13_AddRemoteAndCreateNewGadget.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_13_AddRemoteAndCreateNewGadget.html 2010-05-01 21:11:26 UTC (rev 2925)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_13_AddRemoteAndCreateNewGadget.html 2010-05-03 06:28:05 UTC (rev 2926)
@@ -78,6 +78,61 @@
</tr>
<tr>
<td>echo</td>
+ <td>--Verify gadget present--</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>xpath=//div[@class='IconControl AddNewIcon']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>startIfTextPresentCondition</td>
+ <td>Date & Time</td>
+ <td></td>
+</tr>
+<tr>
+ <td>echo</td>
+ <td>--Delete already existing gadget--</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Date & Time</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAt</td>
+ <td>link=Date & Time</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>//div[@class='SelectedItem ItemContent']/a[@class='ControlIcon DeletePortalIcon']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAt</td>
+ <td>//div[@class='SelectedItem ItemContent']/a[@class='ControlIcon DeletePortalIcon']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForConfirmation</td>
+ <td>Are you sure to delete this gadget?</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementNotPresent</td>
+ <td>link=Date & Time</td>
+ <td></td>
+</tr>
+<tr>
+ <td>endIfTextPresentCondition</td>
+ <td></td>
+ <td></td>
+</tr>
+<tr>
+ <td>echo</td>
<td>--Add a remote gadget--</td>
<td></td>
</tr>
14 years, 7 months
gatein SVN: r2925 - components/wsrp/branches.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-05-01 17:11:26 -0400 (Sat, 01 May 2010)
New Revision: 2925
Added:
components/wsrp/branches/1.1.x/
Modified:
components/wsrp/branches/
Log:
- Created 1.1.x branch for WSRP.
Property changes on: components/wsrp/branches
___________________________________________________________________
Name: svn:ignore
+ *.iml
.idea
Copied: components/wsrp/branches/1.1.x (from rev 2924, components/wsrp/tags/1.1.1-GA)
14 years, 8 months
gatein SVN: r2924 - in components/sso/branches/1.0.0-epp-5.0.0-GA-Branch: auth-callback and 11 other directories.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-05-01 11:12:14 -0400 (Sat, 01 May 2010)
New Revision: 2924
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml
Log:
Updated branch version
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -4,7 +4,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-plugin</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<name>GateIn SSO - CAS</name>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,12 +54,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-plugin</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-plugin</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>spnego</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml 2010-05-01 15:12:14 UTC (rev 2924)
@@ -4,7 +4,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 8 months
gatein SVN: r2923 - components/sso/branches/1.0.0-epp-5.0.0-GA-Branch.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-05-01 10:55:00 -0400 (Sat, 01 May 2010)
New Revision: 2923
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml
Log:
Updated dependencies
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml 2010-05-01 14:42:00 UTC (rev 2922)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml 2010-05-01 14:55:00 UTC (rev 2923)
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
14 years, 8 months
gatein SVN: r2922 - components/sso/branches/1.0.0-epp-5.0.0-GA-Branch.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-05-01 10:42:00 -0400 (Sat, 01 May 2010)
New Revision: 2922
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml
Log:
Updated dependencies
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml 2010-05-01 14:13:24 UTC (rev 2921)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/pom.xml 2010-05-01 14:42:00 UTC (rev 2922)
@@ -16,7 +16,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-Beta04</version>
+ <version>1.0.1-GA</version>
</parent>
@@ -68,9 +68,9 @@
<!-- exo -->
- <org.exoplatform.core.version>2.3.0-CR2</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.1.0-CR2</org.exoplatform.ws.version>
- <org.exoplatform.portal.version>3.0.0-CR01</org.exoplatform.portal.version>
+ <org.exoplatform.core.version>2.3.1-GA</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.1-GA</org.exoplatform.ws.version>
+ <org.exoplatform.portal.version>epp-5.0.0-GA-SNAPSHOT</org.exoplatform.portal.version>
<!-- JAX-RS jsr-311 -->
<version.javax.ws.rs>1.0</version.javax.ws.rs>
14 years, 8 months
gatein SVN: r2921 - portal/branches/EPP_5_0_Branch/packaging.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-05-01 10:13:24 -0400 (Sat, 01 May 2010)
New Revision: 2921
Modified:
portal/branches/EPP_5_0_Branch/packaging/profiles.xml
Log:
updated to AS 5.1
Modified: portal/branches/EPP_5_0_Branch/packaging/profiles.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/packaging/profiles.xml 2010-05-01 12:10:10 UTC (rev 2920)
+++ portal/branches/EPP_5_0_Branch/packaging/profiles.xml 2010-05-01 14:13:24 UTC (rev 2921)
@@ -29,7 +29,7 @@
ex: On Windows 'c:/AS'
ex: On Linux '/home/user/AS'
-->
- <exo.projects.directory.dependencies>/tmp/jboss-eap-5.0</exo.projects.directory.dependencies>
+ <exo.projects.directory.dependencies>REPLACE_WITH_YOUR_OWN_DIRECTORY</exo.projects.directory.dependencies>
<!--
If you want that the server is deployed always at the same place (not in packaging/pkg/target/<server> dir)
@@ -45,7 +45,7 @@
<!--
Replace with the name of the directory containing JBoss AS 5.1
-->
- <exo.projects.app.jboss.version>jboss-as</exo.projects.app.jboss.version>
+ <exo.projects.app.jboss.version>jboss-5.1.0.GA</exo.projects.app.jboss.version>
</properties>
</profile>
</profiles>
14 years, 8 months
gatein SVN: r2920 - portal/branches/EPP_5_0_Branch/server.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-05-01 08:10:10 -0400 (Sat, 01 May 2010)
New Revision: 2920
Modified:
portal/branches/EPP_5_0_Branch/server/pom.xml
Log:
Branch version changed to GA-SNAPSHOT
Modified: portal/branches/EPP_5_0_Branch/server/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/server/pom.xml 2010-05-01 11:27:36 UTC (rev 2919)
+++ portal/branches/EPP_5_0_Branch/server/pom.xml 2010-05-01 12:10:10 UTC (rev 2920)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.0-epp-CR02-SNAPSHOT</version>
+ <version>epp-5.0.0-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
14 years, 8 months
gatein SVN: r2919 - components/sso/branches.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-05-01 07:27:36 -0400 (Sat, 01 May 2010)
New Revision: 2919
Added:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/
Log:
Branching the trunk
Copied: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch (from rev 2918, components/sso/trunk)
14 years, 8 months
gatein SVN: r2918 - portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component.
by do-not-reply@jboss.org
Author: mpodolin
Date: 2010-05-01 06:57:53 -0400 (Sat, 01 May 2010)
New Revision: 2918
Modified:
portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl
Log:
JBEPP-287: GTNPORTAL-1025 ported to the branch
Modified: portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl
===================================================================
--- portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl 2010-04-30 20:08:03 UTC (rev 2917)
+++ portal/branches/EPP_5_0_Branch/portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIAdminToolbarPortlet.gtmpl 2010-05-01 10:57:53 UTC (rev 2918)
@@ -22,8 +22,7 @@
boolean userCouldEditNavigation = uicomponent.hasEditPermissionOnNavigation();
boolean userCouldEditPage = uicomponent.hasEditPermissionOnPage();
- //boolean userCouldEditPortal = uicomponent.hasEditPermissionOnPortal();
- boolean userCouldEditPortal = userCouldEditNavigation;
+ boolean userCouldEditPortal = uicomponent.hasEditPermissionOnPortal();
PageNavigation selectedNav = uicomponent.getSelectedNavigation();
if (selectedNav != null) {
14 years, 8 months