[jboss-cvs] jboss-serialization ...

Clebert Suconic csuconic at jboss.com
Wed Sep 20 19:10:41 EDT 2006


  User: csuconic
  Date: 06/09/20 19:10:41

  Modified:    jboss-serialization  build.xml
  Log:
  Fix for cruisecontrol (running build.xml from outside of the directory)
  
  Revision  Changes    Path
  1.29      +2 -1      jboss-serialization/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-serialization/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- build.xml	19 Sep 2006 19:51:33 -0000	1.28
  +++ build.xml	20 Sep 2006 23:10:41 -0000	1.29
  @@ -12,7 +12,7 @@
   	<property name="tests-src-jdk15" value="./tests-jdk15" />
   
   	<property name="build" value="./build" />
  -	<property name="build.temp" value="./build/tmp" />
  +	<property name="build.temp" location="./build/tmp" />
   	<property name="build.classesdir" value="${build}/classes" />
   	<property name="build.testsdir" value="${build}/testclasses" />
   	<property name="tests.dir" value="${build}/test-results" />
  @@ -36,6 +36,7 @@
   	<property name="distribution.file" value="${distribution.dir}/${distribution}.zip"/>
   
   	<target name="init">
  +		<echo message="${build.temp}"/>
   		<mkdir dir="${build.classesdir}" />
   		<mkdir dir="${build.temp}" />
   		<mkdir dir="${build.testsdir}" />
  
  
  



More information about the jboss-cvs-commits mailing list