[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Tue Nov 13 15:40:52 EST 2007


  User: pmuir   
  Date: 07/11/13 15:40:52

  Modified:    build        remoting.pom.xml ioc.pom.xml pdf.pom.xml
                        debug.pom.xml ui.pom.xml core.pom.xml mail.pom.xml
  Log:
  JBSEAM-2199
  
  Revision  Changes    Path
  1.10      +2 -0      jboss-seam/build/remoting.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/remoting.pom.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- remoting.pom.xml	29 Sep 2007 16:55:26 -0000	1.9
  +++ remoting.pom.xml	13 Nov 2007 20:40:52 -0000	1.10
  @@ -38,12 +38,14 @@
   		<dependency>
   			<groupId>javax.servlet</groupId>
   			<artifactId>servlet-api</artifactId>
  +            <scope>provided</scope>
   		</dependency>
   
   		<dependency>
   			<groupId>javax.jms</groupId>
   			<artifactId>jms</artifactId>
   			<optional>true</optional>
  +            <scope>provided</scope>
   		</dependency>
   
   	</dependencies>
  
  
  
  1.13      +4 -0      jboss-seam/build/ioc.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ioc.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ioc.pom.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ioc.pom.xml	2 Oct 2007 15:22:32 -0000	1.12
  +++ ioc.pom.xml	13 Nov 2007 20:40:52 -0000	1.13
  @@ -34,12 +34,14 @@
         <groupId>javax.el</groupId>
         <artifactId>el-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.transaction</groupId>
         <artifactId>jta</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  @@ -75,6 +77,7 @@
         <groupId>javax.persistence</groupId>
         <artifactId>persistence-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  @@ -86,6 +89,7 @@
       <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  
  
  
  1.10      +3 -0      jboss-seam/build/pdf.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pdf.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/pdf.pom.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pdf.pom.xml	29 Sep 2007 16:55:26 -0000	1.9
  +++ pdf.pom.xml	13 Nov 2007 20:40:52 -0000	1.10
  @@ -42,16 +42,19 @@
   		<dependency>
   			<groupId>javax.faces</groupId>
   			<artifactId>jsf-api</artifactId>
  +            <scope>provided</scope>
   		</dependency>
   
   		<dependency>
   			<groupId>javax.servlet</groupId>
   			<artifactId>servlet-api</artifactId>
  +            <scope>provided</scope>
   		</dependency>
   		
   		<dependency>
   			<groupId>javax.el</groupId>
   			<artifactId>el-api</artifactId>
  +            <scope>provided</scope>
   		</dependency>
   		
   	</dependencies>
  
  
  
  1.8       +3 -1      jboss-seam/build/debug.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: debug.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/debug.pom.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- debug.pom.xml	8 Nov 2007 03:34:12 -0000	1.7
  +++ debug.pom.xml	13 Nov 2007 20:40:52 -0000	1.8
  @@ -21,6 +21,7 @@
   		<dependency>
   			<groupId>javax.faces</groupId>
   			<artifactId>jsf-api</artifactId>
  +            <scope>provided</scope>
   		</dependency>
   		
           <dependency>
  @@ -37,14 +38,15 @@
   		<dependency>
   			<groupId>javax.servlet</groupId>
   			<artifactId>servlet-api</artifactId>
  +            <scope>provided</scope>
   		</dependency>
   		
   		<dependency>
   			<groupId>javax.el</groupId>
   			<artifactId>el-api</artifactId>
  +            <scope>provided</scope>
   		</dependency>
   		
   	</dependencies>
   
  -
   </project>
  \ No newline at end of file
  
  
  
  1.18      +5 -0      jboss-seam/build/ui.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ui.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- ui.pom.xml	16 Oct 2007 13:47:16 -0000	1.17
  +++ ui.pom.xml	13 Nov 2007 20:40:52 -0000	1.18
  @@ -63,12 +63,14 @@
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.servlet.jsp</groupId>
         <artifactId>jsp-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  @@ -97,6 +99,7 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  @@ -146,6 +149,7 @@
       <dependency>
         <groupId>javax.el</groupId>
         <artifactId>el-api</artifactId>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  @@ -157,6 +161,7 @@
         <groupId>javax.persistence</groupId>
         <artifactId>persistence-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  
  
  
  1.27      +13 -1     jboss-seam/build/core.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- core.pom.xml	8 Nov 2007 06:32:11 -0000	1.26
  +++ core.pom.xml	13 Nov 2007 20:40:52 -0000	1.27
  @@ -67,24 +67,27 @@
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.mail</groupId>
         <artifactId>mail</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.xml.ws</groupId>
         <artifactId>jaxws-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
       
       <dependency>
         <groupId>javax.jws</groupId>
         <artifactId>jsr181-api</artifactId>
  -      <scope>runtime</scope>
  +      <scope>provided</scope>
         <optional>true</optional>
       </dependency>
   
  @@ -92,42 +95,49 @@
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.servlet.jsp</groupId>
         <artifactId>jsp-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.ejb</groupId>
         <artifactId>ejb-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
       
       <dependency>
         <groupId>javax.xml.soap</groupId>
         <artifactId>saaj-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.jms</groupId>
         <artifactId>jms</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.annotation</groupId>
         <artifactId>jsr250-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.transaction</groupId>
         <artifactId>jta</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  @@ -145,12 +155,14 @@
       <dependency>
         <groupId>javax.el</groupId>
         <artifactId>el-api</artifactId>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.persistence</groupId>
         <artifactId>persistence-api</artifactId>
         <optional>true</optional>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
  
  
  
  1.9       +3 -0      jboss-seam/build/mail.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mail.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/mail.pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- mail.pom.xml	29 Sep 2007 16:55:26 -0000	1.8
  +++ mail.pom.xml	13 Nov 2007 20:40:52 -0000	1.9
  @@ -43,16 +43,19 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.mail</groupId>
         <artifactId>mail</artifactId>
  +      <scope>provided</scope>
       </dependency>
   
       <dependency>
         <groupId>javax.el</groupId>
         <artifactId>el-api</artifactId>
  +      <scope>provided</scope>
       </dependency>
   
     </dependencies>
  
  
  



More information about the jboss-cvs-commits mailing list