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

Peter Muir peter at bleepbleep.org.uk
Wed Nov 14 06:23:58 EST 2007


  User: pmuir   
  Date: 07/11/14 06:23:58

  Modified:    build    common.build.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.13      +5 -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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- common.build.xml	13 Nov 2007 23:08:31 -0000	1.12
  +++ common.build.xml	14 Nov 2007 11:23:58 -0000	1.13
  @@ -18,6 +18,8 @@
   	<property name="tmp.dir" value="${seam.dir}/classes" />
   	<property name="lib.dir" value="${seam.dir}/lib" />
   
  +    <property name="embedded.version" value="beta2" />
  +
   	<import file="${build.dir}/utilities.build.xml" />
   	
   	<path id="maven-ant-tasks.classpath" path="${build.dir}/lib/maven-ant-tasks.jar" />
  @@ -130,12 +132,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">
  +			<dependency groupId="org.jboss.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-api" />
               </dependency>
  -			<dependency groupId="org.jboss.embedded" artifactId="thirdparty-all" version="beta2" />
  -			<dependency groupId="org.jboss.embedded" artifactId="hibernate-all" version="beta2" />
  +			<dependency groupId="org.jboss.embedded" artifactId="thirdparty-all" version="${embedded.version}" />
  +			<dependency groupId="org.jboss.embedded" artifactId="hibernate-all" version="${embedded.version}" />
   			<remoteRepository refId="repository.jboss.org" />
   		</artifact:dependencies>
   		<copy todir="${lib.dir}/test">
  
  
  



More information about the jboss-cvs-commits mailing list