[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sat Jul 14 14:23:23 EDT 2007


  User: pmuir   
  Date: 07/07/14 14:23:23

  Modified:    jboss-seam  build.xml
  Log:
  try again
  
  Revision  Changes    Path
  1.245     +2 -5      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.244
  retrieving revision 1.245
  diff -u -b -r1.244 -r1.245
  --- build.xml	14 Jul 2007 18:00:03 -0000	1.244
  +++ build.xml	14 Jul 2007 18:23:23 -0000	1.245
  @@ -132,7 +132,7 @@
   
   	<!-- CI -->
   
  -	<property name="ci.dir" value="${basedir}/ci" />
  +	<property name="ci.dir" value="${basedir}/build/jbossseam" />
   
   
   	<property name="javac.debug" value="true" />
  @@ -766,11 +766,8 @@
   	</target>
   
   	<target name="copydownloadbletojbossorg">
  -		<exec executable="ssh">
  -			<arg line="jbossqa at download.jboss.org mkdir -p /htdocs/jbossseam/build"/>
  -		</exec>
   		<exec executable="scp">
  -			<arg line="-r ${ci.dir}/* jbossqa at download.jboss.org:/htdocs/jbossseam/build/"/>
  +			<arg line="-r ${ci.dir} jbossqa at download.jboss.org:/htdocs"/>
   		</exec>
   	</target>
   
  
  
  



More information about the jboss-cvs-commits mailing list