You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/06/23 22:28:29 UTC

cvs commit: jakarta-avalon-excalibur/tweety build.xml

leosimons    2002/06/23 13:28:29

  Modified:    tweety   build.xml
  Log:
  make build complain a little less. Not done yet (complains about xerces and xalan not being present).
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon-excalibur/tweety/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tweety/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	22 Jun 2002 15:18:12 -0000	1.1
  +++ build.xml	23 Jun 2002 20:28:29 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Excalibur template" default="main" basedir=".">
  +<project name="Avalon Excalibur's Tweety" default="main" basedir=".">
   
       <property file="${user.home}/build.properties"/>
       <property file="${basedir}/../ant.properties"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>