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/01/10 17:21:23 UTC

cvs commit: gump/project easymock.xml

bodewig     2005/01/10 08:21:23

  Modified:    project  easymock.xml
  Log:
  Fix easymock build - yes it will still break on Kaffe
  
  Revision  Changes    Path
  1.3       +2 -1      gump/project/easymock.xml
  
  Index: easymock.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/easymock.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- easymock.xml	5 Oct 2004 17:47:22 -0000	1.2
  +++ easymock.xml	10 Jan 2005 16:21:23 -0000	1.3
  @@ -31,6 +31,7 @@
   
       <ant target="pack distribution">
         <depend project="junit" property="junit jar"/>
  +      <property name="java compiler" value="javac"/>
       </ant>
   
       <depend project="ant" inherit="runtime"/>