[gatein-commits] gatein SVN: r6709 - in portal/trunk/packaging: jetty and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 22 11:56:14 EDT 2011


Author: bdaw
Date: 2011-06-22 11:56:14 -0400 (Wed, 22 Jun 2011)
New Revision: 6709

Modified:
   portal/trunk/packaging/jetty/pkg/pom.xml
   portal/trunk/packaging/jetty/pom.xml
   portal/trunk/packaging/pom.xml
   portal/trunk/packaging/tomcat/integration/pom.xml
   portal/trunk/packaging/tomcat/pkg/pom.xml
   portal/trunk/packaging/tomcat/pom.xml
Log:
- fixing build

Modified: portal/trunk/packaging/jetty/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jetty/pkg/pom.xml	2011-06-22 15:34:05 UTC (rev 6708)
+++ portal/trunk/packaging/jetty/pkg/pom.xml	2011-06-22 15:56:14 UTC (rev 6709)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.portal</groupId>
-    <artifactId>exo.portal.parent</artifactId>
+    <artifactId>exo.portal.packaging.jetty</artifactId>
     <version>3.2.0-M02-SNAPSHOT</version>
   </parent>
   <artifactId>exo.portal.packaging.jetty.pkg</artifactId>

Modified: portal/trunk/packaging/jetty/pom.xml
===================================================================
--- portal/trunk/packaging/jetty/pom.xml	2011-06-22 15:34:05 UTC (rev 6708)
+++ portal/trunk/packaging/jetty/pom.xml	2011-06-22 15:56:14 UTC (rev 6709)
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.exoplatform.portal</groupId>
-      <artifactId>exo.portal.parent</artifactId>
+      <artifactId>exo.portal.packaging</artifactId>
       <version>3.2.0-M02-SNAPSHOT</version>
    </parent>
   <artifactId>exo.portal.packaging.jetty</artifactId>

Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml	2011-06-22 15:34:05 UTC (rev 6708)
+++ portal/trunk/packaging/pom.xml	2011-06-22 15:56:14 UTC (rev 6709)
@@ -47,7 +47,7 @@
                 <module>jboss-as6</module>
           </modules>
         </profile>
-        <!--<profile>
+        <profile>
             <id>release</id>
             <modules>
                 <module>tomcat</module>
@@ -55,7 +55,7 @@
                 <module>jboss-as5</module>
                 <module>jboss-as6</module>
           </modules>
-        </profile>-->
+        </profile>
         <profile>
             <id>pkg-tomcat</id>
             <modules>

Modified: portal/trunk/packaging/tomcat/integration/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/integration/pom.xml	2011-06-22 15:34:05 UTC (rev 6708)
+++ portal/trunk/packaging/tomcat/integration/pom.xml	2011-06-22 15:56:14 UTC (rev 6709)
@@ -22,7 +22,7 @@
 <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">
   <parent>
     <groupId>org.exoplatform.portal</groupId>
-    <artifactId>exo.portal.web</artifactId>
+    <artifactId>exo.portal.packaging.tomcat</artifactId>
     <version>3.2.0-M02-SNAPSHOT</version>
   </parent>
 

Modified: portal/trunk/packaging/tomcat/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/pom.xml	2011-06-22 15:34:05 UTC (rev 6708)
+++ portal/trunk/packaging/tomcat/pkg/pom.xml	2011-06-22 15:56:14 UTC (rev 6709)
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.portal</groupId>
-    <artifactId>exo.portal.parent</artifactId>
+    <artifactId>exo.portal.packaging.tomcat</artifactId>
     <version>3.2.0-M02-SNAPSHOT</version>
   </parent>
   <artifactId>exo.portal.packaging.tomcat.pkg</artifactId>
@@ -883,12 +883,12 @@
         <module>tc7</module>
       </modules>
     </profile>
-    <!--<profile>
+    <profile>
       <id>release</id>
       <modules>
         <module>tc6</module>
         <module>tc7</module>
       </modules>
-    </profile>-->
+    </profile>
   </profiles>
 </project>

Modified: portal/trunk/packaging/tomcat/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pom.xml	2011-06-22 15:34:05 UTC (rev 6708)
+++ portal/trunk/packaging/tomcat/pom.xml	2011-06-22 15:56:14 UTC (rev 6709)
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.exoplatform.portal</groupId>
-      <artifactId>exo.portal.parent</artifactId>
+      <artifactId>exo.portal.packaging</artifactId>
       <version>3.2.0-M02-SNAPSHOT</version>
    </parent>
   <artifactId>exo.portal.packaging.tomcat</artifactId>



More information about the gatein-commits mailing list