You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2004/10/29 15:56:34 UTC

cvs commit: jakarta-hivemind/hivebuild module.xml

hlship      2004/10/29 06:56:34

  Modified:    hivebuild module.xml
  Log:
  Set BASEDIR system property when running unit tests.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-hivemind/hivebuild/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/module.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- module.xml	28 Oct 2004 22:09:53 -0000	1.1
  +++ module.xml	29 Oct 2004 13:56:34 -0000	1.2
  @@ -190,7 +190,8 @@
   					
   					<classpath refid="@{classpath-id}"/>
             
  -          <sysproperty key="PROJECT_ROOT" value="${project.dir}"/>   
  +          <sysproperty key="PROJECT_ROOT" value="${project.dir}"/>
  +          <sysproperty key="BASEDIR" value="${basedir}"/>   
             
             <jvmarg line="${module.junit.jvmarg}"/>
   					
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org