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

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 19:15:56 EST 2007


  User: pmuir   
  Date: 07/12/06 19:15:56

  Modified:    build    common.build.xml
  Log:
  Reorg embedded stuff
  
  Revision  Changes    Path
  1.20      +2 -2      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- common.build.xml	6 Dec 2007 21:46:09 -0000	1.19
  +++ common.build.xml	7 Dec 2007 00:15:56 -0000	1.20
  @@ -141,9 +141,9 @@
   
   	<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="${embedded.version}">
  +			<dependency groupId="org.jboss.seam.embedded" artifactId="jboss-embedded-all" version="${embedded.version}">
                 <!-- Exclude the embedded api, its a dep of Seam core -->
  -              <exclusion groupId="org.jboss.embedded" artifactId="jboss-embedded" />
  +              <exclusion groupId="org.jboss.seam.embedded" artifactId="jboss-embedded-api" />
               </dependency>
   			<dependency groupId="org.jboss.seam.embedded" artifactId="thirdparty-all" version="${embedded.version}" />
   			<dependency groupId="org.jboss.seam.embedded" artifactId="hibernate-all" version="${embedded.version}" />
  
  
  



More information about the jboss-cvs-commits mailing list