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

Peter Muir peter at bleepbleep.org.uk
Tue Nov 13 18:08:32 EST 2007


  User: pmuir   
  Date: 07/11/13 18:08:31

  Modified:    build    common.build.xml
  Log:
  Oops
  
  Revision  Changes    Path
  1.12      +3 -3      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- common.build.xml	13 Nov 2007 22:29:35 -0000	1.11
  +++ common.build.xml	13 Nov 2007 23:08:31 -0000	1.12
  @@ -130,12 +130,12 @@
   
   	<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-seam1">
  +			<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-seam1" />
  -			<dependency groupId="org.jboss.embedded" artifactId="hibernate-all" version="beta2-seam1" />
  +			<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" />
   		</artifact:dependencies>
   		<copy todir="${lib.dir}/test">
  
  
  



More information about the jboss-cvs-commits mailing list