You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by dv...@apache.org on 2002/11/26 02:14:39 UTC

cvs commit: xml-xindice build.xml

dviner      2002/11/25 17:14:39

  Modified:    .        build.xml
  Log:
  commenting out the xmldb-api.src in the javadoc build.  This value was introduced in version
  1.30 and is not populated in the rest of the build file.
  
  --dviner
  
  Revision  Changes    Path
  1.33      +3 -1      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml	24 Nov 2002 10:33:38 -0000	1.32
  +++ build.xml	26 Nov 2002 01:14:38 -0000	1.33
  @@ -349,7 +349,9 @@
               <group title="Tools packages" packages="org.apache.xindice.tools*"/>
               <sourcepath>
                  <pathelement location="${src.dir}" />
  +               <!--
                  <pathelement location="${xmldb-api.src}" />
  +               -->
               </sourcepath>
               <classpath>
                  <pathelement location="${jar.dir}/ant-1.5.1.jar" />