[gatein-commits] gatein SVN: r4954 - in portal/trunk: packaging/tomcat/pkg and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 5 04:19:51 EDT 2010


Author: trong.tran
Date: 2010-11-05 04:19:51 -0400 (Fri, 05 Nov 2010)
New Revision: 4954

Modified:
   portal/trunk/packaging/tomcat/pkg/pom.xml
   portal/trunk/pom.xml
Log:
Add the simple skin war to be deployed by default

Modified: portal/trunk/packaging/tomcat/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/pom.xml	2010-11-05 04:29:35 UTC (rev 4953)
+++ portal/trunk/packaging/tomcat/pkg/pom.xml	2010-11-05 08:19:51 UTC (rev 4954)
@@ -823,7 +823,15 @@
       <artifactId>exo.portal.web.eXoResources</artifactId>
       <type>war</type>
     </dependency>
+    
     <dependency>
+      <?rename gatein-sample-skin.war?>
+      <groupId>org.gatein.portal.examples.skins</groupId>
+      <artifactId>gatein-sample-skin</artifactId>
+      <type>war</type>
+    </dependency>
+    
+    <dependency>
       <?rename dashboard.war?>
       <groupId>org.exoplatform.portal</groupId>
       <artifactId>exo.portal.portlet.dashboard</artifactId>

Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml	2010-11-05 04:29:35 UTC (rev 4953)
+++ portal/trunk/pom.xml	2010-11-05 08:19:51 UTC (rev 4954)
@@ -765,11 +765,6 @@
         </dependency>
         <dependency>
           <groupId>org.exoplatform.portal</groupId>
-          <artifactId>exo.portal.server.tomcat.plugin</artifactId>
-          <version>3.2.0-Beta01-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-          <groupId>org.exoplatform.portal</groupId>
           <artifactId>exo.portal.web.portal</artifactId>
           <version>3.2.0-Beta01-SNAPSHOT</version>
           <type>war</type>
@@ -811,6 +806,12 @@
           <type>war</type>
         </dependency>
         <dependency>
+          <groupId>org.gatein.portal.examples.skins</groupId>
+          <artifactId>gatein-sample-skin</artifactId>
+          <version>3.2.0-Beta01-SNAPSHOT</version>
+          <type>war</type>
+        </dependency>
+        <dependency>
           <groupId>org.exoplatform.portal</groupId>
           <artifactId>exo.portal.portlet.dashboard</artifactId>
           <version>3.2.0-Beta01-SNAPSHOT</version>



More information about the gatein-commits mailing list