Ignore:
Timestamp:
02/17/10 00:37:53 (2 years ago)
Author:
jharrop
Message:

2.3.0 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VERSION_2_3_0/build.xml

    r1044 r1068  
    1313        <pathelement location="${m2Repository}/junit/junit/4.4/junit-4.4.jar"/>          
    1414        <pathelement location="${m2Repository}/javax/jcr/jcr/1.0/jcr-1.0.jar"/> 
    15         <pathelement location="${m2Repository}/log4j/log4j/1.2.13/log4j-1.2.13.jar"/> 
     15        <pathelement location="${m2Repository}/log4j/log4j/1.2.15/log4j-1.2.15.jar"/> 
    1616        <pathelement location="${m2Repository}/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar"/> 
    1717        <pathelement location="${m2Repository}/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"/> 
     
    112112    </target> 
    113113  
     114  
     115 <!-- ANT_OPTS="-Xmx512m -XX:MaxPermSize=256m" ant dist --> 
    114116    <target name="dist"  depends="clean, build-project" > 
    115117                                 
     
    149151        <mkdir dir="javadoc"/> 
    150152         
    151                 <javadoc sourcepath="src/diffx" destdir="javadoc"/> 
    152                 <javadoc sourcepath="${src.main.java.dir}" destdir="javadoc"/> 
     153                 
     154        <javadoc access="public" author="false"  
     155         destdir="javadoc"  
     156         doctitle="docx4j 2.3.0"  
     157         nodeprecated="false"  
     158         nodeprecatedlist="false"  
     159         noindex="false"  
     160         nonavbar="false"  
     161         notree="false"  
     162         source="1.6"  
     163        sourcepath="src/main/java:src/pptx4j/java"  
     164        splitindex="true" use="true" version="false" 
     165        maxmemory="512m"> 
     166                    <classpath refid="docx4j.classpath"/> 
     167        </javadoc> 
     168 
    153169                 
    154170<!--             
Note: See TracChangeset for help on using the changeset viewer.