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

Peter Muir peter at bleepbleep.org.uk
Thu Oct 11 07:35:48 EDT 2007


  User: pmuir   
  Date: 07/10/11 07:35:48

  Modified:    build    ci.build.xml
  Log:
  Correct suffix for repo
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- ci.build.xml	9 Oct 2007 14:06:37 -0000	1.8
  +++ ci.build.xml	11 Oct 2007 11:35:48 -0000	1.9
  @@ -37,10 +37,10 @@
   	<target name="snapshot">
   		<build target="cleanall" />
   		<build target="dist" />
  -		<ant target="deploySeamSnapshot" antfile="${ant.file}">
  +		<ant target="deploySeamSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
   			<property name="qualifier" value="-SNAPSHOT"/>
   		</ant>
  -		<ant target="tests" antfile="${ant.file}">
  +		<ant target="tests" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
   			<property name="qualifier" value="-SNAPSHOT"/>
   		</ant>
   	</target>
  
  
  



More information about the jboss-cvs-commits mailing list