[gatein-commits] gatein SVN: r1938 - in portal/trunk: testsuite and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 3 05:16:55 EST 2010


Author: trong.tran
Date: 2010-03-03 05:16:54 -0500 (Wed, 03 Mar 2010)
New Revision: 1938

Added:
   portal/trunk/testsuite/webuibasedsamples/
Removed:
   portal/trunk/examples/portlets/webuibasedsamples/
Modified:
   portal/trunk/examples/portlets/pom.xml
   portal/trunk/testsuite/pom.xml
   portal/trunk/testsuite/webuibasedsamples/pom.xml
Log:
Move the webui based samples to better place

Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml	2010-03-03 08:34:26 UTC (rev 1937)
+++ portal/trunk/examples/portlets/pom.xml	2010-03-03 10:16:54 UTC (rev 1938)
@@ -17,7 +17,6 @@
       <module>jsfhellouser</module>
       <module>jsphellouser</module>
       <module>simplesthelloworld</module>
-      <module>webuibasedsamples</module>
    </modules>
 
 </project>

Modified: portal/trunk/testsuite/pom.xml
===================================================================
--- portal/trunk/testsuite/pom.xml	2010-03-03 08:34:26 UTC (rev 1937)
+++ portal/trunk/testsuite/pom.xml	2010-03-03 10:16:54 UTC (rev 1938)
@@ -13,6 +13,7 @@
 
   <modules>
     <module>selenium-snifftests</module>
+    <module>webuibasedsamples</module>
   </modules>
   
 </project>

Copied: portal/trunk/testsuite/webuibasedsamples (from rev 1937, portal/trunk/examples/portlets/webuibasedsamples)

Modified: portal/trunk/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/trunk/examples/portlets/webuibasedsamples/pom.xml	2010-03-03 08:34:26 UTC (rev 1937)
+++ portal/trunk/testsuite/webuibasedsamples/pom.xml	2010-03-03 10:16:54 UTC (rev 1938)
@@ -1,14 +1,13 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.gatein.portal.examples.portlets</groupId>
-    <artifactId>parent</artifactId>
+    <groupId>org.exoplatform.portal</groupId>
+    <artifactId>exo.portal.testsuite</artifactId>
     <version>3.0.0-CR02-SNAPSHOT</version>
   </parent>
 
-  <artifactId>gatein-webui-based-samples</artifactId>
+  <artifactId>exo.webui.based.samples</artifactId>
   <packaging>war</packaging>
-
   <name>GateIn Portal Examples - WebUI based samples</name>
   
   <dependencies>



More information about the gatein-commits mailing list