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

Peter Muir peter at bleepbleep.org.uk
Tue Nov 13 15:51:09 EST 2007


  User: pmuir   
  Date: 07/11/13 15:51:09

  Modified:    build         remoting.pom.xml ioc.pom.xml pdf.pom.xml
                        debug.pom.xml ui.pom.xml gen.pom.xml core.pom.xml
                        mail.pom.xml
  Log:
  Notes on dependency managements
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- remoting.pom.xml	13 Nov 2007 20:40:52 -0000	1.10
  +++ remoting.pom.xml	13 Nov 2007 20:51:09 -0000	1.11
  @@ -11,6 +11,8 @@
   		<version>@seam.version@</version>
   	</parent>
   
  +    <!-- See parent pom for notes on how to declare dependencies -->
  +
   	<dependencies>
   
   		<dependency>
  
  
  
  1.14      +2 -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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- ioc.pom.xml	13 Nov 2007 20:40:52 -0000	1.13
  +++ ioc.pom.xml	13 Nov 2007 20:51:09 -0000	1.14
  @@ -11,6 +11,8 @@
       <version>@seam.version@</version>
     </parent>
   
  +  <!-- See parent pom for notes on how to declare dependencies -->
  +
     <dependencies>
   
       <dependency>
  
  
  
  1.11      +2 -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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- pdf.pom.xml	13 Nov 2007 20:40:52 -0000	1.10
  +++ pdf.pom.xml	13 Nov 2007 20:51:09 -0000	1.11
  @@ -11,6 +11,8 @@
   		<version>@seam.version@</version>
   	</parent>
   
  +    <!-- See parent pom for notes on how to declare dependencies -->
  +
   	<dependencies>
   
   		<dependency>
  
  
  
  1.9       +2 -0      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- debug.pom.xml	13 Nov 2007 20:40:52 -0000	1.8
  +++ debug.pom.xml	13 Nov 2007 20:51:09 -0000	1.9
  @@ -11,6 +11,8 @@
   		<version>@seam.version@</version>
   	</parent>
   
  +    <!-- See parent pom for notes on how to declare dependencies -->
  +
   	<dependencies>
   
   		<dependency>
  
  
  
  1.19      +2 -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.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- ui.pom.xml	13 Nov 2007 20:40:52 -0000	1.18
  +++ ui.pom.xml	13 Nov 2007 20:51:09 -0000	1.19
  @@ -55,6 +55,8 @@
       </plugins>
     </build>
   
  +  <!-- See parent pom for notes on how to declare dependencies -->
  +
     <!-- TODO This is exporting commons logging.  Why? -->
   
     <dependencies>
  
  
  
  1.7       +2 -0      jboss-seam/build/gen.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gen.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/gen.pom.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- gen.pom.xml	1 Oct 2007 20:58:30 -0000	1.6
  +++ gen.pom.xml	13 Nov 2007 20:51:09 -0000	1.7
  @@ -11,6 +11,8 @@
   		<version>@seam.version@</version>
   	</parent>
   
  +    <!-- See parent pom for notes on how to declare dependencies -->
  +
   	<dependencies>
   
   		<dependency>
  
  
  
  1.28      +1 -3      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.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- core.pom.xml	13 Nov 2007 20:40:52 -0000	1.27
  +++ core.pom.xml	13 Nov 2007 20:51:09 -0000	1.28
  @@ -11,9 +11,7 @@
       <version>@seam.version@</version>
     </parent>
   
  -  <!-- 
  -    * Dependencies marked optional are provide optional features of Seam, not necessarily included in JBoss AS
  -  -->
  +  <!-- See parent pom for notes on how to declare dependencies -->
   
     <dependencies>
       <dependency>
  
  
  
  1.10      +2 -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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- mail.pom.xml	13 Nov 2007 20:40:52 -0000	1.9
  +++ mail.pom.xml	13 Nov 2007 20:51:09 -0000	1.10
  @@ -11,6 +11,8 @@
       <version>@seam.version@</version>
     </parent>
   
  +  <!-- See parent pom for notes on how to declare dependencies -->
  +
     <dependencies>
   
       <dependency>
  
  
  



More information about the jboss-cvs-commits mailing list