Changeset 1170


Ignore:
Timestamp:
07/15/10 14:52:03 (19 months ago)
Author:
jharrop
Message:

v2.5.0 info

Location:
trunk/docx4j
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/README.txt

    r1145 r1170  
    8282  RELEASE NOTES 
    8383============================================================================== 
     84 
     85Version 2.5.0 
     86============= 
     87 
     88Release date 
     89------------ 
     90 
     9115 July 2010 
     92 
     93Contributors to this release 
     94---------------------------- 
     95 
     96Jason Harrop 
     97 
     98Major Changes in Version 2.5.0 
     99------------------------------ 
     100 
     101[1152] XPath query which returns live JAXB objects 
     102[1158] Content control pre-processing for conditionals, repeats. 
     103[1167/8] PDF conversion via HTML or iText moved from main source tree; 
     104       iText, xhtmlrenderer and pdf-renderer dependencies removed. 
     105 
     106Other Changes 
     107------------- 
     108 
     109[1152] Content control data binding xpath namespace stuff integrated into NamespacePrefixMappings. 
     110[1164] SaveToZip: .xml extension implies save as Flat OPC instead 
     111[1164] XmlUtils.unwrap 
    84112 
    85113Version 2.4.0 
  • trunk/docx4j/RELEASE_HOWTO.txt

    r1145 r1170  
    11docx4j release process 
    22---------------------- 
     3 
     4Update Getting Started as necessary (inc HTML and PDF versions) 
    35 
    46Check jar versions in pom.xml, build.xml 
     
    1012Update pom.xml with target version number 
    1113 
     14svn ci 
     15 
    1216Tag the version in svn 
    1317 
    14 Create docx4j-x.x.x.tar.gz (ant dist) 
     18 
     19ANT_OPTS="-Xmx512m -XX:MaxPermSize=256m" ant dist 
     20 
     21    Remove the jaxb jars from dist dir 
     22 
     23    Create docx4j-x.x.x.tar.gz (ant dist, rename the jar as well) 
    1524 
    1625Create javadoc (ant javadoc) 
    1726 
    1827Maven upload 
     28 
     29   mvn deploy:deploy-file -f wagon-svn-pom.xml -Dfile=dist/docx4j.jar -DpomFile=pom.xml  -Dpackaging=jar -DrepositoryId=docx4j -Durl=svn:http://dev.plutext.org/svn/docx4j/trunk/docx4j/m2 
    1930 
    2031Announce release in docx4j forum 
  • trunk/docx4j/pom.xml

    r1168 r1170  
    77        <artifactId>docx4j</artifactId> 
    88        <name>docx4j</name> 
    9         <version>2.4.0</version> 
     9        <version>2.5.0</version> 
    1010        <description> 
    1111                docx4j is a library which helps you to work with the Office Open 
Note: See TracChangeset for help on using the changeset viewer.