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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 22 15:30:41 EDT 2007


  User: pmuir   
  Date: 07/10/22 15:30:41

  Modified:    build    common.build.xml
  Log:
  JBSEAM-2137
  
  Revision  Changes    Path
  1.10      +4 -1      jboss-seam/build/common.build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: common.build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/common.build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- common.build.xml	13 Oct 2007 22:27:18 -0000	1.9
  +++ common.build.xml	22 Oct 2007 19:30:41 -0000	1.10
  @@ -130,7 +130,10 @@
   
   	<target name="copyjbossembedded" if="mavenized.property" unless="copyjbossembeddeddone" depends="initpoms, initcopy">
   		<artifact:dependencies filesetId="embeddedjboss.fileset" versionsId="embeddedjboss.versions">
  -			<dependency groupId="org.jboss.embedded" artifactId="jboss-embedded-all" version="beta2" />
  +			<dependency groupId="org.jboss.embedded" artifactId="jboss-embedded-all" version="beta2">
  +              <!-- Exclude the embedded api, its a dep of Seam core -->
  +              <exclusion groupId="org.jboss.embedded" artifactId="jboss-embedded-api" />
  +            </dependency>
   			<dependency groupId="org.jboss.embedded" artifactId="thirdparty-all" version="beta2" />
   			<dependency groupId="org.jboss.embedded" artifactId="hibernate-all" version="beta2" />
   			<remoteRepository refId="repository.jboss.org" />
  
  
  



More information about the jboss-cvs-commits mailing list