You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by cr...@locus.apache.org on 2000/10/04 08:25:38 UTC

cvs commit: jakarta-taglibs/input build.xml

craigmcc    00/10/03 23:25:38

  Modified:    input    build.xml
  Log:
  Comment out the "javac" task for the "documentation" target, since there are
  no Java sources to be compiled.
  
  Revision  Changes    Path
  1.2       +2 -0      jakarta-taglibs/input/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/input/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2000/08/25 03:19:10	1.1
  +++ build.xml	2000/10/04 06:25:38	1.2
  @@ -115,8 +115,10 @@
     <target name="documentation" depends="prepare">
       <copydir src="${doc.src}/conf"      dest="${build.doc}/WEB-INF"/>
       <copydir src="${doc.src}/web"       dest="${build.doc}"/>
  +<!--
       <javac srcdir="${doc.src}/src"   destdir="${build.doc}/WEB-INF/classes"
              classpath="${servlet.jar}" debug="on"/>
  +-->
     </target>
   
     <!-- Compile the examples application -->