You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/02/27 21:56:56 UTC

cvs commit: gump/project db-ojb.xml

bodewig     2005/02/27 12:56:56

  Modified:    project  db-ojb.xml
  Log:
  Lie to test-ojb as we do to db-ojb already
  
  Revision  Changes    Path
  1.39      +5 -3      gump/project/db-ojb.xml
  
  Index: db-ojb.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/db-ojb.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- db-ojb.xml	28 Jan 2005 08:49:11 -0000	1.38
  +++ db-ojb.xml	27 Feb 2005 20:56:56 -0000	1.39
  @@ -160,8 +160,10 @@
     </project>
   
     <project name="test-ojb">
  -    <ant target="junit" />
  -
  +    <ant target="junit">
  +      <property name="env.ANT_HOME" value="/tmp"/>
  +      <property name="env.FORREST_HOME" value="/tmp"/>
  +    </ant>
       <depend project="db-ojb" inherit="all" />
       <work nested="target/classestest" />