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

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 10:21:15 EST 2007


  User: pmuir   
  Date: 07/12/06 10:21:15

  Modified:    build    common.build.xml ci.build.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.18      +1 -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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- common.build.xml	6 Dec 2007 14:58:31 -0000	1.17
  +++ common.build.xml	6 Dec 2007 15:21:15 -0000	1.18
  @@ -12,7 +12,7 @@
   
   	<tstamp />
   	
  -	<property name="seam.dir" value="../" />
  +	<property name="seam.dir" value=".." />
   	
   	<property name="build.dir" value="${seam.dir}/build" />
   	<property name="tmp.dir" value="${seam.dir}/classes" />
  
  
  
  1.13      +3 -3      jboss-seam/build/ci.build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ci.build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ci.build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ci.build.xml	6 Dec 2007 14:58:31 -0000	1.12
  +++ ci.build.xml	6 Dec 2007 15:21:15 -0000	1.13
  @@ -36,16 +36,16 @@
     
       <target name="tests-java16">
       	<build target="cleanall" />
  -        <artifact:dependencies filesetId="endorsed.fileset">
  +        <artifact:dependencies filesetId="endorsed.fileset" versionsId="${endorsed.versions}">
               <dependency groupId="javax.xml.bind" artifactId="jaxb-api" version="2.1">
                   <exclusion groupId="javax.xml.stream" artifactId="stax-api" />
                   <exclusion groupId="javax.activation" artifactId="activation" />
               </dependency>
           </artifact:dependencies>
  -    	<property name="endorsed.dir" value="${tmp.dir}/endorsed" />
  +    	<property name="endorsed.dir" value="${tmp.dir}/endorsed/" />
           <copy todir="${endorsed.dir}">
               <fileset refid="endorsed.fileset" />
  -        	<mapper type="flatten"/>
  +        	<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${endorsed.versions}" to="flatten" />
           </copy>  
           <build target="coverageall" testngjvmargs="-Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.endorsed.dirs=${endorsed.dir}"/>
           <build target="copytestoutput" />
  
  
  



More information about the jboss-cvs-commits mailing list