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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 8 14:21:53 EDT 2007


  User: pmuir   
  Date: 07/10/08 14:21:53

  Modified:    build    ci.build.xml
  Log:
  Minor
  
  Revision  Changes    Path
  1.7       +2 -2      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ci.build.xml	5 Oct 2007 18:10:26 -0000	1.6
  +++ ci.build.xml	8 Oct 2007 18:21:53 -0000	1.7
  @@ -41,9 +41,9 @@
   		<ant target="deploySeamSnapshot" antfile="${ant.file}">
   			<property name="qualifier" value="-SNAPSHOT"/>
   		</ant>
  -		<antcall target="tests" antfile="${ant.file}">
  +		<ant target="tests" antfile="${ant.file}">
   			<property name="qualifier" value="-SNAPSHOT"/>
  -		</antcall>
  +		</ant>
   	</target>
   
   	<macrodef name="build">
  
  
  



More information about the jboss-cvs-commits mailing list