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

cvs commit: gump/project classpath.xml

leosimons    2005/02/27 06:08:09

  Modified:    project  classpath.xml
  Log:
  Whoops...needs to be 'project' not 'name' in the depend element...
  
  Revision  Changes    Path
  1.2       +1 -1      gump/project/classpath.xml
  
  Index: classpath.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/classpath.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- classpath.xml	27 Feb 2005 13:54:18 -0000	1.1
  +++ classpath.xml	27 Feb 2005 14:08:09 -0000	1.2
  @@ -20,7 +20,7 @@
       </configure>
       <home nested="dest-@@DATE@@"/>
       
  -    <depend name="classpath-autogen"/>
  +    <depend project="classpath-autogen"/>
     </project>
   
     <project name="classpath-make">