[seam-commits] Seam SVN: r8295 - trunk/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 28 13:32:53 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-05-28 13:32:53 -0400 (Wed, 28 May 2008)
New Revision: 8295

Modified:
   trunk/build/debug.pom.xml
   trunk/build/gen.pom.xml
   trunk/build/ioc.pom.xml
   trunk/build/jbas5.pom.xml
   trunk/build/mail.pom.xml
   trunk/build/pdf.pom.xml
   trunk/build/remoting.pom.xml
   trunk/build/root.pom.xml
   trunk/build/ui.pom.xml
   trunk/build/wicket.pom.xml
Log:
JBSEAM-3034

Modified: trunk/build/debug.pom.xml
===================================================================
--- trunk/build/debug.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/debug.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -18,6 +18,7 @@
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam</artifactId>
+			<type>ejb</type>
 		</dependency>
 		
 		<dependency>

Modified: trunk/build/gen.pom.xml
===================================================================
--- trunk/build/gen.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/gen.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -36,6 +36,7 @@
       <dependency>
          <groupId>org.jboss.seam</groupId>
          <artifactId>jboss-seam</artifactId>
+         <type>ejb</type>
          <scope>runtime</scope>
          <exclusions>
             <exclusion>

Modified: trunk/build/ioc.pom.xml
===================================================================
--- trunk/build/ioc.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/ioc.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -30,6 +30,7 @@
     <dependency>
       <groupId>org.jboss.seam</groupId>
       <artifactId>jboss-seam</artifactId>
+      <type>ejb</type>
     </dependency>
 
     <dependency>

Modified: trunk/build/jbas5.pom.xml
===================================================================
--- trunk/build/jbas5.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/jbas5.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -19,6 +19,7 @@
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam</artifactId>
+			<type>ejb</type>
 		</dependency>
       <dependency>
          <groupId>org.jboss</groupId>

Modified: trunk/build/mail.pom.xml
===================================================================
--- trunk/build/mail.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/mail.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -18,6 +18,7 @@
     <dependency>
       <groupId>org.jboss.seam</groupId>
       <artifactId>jboss-seam</artifactId>
+      <type>ejb</type>
     </dependency>
 
     <dependency>

Modified: trunk/build/pdf.pom.xml
===================================================================
--- trunk/build/pdf.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/pdf.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -29,6 +29,7 @@
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam</artifactId>
+			<type>ejb</type>
 		</dependency>
 
 		<dependency>

Modified: trunk/build/remoting.pom.xml
===================================================================
--- trunk/build/remoting.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/remoting.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -18,6 +18,7 @@
 		<dependency>
 			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam</artifactId>
+			<type>ejb</type>
 		</dependency>
 
 		<dependency>

Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/root.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -56,6 +56,7 @@
         <groupId>org.jboss.seam</groupId>
         <artifactId>jboss-seam</artifactId>
         <version>@seam.version@</version>
+        <type>ejb</type>
       </dependency>
 
       <dependency>

Modified: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/ui.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -78,6 +78,7 @@
     <dependency>
       <groupId>org.jboss.seam</groupId>
       <artifactId>jboss-seam</artifactId>
+      <type>ejb</type>
     </dependency>
     
     <dependency>

Modified: trunk/build/wicket.pom.xml
===================================================================
--- trunk/build/wicket.pom.xml	2008-05-28 13:18:20 UTC (rev 8294)
+++ trunk/build/wicket.pom.xml	2008-05-28 17:32:53 UTC (rev 8295)
@@ -18,6 +18,7 @@
       <dependency>
          <groupId>org.jboss.seam</groupId>
          <artifactId>jboss-seam</artifactId>
+         <type>ejb</type>
       </dependency>
       
       <dependency>




More information about the seam-commits mailing list