You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/01/20 09:54:06 UTC

cvs commit: jakarta-commons-sandbox/feedparser build.xml

burton      2005/01/20 00:54:06

  Modified:    feedparser build.xml
  Log:
  ...
  
  Revision  Changes    Path
  1.12      +4 -3      jakarta-commons-sandbox/feedparser/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/feedparser/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	18 Jan 2005 19:39:36 -0000	1.11
  +++ build.xml	20 Jan 2005 08:54:06 -0000	1.12
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<project name="feedparser" default="help" basedir=".">
  +<project name="feedparser" default="jakarta-feedparser.jar" basedir=".">
   
       <property environment="env"/>
   
  @@ -32,11 +32,12 @@
   
           </fileset>
   
  +        <!-- This is not a good idea.  These libs should go in the ant home dir
  +             
           <fileset dir="${ext.lib.path}">
  -
                <include name="*.jar"/>
  -
           </fileset>
  +         -->
   
           <fileset dir="${ant.home}/lib">
               <include name="*.jar"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org