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/26 11:42:03 UTC

cvs commit: gump/project javagroups.xml

bodewig     2005/01/26 02:42:03

  Modified:    project  javagroups.xml
  Log:
  No need to set build.compiler anymore, causes trouble in Kaffe build anyway
  
  Revision  Changes    Path
  1.18      +2 -4      gump/project/javagroups.xml
  
  Index: javagroups.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/javagroups.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- javagroups.xml	23 Oct 2004 11:05:58 -0000	1.17
  +++ javagroups.xml	26 Jan 2005 10:42:03 -0000	1.18
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -27,9 +27,7 @@
     <project name="javagroups">
       <package>org.javagroups</package>
   
  -    <ant target="all">
  -      <property name="build.compiler" value="modern"/>
  -    </ant>
  +    <ant target="all"/>
       <depend project="ant" inherit="runtime"/>
       <depend project="bsh"/>
       <depend project="xml-xerces"/>