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 ks...@apache.org on 2002/01/31 05:55:40 UTC

cvs commit: xml-xindice build.xml

kstaken     02/01/30 20:55:40

  Modified:    .        build.xml
  Log:
  Fixing some build settings
  
  Revision  Changes    Path
  1.3       +4 -3      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	8 Dec 2001 06:39:48 -0000	1.2
  +++ build.xml	31 Jan 2002 04:55:40 -0000	1.3
  @@ -14,11 +14,11 @@
        cd xml-xindice ; bin/ant
   
   
  -   $Id: build.xml,v 1.2 2001/12/08 06:39:48 rubys Exp $
  +   $Id: build.xml,v 1.3 2002/01/31 04:55:40 kstaken Exp $
   
   -->
   
  -<project name="Xindice" default="main" basedir=".">
  +<project name="xml-xindice" default="main" basedir=".">
   
     <!-- =================================================================== -->
     <!-- Initializes the build process                                       -->
  @@ -37,6 +37,7 @@
     <property name="javadoc.pkgs" value="org.apache.xindice.*"/>
     <property name="docs.dir" value="docs"/>
     <property name="docbook.style" value="${docs.dir}/src/docbook/html/docbook.xsl"/>
  +  
     <!-- classpath to use within project -->
     <path id="project.class.path">
       <!-- compiled classes directory -->
  @@ -251,7 +252,7 @@
            classpathref="project.class.path">
          <arg line="-XSL ${style.sheet}"/>
          <arg line="-IN ${style.in}"/>
  -       <arg line="-OUT ${style.out}"/>
  +       <arg line="-OUT ${basedir}/${style.out}"/>
       </java>
     </target>