Ignore:
Timestamp:
07/15/10 02:29:34 (23 months ago)
Author:
jharrop
Message:

Remove iText dependency, which was used in PDF conversion via HTML or iText. These are now in docx4j-extras. If you are planning to use these, you'll also want to uncomment the BaseFont? stuff in PhysicalFonts?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/build.xml

    r1142 r1167  
    3131<!--         <pathelement location="${m2Repository}/com/topologi/diffx/0.61/diffx-0.61.jar"/> 
    3232 --> 
     33  
     34<!--    Uncomment for the PDF conversion via HTML or iText, which 
     35                may be found in docx4j-extras. 
     36                 
     37                If you are planning to use that, you'll also want to uncomment 
     38                the BaseFont stuff in PhysicalFonts.     
     39                 
    3340        <pathelement location="${m2Repository}/com/lowagie/itext-unsigned/2.0.8/itext-unsigned-2.0.8.jar"/>      
    34 <!-- 
    35             <pathelement location="${m2Repository}/com/lowagie/itext/2.0.8/itext-2.0.8.jar"/>  
    3641            --> 
    37     <!--Explicit Exclusions from iText:  
    38         <pathelement location="${m2Repository}/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar"/> 
    39         <pathelement location="${m2Repository}/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar"/> 
    40         --> 
     42             
    4143        <pathelement location="${m2Repository}/xalan/xalan-patched/2.7.0/xalan-patched-2.7.0.jar"/> 
    4244        <pathelement location="${m2Repository}/pdf-renderer/pdf-renderer/0.2009.0324/pdf-renderer-0.2009.0324.jar"/> 
     
    162164        <javadoc access="public" author="false"  
    163165         destdir="javadoc"  
    164          doctitle="docx4j 2.3.0"  
     166         doctitle="docx4j 2.4.0"  
    165167         nodeprecated="false"  
    166168         nodeprecatedlist="false"  
Note: See TracChangeset for help on using the changeset viewer.