CVS: jfor build.xml,1.9,1.10

Bertrand Delacretaz <[email protected]> Mon, 24 Jun 2002 09:07:30 -0700
Newsgroups gmane.text.xml.jfor.cvs
Message-ID <[email protected]>
Update of /cvsroot/jfor/jfor
In directory usw-pr-cvs1:/tmp/cvs-serv16062

Modified Files:
	build.xml 
Log Message:
description attributes added for ant -projecthelp

Index: build.xml
===================================================================
RCS file: /cvsroot/jfor/jfor/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** build.xml	4 Jun 2002 15:48:07 -0000	1.9
--- build.xml	24 Jun 2002 16:07:27 -0000	1.10
***************
*** 33,36 ****
--- 33,39 ----
  $Id$
  $Log$
+ Revision 1.10  2002/06/24 16:07:27  bdelacretaz
+ description attributes added for ant -projecthelp
+ 
  Revision 1.9  2002/06/04 15:48:07  bdelacretaz
  testdocs target added
***************
*** 107,111 ****
    </target>
  
!   <target name="compile" depends="init">
      <!-- Compile the java code from ${src} into ${build.classes} -->
      <javac srcdir="${build.src}" destdir="${build.classes}">
--- 110,114 ----
    </target>
  
!   <target name="compile" depends="init" description="compile all java classes">
      <!-- Compile the java code from ${src} into ${build.classes} -->
      <javac srcdir="${build.src}" destdir="${build.classes}">
***************
*** 115,119 ****
    </target>
  
!   <target name="dist" depends="compile">
      <!-- Create the distribution directory -->
      <mkdir dir="${dist}/lib"/>
--- 118,122 ----
    </target>
  
!   <target name="dist" depends="compile" description="build jfor.jar for distribution">
      <!-- Create the distribution directory -->
      <mkdir dir="${dist}/lib"/>
***************
*** 122,126 ****
    </target>
  
!   <target name="clean">
      <!-- Delete the ${build} and ${dist} directory trees -->
      <delete dir="${build.root}"/>
--- 125,129 ----
    </target>
  
!   <target name="clean" description="delete files created by the compile and dist targets">
      <!-- Delete the ${build} and ${dist} directory trees -->
      <delete dir="${build.root}"/>
***************
*** 129,133 ****
  
    <!-- build javadoc -->
!   <target name="javadoc">
       <mkdir dir="${build.javadocs}"/>
       <javadoc packagenames="ch.codeconsult.*,org.jfor.*"
--- 132,136 ----
  
    <!-- build javadoc -->
!   <target name="javadoc" description="create the jfor java API docs">
       <mkdir dir="${build.javadocs}"/>
       <javadoc packagenames="ch.codeconsult.*,org.jfor.*"
***************
*** 145,149 ****
  
    <!-- create the RTF example documents -->
!   <target name="testdocs" depends="dist">
    	<mkdir dir="${build.testdocs}"/>
  	<path id="test.classpath">
--- 148,152 ----
  
    <!-- create the RTF example documents -->
!   <target name="testdocs" depends="dist" description="create RTF documents to test the RTF library">
    	<mkdir dir="${build.testdocs}"/>
  	<path id="test.classpath">



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/